The dynamic address page popped up through iframe is like this. I want to extract the first column of data (the column of data is a01, a02, a03, etc.) from the cursor ), then click the cell to pop up editi through IFRAME. php? Ida01; or editi. php? Ida02 and so on. For example, if only editi. php is popped up, I have learned it, but there are no more variables. I don't understand it myself. I wrote it here, right. Also, I want ifr to pop up the dynamic address page through iframe
In this case, I want to extract the first column of data (the column data is a01, a02, a03, etc.) from the dataset, and then click the cell to pop up editi. php through IFRAME? Id = a01; or editi. php? Id = a02 and so on. For example, if only editi. php is popped up, I have learned it, but there are no more variables.
I don't understand it myself. I wrote it here, right. Also, I want the iframe to pop up in the center of the screen. What should I do?
Include ("IncDB. php ");$ Result = mysql_query ("SELECT * FROM nation", $ link );$ Row = mysql_fetch_row ($ result );While ($ row){Echo"
'Editor' | "; //. $ Row [0] data is a01, a02, a03, and so on. click this cell to pop up editi. php through IFRAME? Id = a01; or editi. php? Id = a02 and so on.$ Row = mysql_fetch_row ($ result );}Mysql_close ($ link );?>