PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I have written a php search engine script that echos the results rather than sending it to a different page and echoing them there, i have managed to get the script to send it to a different page but i don't know how to echo the results on that page, this is the code im using to send it to a different page:
The id could be something that you pulled from the database that is specific (unique) to each record and on the pageToGoTo.php, you have a query that uses that id in a manner similar to this :