This is a discussion on php question within the Coding Help forums, part of the Webmaster Help category; i have a php page with result eg results.php and another with more details eg details.php on each of those ...
| |||||||
| Register | Forum Rules | FAQ | Donate | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| i have a php page with result eg results.php and another with more details eg details.php on each of those results i want to link the two page via hyperlink that when you click on a result on the results page it goes to the details of that result on results.php to more details on details.php any tutorials or advice would be great many thanks in advance |
| |||||
| you could probably make use of Ajax to load the full details below the search result for that particular product.
__________________ :. Web Design & Development Web Design Ireland :. Search Engines Optimization Search Engines Optimization :. Directory Submission Directory Submission :. News & Press Release Ireland GiveItSocks.com :. Used Cars Ireland, Car Parts & Car Audio Cars For Sale, Car Parts & Accessories :. I Have 2 Find It Directory SEF Directory |
| ||||
| If you have your results like 1,2,3,4,5,6,7,8 and so on: you could make the link <a href="details.php?result=1">Details</a> In the details page then you would have a $result = $_GET["result"] or something like that. Where the variable $result contains the relevant information w3schools has great tutorials: PHP GET |
| Tags |
| php, question |
| Thread Tools | |
| Display Modes | |
|
|
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Ruby on Rails VS PHP Code Igniter | gav240z | Coding Help | 10 | 03-02-2008 11:04 PM |
| General Blog questions & BLOG URL SEO question. Help Please? :-) | Gman290 | Search Engine Optimisation | 4 | 07-12-2007 10:24 AM |
| PHP, OOPS! data typing | Mike | Coding Help | 2 | 24-08-2007 02:44 PM |
| php question | Keewee6 | Coding Help | 2 | 17-08-2007 12:51 PM |
| HELP :: PHP regular expression question | littleBird | Coding Help | 3 | 13-03-2007 09:33 PM |