Php variable to second file

Hi there,
I’ve an issue with a variable.

I have an html table generated by php that show datas from mysql.

Now: I’d like to pick a specific cell of my table defined as:

.$row[“First_Name”]

and the value must be sent to another dynamic html page created using the html format.

Someone can help me with code? I’ve no idea how to realize that.

Thanks so much !

P.

make it an anchor tag with the variable in the url. The second file reads the get variable and processes.

Sponsor our Newsletter | Privacy Policy | Terms of Service