Re: [PHP] Problems with variables and PHP/HTML

2002-09-24 Thread Justin French
set register globals to ON in your PHP.ini for this to work, although I'd highly recommend doing what you already are doing... $username = $_POST['username']; It's a LOT more secure. Justin on 25/09/02 12:50 AM, Ed Curtis ([EMAIL PROTECTED]) wrote: > I am currently using Apache 1.3.26 and P

[PHP] Problems with variables and PHP/HTML

2002-09-24 Thread Ed Curtis
I am currently using Apache 1.3.26 and PHP 4.2.3 on a Linux box running Kernel 2.0.36 My trouble is in passing variable from within a form submission or within a URL. I can get a From submission to work if I declare the variable and resubmit it to another variable name. I.E. form field name = us