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 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() 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 Link to comment https://forums.phpfreaks.com/topic/55265-connection-problem-basic/#findComment-274078 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.