sethupathy Posted June 12, 2007 Share Posted June 12, 2007 I am very new to apache and php,mysql , just wanted to know I have been learning a lot using locolhost , lots of test making forms but now i need to create a form which will connect to my mysql for connection how would i tell the php page to connect to my mysql db i cant seem to get it right pls help Quote Link to comment https://forums.phpfreaks.com/topic/55265-connection-problem-basic/ Share on other sites More sharing options...
obsidian Posted June 12, 2007 Share Posted June 12, 2007 Check out the following functions in the PHP Manual: mysql_connect() mysql_select_db() mysql_query() Quote Link to comment https://forums.phpfreaks.com/topic/55265-connection-problem-basic/#findComment-273137 Share on other sites More sharing options...
prtt75 Posted June 13, 2007 Share Posted June 13, 2007 I am very new to apache and php,mysql , just wanted to know I have been learning a lot using locolhost , lots of test making forms but now i need to create a form which will connect to my mysql for connection how would i tell the php page to connect to my mysql db i cant seem to get it right pls help This is a simple tutorial to start with. Understanding the concept of the program will enable you to do a more complex form processing... Enjoy! http://www.apluskb.com/scripts/How_can_I_send_form_answer3591.html Quote Link to comment https://forums.phpfreaks.com/topic/55265-connection-problem-basic/#findComment-274078 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.