azraelGG Posted March 9, 2013 Share Posted March 9, 2013 is it good practice to use create table if not exist or not? or i should just manually create tables ? Link to comment https://forums.phpfreaks.com/topic/275436-php-and-create-table-if-not-exist/ Share on other sites More sharing options...
StefanNET Posted March 9, 2013 Share Posted March 9, 2013 If you are doing some examples. and explaining some of your code, or want to make tutorial, sure you can use CREATE TABLE IF NOT EXISTS .. But you should really create db structure manually. Link to comment https://forums.phpfreaks.com/topic/275436-php-and-create-table-if-not-exist/#findComment-1417712 Share on other sites More sharing options...
Jessica Posted March 9, 2013 Share Posted March 9, 2013 What are you talking about "manually"?? Link to comment https://forums.phpfreaks.com/topic/275436-php-and-create-table-if-not-exist/#findComment-1417726 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.