Search found 4 matches

by Robbie
Tue Apr 01, 2003 6:33 am
Forum: Databases
Topic: What does this mean?
Replies: 5
Views: 1120

Thanks for your efforts with that code but it still isnt working. If there was a problem connecting to the database it would come back with the Message "Could not connect to database." Correct? It Still says "You have not entered Search details. Please go back and try again"... h...
by Robbie
Tue Apr 01, 2003 4:18 am
Forum: Databases
Topic: What does this mean?
Replies: 5
Views: 1120

O.k... I've fixed this problem so i'm not getting an error message. But When i enter data into the text boxes and press submit it It comes up with a Message saying You have not entered Search details. Please go back and try again which is coming from this script trim($searchitem); if (!searchtype ||...
by Robbie
Mon Mar 31, 2003 3:52 pm
Forum: Databases
Topic: What does this mean?
Replies: 5
Views: 1120

ahh..thankyou...my eyes aren't trained well enough yet to spot these things....
by Robbie
Mon Mar 31, 2003 6:52 am
Forum: Databases
Topic: What does this mean?
Replies: 5
Views: 1120

What does this mean?

Hello there :) I'm going through the process of trying to teach myself php and mysql. I'm working from a book and I've come accross a problem. It's a basic search function on a web page. The code on search.php page where the user would select the criteria of the search goes like this: <body> <h1>Boo...