Can I integrate this script with my registration page?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mikes1471
Forum Commoner
Posts: 88
Joined: Sat Jan 24, 2009 3:29 pm

Can I integrate this script with my registration page?

Post 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 :(
mickeyunderscore
Forum Contributor
Posts: 129
Joined: Sat Jan 31, 2009 9:00 am
Location: UK

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

Post 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.
Post Reply