ok, so I have made the mysql database no probs and I have put all the files into the right directory. thing is I get these errors when I use the index.php:
Warning: Undefined variable: user_name in ~apache\htdocs\auth\temp_auth.php on line 6
Warning: Undefined variable: id_hash in ~apache\htdocs\auth\temp_auth.php on line 6
what on earth have i done! I haven't changed the source, but what is it likely to be! cheers
--= J =--
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
undefined errors are errors of type E_NOTICE. you are showing such errors. imho scripts should never product any errors, even E_NOTICE. at somepoint when i get off my lazy arse, that will be one of the many aspects of phortify that will be changed.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
ok, so I have made the mysql database no probs and I have put all the files into the right directory. thing is I get these errors when I use the index.php:
Warning: Undefined variable: user_name in ~apache\htdocs\auth\temp_auth.php on line 6
Warning: Undefined variable: id_hash in ~apache\htdocs\auth\temp_auth.php on line 6
what on earth have i done! I haven't changed the source, but what is it likely to be! cheers
--= J =--
undefined errors are errors of type E_NOTICE. you are showing such errors. imho scripts should never product any errors, even E_NOTICE. at somepoint when i get off my lazy arse, that will be one of the many aspects of phortify that will be changed.
this really needs to be changed :)