PHP - filter database with drop down menus and return
Hey,
I really need some tips on how to make something similar/better than this:
http://www.jewson.co.uk/en/templates/bricklibrary/main.jsp?_requestid=1837060
Thats an example of what i want. How can i do this? Anyone with ideas?:)
Or if theres a script already outthere that will do this for me can someonel link it please
Thanks
I really need some tips on how to make something similar/better than this:
http://www.jewson.co.uk/en/templates/bricklibrary/main.jsp?_requestid=1837060
Thats an example of what i want. How can i do this? Anyone with ideas?:)
Or if theres a script already outthere that will do this for me can someonel link it please
Thanks
Comments
If so its easy as pie...plenty of guides on how to do this sort of thing. I would do something like this:
1. Build the html forms with the fancy drop down menus.
2. Create a .php page to process the results from the forms and then query the information required from your database.
Really not very difficult if you are willing to read up.
I'm not an expert at this stuff, i can read php + mysql but not so good at writing it all out.
How would i add a picture to the result row like on that website i showed you. On that website, is near exact what i want but using php+mysql instead of java servlets.
If you can point me to some good guides on this stuff i'd be thankful.
Is this heading on the right track?
because im still learning all of this stuff. Can DHTML give me a similar feature to the websit e i show u
brings up Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/thetdco/public_html/brick/results.php on line 30
No data found 0 record returned
I dont see where the error is, can anyone ?
$num_rows = mysql_num_rows($result);
I added an OR DIE part after it to check. It brings up connection unavailable
What's wrong ?