Hello,

I'm *very* new to PHP. I am working through the 'Professional PHP
Programming' book by Worx.

In their forms they use the name attribute (ie. name="example") instead of
XHTML's id attribute (ie. id="example").

If I use 'name' my results display on the next page after the submit
button is pressed, but if I change it 'id' the results do not display.

How can I fix this?

Thanks
Tim Burgan

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

Reply via email to