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 Quote 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. Quote 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 Quote 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 :) Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/15742-which-direction/#findComment-64655 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.