Try to learn PHP and run this script locally on my computer:
http://uts.cc.utexas.edu/~wting/php/badwords_form.html
I know the code's fine because . . . it works.
I installed Apache 2.0 and PHP 4.2.3.
Works locally, as does regular PHP code and local variables, but when trying to pass variables using the method in the first link doesn't work. Using the form post / get post method both don't work.
Is it because I don't have MySQL installed?
http://uts.cc.utexas.edu/~wting/php/badwords_form.html
I know the code's fine because . . . it works.
I installed Apache 2.0 and PHP 4.2.3.
Code:
<?php phpinfo(); ?>
Works locally, as does regular PHP code and local variables, but when trying to pass variables using the method in the first link doesn't work. Using the form post / get post method both don't work.
Is it because I don't have MySQL installed?
