On Thursday 06 February 2003 22:50, Sunfire wrote: > no that doesnt work either what you get when you do that one in the edit > box is: > using: > <input type="text" name="sent" value=<?php echo \"$sent\";?>> > or any different with echo in the value field gives me in the box: > <?php \"\";?>}> > ...rest of the script outside the box
Spot the difference between your code above and my code below: > > <input type="sent" value="<?php echo $sent; ?>"> -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * ------------------------------------------ Search the list archives before you post http://marc.theaimsgroup.com/?l=php-general ------------------------------------------ /* Save the whales. Collect the whole set. */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php