PDA

View Full Version : Newbie MySQL/phpMyAdmin question


klerg
01-15-2005, 05:18 PM
Hello. I've searched the forums for an answr to my question and I can't find it so here goes.

I'm creating a fashion site that will have multiple pages which will detail descriptions, prices, sizes etc and I want to put all this info an a db using phpMyAdmin so the pages are searchable. i've figured out how to input info into table into phpMyAdmin and make it searchable, but I want to insert hyperlinks in the search results so that somene can click on the link and go to one of my pages. Can someone please let me know how to do this (if this is possible)?

thanx in advance.
-klerg

raf
01-15-2005, 06:11 PM
Welcome here !

We need more info to help you. Like: what data is stored? do you store the complet page? what does your tables that contains the date look like etc

klerg
01-15-2005, 07:05 PM
Hello Raf...thanx for responding.

So far, I have table called "designers" in a db called "nyd." There are 8 variables in the table and all except one is set to VARCHAR. The other one is set to INT.

So far that's all I've figured out how to store (ie. I haven't tried to store images, headers, etc.).

thanx again!
klerg

shinko_metsuo
01-15-2005, 10:08 PM
the place where it says "Type [Documentation]" put it as "MEDIUMTEXT" for where you have you hyperlink at and it should work