Jump to content

Cant get user registration to work


ZayLong

Recommended Posts

Hello, im new to the forum, i joined beacuse im in desprate need of some help.

 

im making a user registration form, with Flash MySQL, and PHP and it refuses to work. its been about 2 weeks now, and ive made absolutly no progress.

 

i went and followed this tutorial to get things running. but this failed as well. i even downloaded the source files for the tutorial, and it STILL DOSNT WORK.

 

could anyone just take a look at the tutorial and see what i may be doing wrong?

 

http://www.sephiroth.it/tutorials/flashPHP/authentication/index.php

 

 

Link to comment
https://forums.phpfreaks.com/topic/195746-cant-get-user-registration-to-work/
Share on other sites

  • 2 months later...

$HTTP_POST_VARS were depreciated in php4.1 (released 10-Dec-2001), turned off by default in php5, finally throw a depreciated error when turned on in php5.3, and have been completely removed in the next major version of php. You need to update the code to use $_POST instead.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.