Beginning PHPBeginning-level PHP discussions. More advanced coders should post to the Pro PHP forum.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Beginning PHP section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
That isn't true. I am using old PHP 4 programs with PHP 5 at work. You have to do more ini tweaking to use PHP 5 with PHP 4. But PHP 5 is backward compatible with PHP 4. Which PHP 4 book do you have?
I copied the register.php program from Beginning PHP5. The form doen't seem to read the functions. when I hit submit the form clears, but the data is not inserted into the user table, but I get no errors. Is there a bug in the program?