[PHP] registration

2003-03-05 Thread Diksha Neel
dear all, hi! i have a php page called "check.php" in which is a textbox named "login".on my second php page named "registration.php" i can see the content of the textbox by echo "$login". but when i try to get the same content in a textbox in "registration.php", i get no result. that text box is

Re: [PHP] Registration Form

2002-04-20 Thread Justin French
The browser's back button is NOT reliable, and JavaScript's 'back' is the same thing... If you are carrying values forward to the next page with a hidden field, my recommendation would be to store each page's vars is a way which is easy to work with, and instead of the browser's back button, prov

[PHP] Registration Form

2002-04-17 Thread Vladislav Kulchitski
Hi, I am using registration form with a number of different steps. And if, for instance, the user wants to come back to correct something, I am using the back img button with the link: javascript:history.back(1) I am wondering how many people are actually using the way I do, and if it's reliab

Re: [PHP] Registration key

2001-08-06 Thread Miles Thompson
Richard, So you have a programming problem -- and there are any number of ways to do what you want. When I say "program" here I'm really referring to the specific functions which will create the key and interpret the key. 1. What do you want out of the program? What results? What exactly do

[PHP] Registration key

2001-08-06 Thread Richard Kurth
I am getting ready to wright a registration key for my program. This is so I can distribute the program say for 30 days and at the end of that 30 days the user will have to register the program or it will not run. This program will be encrypted So no they can not mess with the code. I would like i

Re: [PHP] Help with a php Registration Form

2001-04-17 Thread Kurth Bemis
At 01:44 PM 4/17/2001, Michael Leone wrote: double check ALL of your for loops as well as any place that you may have used a curly bracket. ~kurth >Im getting this pesky parse error at line 392 which is the last line of >the document. >At 01:40 PM 4/17/2001 -0400, you wrote: >>At 01:35 PM 4/1

Re: [PHP] Help with a php Registration Form

2001-04-17 Thread Kurth Bemis
At 01:35 PM 4/17/2001, Michael Leone wrote: whats the problem taht you having? >I am trying to write a Registration form that send an email to a specific >address. >The source to the page is at http://www.probesnj.org/etownreg.txt >Its 400 lines long and I probably just spelled something wrong

[PHP] Help with a php Registration Form

2001-04-17 Thread Michael Leone
I am trying to write a Registration form that send an email to a specific address. The source to the page is at http://www.probesnj.org/etownreg.txt Its 400 lines long and I probably just spelled something wrong or missed a semi-colon, but I can't find it and I would appreciate it anyone who has