I'm a total newbie at this stuff.  But if you had a simple function to which
you wanted to pass a form input type text value too how would you do it?

I tried the following:

<?
testfunction(document.all.form1.text1)
?>

but all that does is pass the a string to the function.  How do you
reference html elements not in the php script section as a php function
parameter?

Thanks!

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

Reply via email to