aladiyat23 Posted July 26, 2006 Share Posted July 26, 2006 Hi, I've been given the task of creating a form online and storing the user input in a single excel sheet... or a database, whichever is less time consuming for me at this point.What is the most efficient way of doing this? Php/sql? I'm at a loss with which terms to google search for help... Any advice would be greatly appreciated Link to comment https://forums.phpfreaks.com/topic/15742-which-direction/ Share on other sites More sharing options...
localhost Posted July 26, 2006 Share Posted July 26, 2006 PHP MySQLUse $_POST and an Insert into table query. Link to comment https://forums.phpfreaks.com/topic/15742-which-direction/#findComment-64337 Share on other sites More sharing options...
Barand Posted July 26, 2006 Share Posted July 26, 2006 A good set of tutorials by Kevin Yankhttp://www.sitepoint.com/article/publishing-mysql-data-web Link to comment https://forums.phpfreaks.com/topic/15742-which-direction/#findComment-64342 Share on other sites More sharing options...
aladiyat23 Posted July 27, 2006 Author Share Posted July 27, 2006 Thanks to you both!!! I'll check out those tutorials :) Link to comment https://forums.phpfreaks.com/topic/15742-which-direction/#findComment-64638 Share on other sites More sharing options...
aladiyat23 Posted July 27, 2006 Author Share Posted July 27, 2006 Are there any programs that do the work for you?As much as I want to learn this quickly, I don't think I'll have enough time to learn and finish the client job... probably screwed huh. Link to comment https://forums.phpfreaks.com/topic/15742-which-direction/#findComment-64655 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.