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.