Probably a very simple thing to do but i cant figure it out
Posted: Tue Oct 31, 2006 5:27 am
what i basicly need is the code to send information in a <form> from one php to another.
im generating a table of images from a database that i intend to have users click on that will open another php and depending on the image that they selected the php will have different information on it. every image will open the same php file but the information will be different depending on what information was passed from the previous php through clicking the image
so how do i pass the information to the next page by using a picture link?
idealy i would like to use the html tag <form> so that the url can be used to link to the generated page but dont know the code for making the information past on to the next php.
i realise this is probably possible by java script but would pefer not to use java script. I will use it if absolutly nessary but would pefer to stick with standard php and html tags and sql
im generating a table of images from a database that i intend to have users click on that will open another php and depending on the image that they selected the php will have different information on it. every image will open the same php file but the information will be different depending on what information was passed from the previous php through clicking the image
so how do i pass the information to the next page by using a picture link?
idealy i would like to use the html tag <form> so that the url can be used to link to the generated page but dont know the code for making the information past on to the next php.
i realise this is probably possible by java script but would pefer not to use java script. I will use it if absolutly nessary but would pefer to stick with standard php and html tags and sql