dummy
September 23rd, 2001, 17:50
I am going to build a music CD price comparison site and need to do searching on this site. So, user enters the name of the CD and will get the name of html file where info about this CD is.
My question is - with or without MySQL. I believe that MySQL does it faster. But it is very hard to find MySQl host with normal speed
Can it be done with arrays? Are there arrays in PHP? I don't know PHP.
Actually there can be two arrays, one containing the names of the CD's and another for links about each CD.
Or there is any other way? CGI? Or is MySQL the fastest and also the easiest way to do it?
My question is - with or without MySQL. I believe that MySQL does it faster. But it is very hard to find MySQl host with normal speed
Can it be done with arrays? Are there arrays in PHP? I don't know PHP.
Actually there can be two arrays, one containing the names of the CD's and another for links about each CD.
Or there is any other way? CGI? Or is MySQL the fastest and also the easiest way to do it?