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 ? Quote 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. Quote 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"?? Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.