|
Posted by Floortje on 06/04/07 21:50
vinnie wrote:
> it only displays the name, but the last name and the address seems not
> to exist! why?
> echo '<br>name: ';
> echo htmlspecialchars(stripslashes($row['name']));
> echo '<br>last name: ';
> echo htmlspecialchars(stripslashes($row['last']));
Because you tell the script to display the name, not the adres
try var_dump($row); to see what's in the row
Navigation:
[Reply to this message]
|