dastaten Posted July 11, 2008 Share Posted July 11, 2008 I am wanting to learn how to write a php web page that will create a connection to a MySql database and then add and remove entries in the tables through forms on the page. For instance, a web page interface that would display customer names and then allow the user to add/remove/edit specific customer names from the database. Could someone provide some links to good tutorials on this and point me in the right direction? Thanks in advance! Link to comment https://forums.phpfreaks.com/topic/114296-need-help-learning-php-web-interface-for-db/ Share on other sites More sharing options...
waynew Posted July 11, 2008 Share Posted July 11, 2008 http://w3schools.com Link to comment https://forums.phpfreaks.com/topic/114296-need-help-learning-php-web-interface-for-db/#findComment-587719 Share on other sites More sharing options...
dastaten Posted July 11, 2008 Author Share Posted July 11, 2008 http://w3schools.com I checked there and like what they have to offer. Is that the most comprehensive place to learn? I know very little PHP at this point. Thanks. Link to comment https://forums.phpfreaks.com/topic/114296-need-help-learning-php-web-interface-for-db/#findComment-587726 Share on other sites More sharing options...
waynew Posted July 11, 2008 Share Posted July 11, 2008 That's the point. Start off small. Learn the complete basics and then move upwards. Loads of people learn php without taking the time to learn the basics. I'm no exception and sometimes I suffer because of it. Do w3schools. Then google for specific tutorials. Link to comment https://forums.phpfreaks.com/topic/114296-need-help-learning-php-web-interface-for-db/#findComment-587730 Share on other sites More sharing options...
dastaten Posted July 11, 2008 Author Share Posted July 11, 2008 That's the point. Start off small. Learn the complete basics and then move upwards. Loads of people learn php without taking the time to learn the basics. I'm no exception and sometimes I suffer because of it. Do w3schools. Then google for specific tutorials. Point taken. Thanks again! Link to comment https://forums.phpfreaks.com/topic/114296-need-help-learning-php-web-interface-for-db/#findComment-587733 Share on other sites More sharing options...
waynew Posted July 11, 2008 Share Posted July 11, 2008 No problem. Maybe I should take some of my own advice judging by some of the questions I've posted on this board. Link to comment https://forums.phpfreaks.com/topic/114296-need-help-learning-php-web-interface-for-db/#findComment-587736 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.