i am looking to create a login system thet lets the user register a username, log in.
also i want a piece of code that protects every page in the members area-using the include function!
it could be text based, or mysql.
i would really like it in php!
here are the wml headers if ya need them!
<?php
// send wml headers
header("Content-type: text/vnd.wap.wml");
echo "<?xml version=\"1.0\"?>";
echo "<!DOCTYPE wml PUBLIC \"-//WAPFORUM//DTD WML 1.1//EN\""
. " \"http://www.wapforum.org/DTD/wml_1.1.xml\">";
?>
Regards
Andrew!
ps thanks so much!