René Fournier wrote:
But here's my problem:

echo 'file name: '.$$fld_name.'<br>';

What I want to do is echo the value of $img_photo_name. But how can I
refer to it?

Thanks.

...Rene


Is this for file uploads? It that case you should use $_FILES superglobal array.


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



Reply via email to