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!
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
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.