Simple, i need people to playMLg customs with on halo 3. Ive been playing MW2 for about 3 months now so im not good anymore but i think doing mlg customs will be the fastest way to get good. Send me a message on XBL
GT: Rim Wizard
ok firstly, create a database (mysql) :
Table:
Password char(100);
url char(200);
ok now create a form that recieves the password from the administrator:
<?php
include "authorize.php"; // COde to authorize the user.
if(isValidUser()) {
echo "<form action='url' method=post>";
echo...
Well, i read your request. Sometimes it might be a miscall, or a type-o that cause blank feed from a function. But i typed out the following functions and classes in an effort to assist you hope you find them useful.
The following code would return REQUEST_URI:
<?php
/*
Source Code:geturi.php...