hello,
here is a basic code:
http://phptool.extra.hu/tutorials/how_to_make_link_base/admin.rar
use redirects_add.php to log in/add new urls, and inside the code see the label(username)/address(password).
And yes, the log in part is the same where you fill the new url π
After logged in, you can use
redirects_add.php to insert new record,
and redirects_index.php will list the url's from the table, the newest takes first. As you will see, it generates php url echo to that entry using its ID and label.
You did'n need to change the database table, but change in redirects_index.php file the
$url="http://www.mysite.com/show.php?id";
line.
And set connect.php to your mysql connection.
And here is how its made, the row version(without a sound):
(the password check and php url echo parts are missing from it)
http://phptool.extra.hu/tutorials/how_to_make_link_base/how_to_make_link_base.html
Hi,
jjozsi