danlew Posted April 25, 2007 Share Posted April 25, 2007 I am trying to learn the basics of doing tables etc. which im slowly getiing around but I would like to know once ive created a table how do i than make that a code to copy and paste into my php doc? is there a make php option in phpmyadmin somewhere? Quote Link to comment https://forums.phpfreaks.com/topic/48594-after-creating-tables-how-do-i-create-the-php-code/ Share on other sites More sharing options...
fenway Posted April 25, 2007 Share Posted April 25, 2007 Huh? Quote Link to comment https://forums.phpfreaks.com/topic/48594-after-creating-tables-how-do-i-create-the-php-code/#findComment-238586 Share on other sites More sharing options...
danlew Posted April 26, 2007 Author Share Posted April 26, 2007 After making a table in phpmyadmin how do i than make that a code to copy and paste into my php doc? is there a make php option in phpmyadmin somewhere? Quote Link to comment https://forums.phpfreaks.com/topic/48594-after-creating-tables-how-do-i-create-the-php-code/#findComment-238818 Share on other sites More sharing options...
btherl Posted April 26, 2007 Share Posted April 26, 2007 No, as far as I know. Try doing a tutorial on mysql in php. Once you've got the basics, you can easily grab an SQL query from phpmyadmin and integrate it into your php script. Quote Link to comment https://forums.phpfreaks.com/topic/48594-after-creating-tables-how-do-i-create-the-php-code/#findComment-238848 Share on other sites More sharing options...
fenway Posted April 26, 2007 Share Posted April 26, 2007 After making a table in phpmyadmin how do i than make that a code to copy and paste into my php doc? is there a make php option in phpmyadmin somewhere? To copy & and paste what? Quote Link to comment https://forums.phpfreaks.com/topic/48594-after-creating-tables-how-do-i-create-the-php-code/#findComment-238987 Share on other sites More sharing options...
AndyB Posted April 26, 2007 Share Posted April 26, 2007 Sounds like EXPORT then structure only might be what's wanted. Quote Link to comment https://forums.phpfreaks.com/topic/48594-after-creating-tables-how-do-i-create-the-php-code/#findComment-238990 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.