I'm just working on my syntax for passing a variable "UserID" from one page
to the next and it works a little like this so far:

On my form I have:
"<form action='updated.php?UserID=\"$UserID\"...

The URL posts:
http://...load.php?UserID="JDoe";

And when I echo the "$UserID" on this page I get:
Code:
<?php echo "for example: ['$UserID']"; ?>

Generates:
for example: ['\"JDoe\"']

Which part of my syntax is incorrect...?



-- 
-----------------------------
 Michael Mason
 Arras People
 www.arraspeople.co.uk
-----------------------------

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to