adamjones Posted October 8, 2008 Share Posted October 8, 2008 Hi. I've made an installation script for a project I'm working on, and I want to add a Serial Number option, where the user must enter a valid serial for the installation to continue. I'm not really sure how this can be done, seen as the user wouldn't have a database with the serial numbers on... as this would totally contradict the point of having a serial number page! So any ides/links would be appreciated. Cheers. Link to comment https://forums.phpfreaks.com/topic/127577-making-a-serial-number-verification-system/ Share on other sites More sharing options...
timmah1 Posted October 8, 2008 Share Posted October 8, 2008 You could have the script verify the serial number from your database. Link to comment https://forums.phpfreaks.com/topic/127577-making-a-serial-number-verification-system/#findComment-660171 Share on other sites More sharing options...
JasonLewis Posted October 9, 2008 Share Posted October 9, 2008 Have it contact a PHP page on your server that retrieves serial numbers. Shouldn't be too hard to do. Link to comment https://forums.phpfreaks.com/topic/127577-making-a-serial-number-verification-system/#findComment-660702 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.