Thank you so much,
How do i change the "Submit" buttom name to an alternative name that I have in mind such as "Click Here"
Is there anyway where I can use a regular link expression such as
<a href="test.php">click here</a> to transfer the values over? Or it has to be submitted using a form?
My setup is using PhP 4.3 with MySql database using Windows. Each html page displays a particular picture from images directory. What I am trying to do is to provide a link to a PhP forum (which i'm still in the process of building) where it will use the image path transfered to call the same picture from the database ( as in to query the database and request the row where it has the same image path name as transfered) Then it will display all the text comments about that picture from the database along with the picture as well.
Is there a better way of doing this? Because I don't need any user inputs at all, i just need to somehow transfer that image path so I know which image it is the user were browsing then call the right one out along with thier comments.
Dennis