How DO you echo a variable in or out of a table cell
I got the value I need into a PHP variable with $uid = $_POST['uid'] and can echo the value of $uid to the window; now I want to put the value into an HTML table cell. Are you saying I should include value=<?php echo $uid ?> when defining the table cell? I do not under stand your phrase 'There's no difference in how you echo a variable in or out of a table cell'...
Leave a comment: