MySQL Help Needed - Printable Version +- [TC] Gaming Forums (https://forum.city-driving.co.uk) +-- Forum: Community Area (/forumdisplay.php?fid=14) +--- Forum: Technology Area (/forumdisplay.php?fid=82) +---- Forum: Tech Support (/forumdisplay.php?fid=85) +---- Thread: MySQL Help Needed (/showthread.php?tid=18402) |
MySQL Help Needed - Raz! - 2015-07-05 16:19 Hello, I am trying to create an online exam. Similar to Island Life Gaming. Some of the ready made projects are for downloads only. I need one which brings up/redirects to a page that is not accessible via the directories. One with a unique link that expires once used. If anyone could help me find one or make one, that would be much appreciated. Thanks, Raz! RE: One time URL - Borja - 2015-07-05 17:41 I think that with Google you can create something that only can enter 1 time with 1 email... RE: One time URL - Raz! - 2015-07-06 18:36 Hello, I have created a system so that when this page is viewed, it updates the password in the database. This is the code: Code: <html> When this is ran, in the database the password (pass) value shows empty. If I change the 'SET' Value to 'TEST' it will show up. |