We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
  • Pages:
  • 1
  • 2
PHP N00b questions
Topic Started: Apr 25 2005, 10:16 PM (831 Views)
Das
Member Avatar
Smells of rich mahogany
[ *  *  *  *  *  *  * ]
Qj
April 26, 2005 02:19 AM
What error do you get?

Not sure about cookies so couldn't tell you if that code is right, but the
Quote:
 
$name = $_POST["UserName"]
should be
Quote:
 
$name = $_POST["UserName"];

(I know its stupid, always forget them myself :unsure: )

That was it

I made a basic register thing that is client side and runs off of cookies http://dastest.madpage.com/register_name.php
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Technology Chat · Next Topic »
Add Reply
  • Pages:
  • 1
  • 2