unique id in form problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

change

Code: Select all

<?php echo $token; ?>
to just

Code: Select all

$token
omom
Forum Newbie
Posts: 13
Joined: Sun Apr 04, 2004 9:58 pm

Post by omom »

remove the <?php>:
<input type="hidden" name="token" value="$token">
omom
Forum Newbie
Posts: 13
Joined: Sun Apr 04, 2004 9:58 pm

Post by omom »

thanks, feyd
Post Reply