syntax when displaying row data out of a loop
Posted: Fri Dec 17, 2010 3:18 am
Hello,
just as you do something like this when you are displaying in a table the results of loop
I would like to include that email data in a more complete line that would be issued like this
but I think I am not doing something right with the value part syntax of dots and quotes.
thanks a lot
Emy
just as you do something like this when you are displaying in a table the results of loop
Code: Select all
echo '<tr> .htmlspecialchars($row['email'])</tr>'
Code: Select all
echo '<input type = "hidden" name = "country" value = ' " .htmlspecialchars($row['email']) "' >';
thanks a lot
Emy