Page 1 of 1

Can I integrate this script with my registration page?

Posted: Thu Feb 05, 2009 1:36 pm
by mikes1471
I think this login script is something I'd like to integrate into my site but see it has references to "drop table" etc, well I dont want to lose the table I have on my server and am worried that by uploading this script thats exactly what will happen?

http://www.evolt.org/node/60384
Would it be easy to make this system work as I see its for intermediate /experts in PHP which I know I'm not :(

Re: Can I integrate this script with my registration page?

Posted: Thu Feb 05, 2009 2:04 pm
by mickeyunderscore
You mean the first code block, databases.sql?

It is fairly standard when exporting a database as sql to include drop if exists statements, though if your own table names clash then that would be a problem. There is no need to run the drop statements, just delete them from the script if they make you uncomfortable when running it.