bal bal Posted October 31, 2008 Share Posted October 31, 2008 hi i m nw here, don't kw is it da ryt place to post it... i m desiging a website to store da user responce, hw can I do dat? i jst need to knw da process not da code... plz help me... Quote Link to comment https://forums.phpfreaks.com/topic/130869-where-to-put-it/ Share on other sites More sharing options...
Mchl Posted October 31, 2008 Share Posted October 31, 2008 Start here Quote Link to comment https://forums.phpfreaks.com/topic/130869-where-to-put-it/#findComment-679275 Share on other sites More sharing options...
PFMaBiSmAd Posted October 31, 2008 Share Posted October 31, 2008 Web development and any coding that goes along with it (HTML, CSS, Javascript, PHP, SQL...) is very detail oriented and requires precise communication and understanding to make it work. If you are going to write minimal questions using "text messaging" you will find that your questions won't get many relevant replies. Take the time to write detailed questions in proper English and just use "text messaging" with your friends. Quote Link to comment https://forums.phpfreaks.com/topic/130869-where-to-put-it/#findComment-679480 Share on other sites More sharing options...
Maq Posted October 31, 2008 Share Posted October 31, 2008 hi i m nw here, don't kw is it da ryt place to post it... i m desiging a website to store da user responce, hw can I do dat? i jst need to knw da process not da code... please help me... Please don't write like that. If English isn't your native language then that's fine, but obviously it is. Quite frankly you sound like a joke and I'm surprised that anyone has even responded to your thread. Quote Link to comment https://forums.phpfreaks.com/topic/130869-where-to-put-it/#findComment-679501 Share on other sites More sharing options...
corbin Posted November 1, 2008 Share Posted November 1, 2008 I can't speak Spanish slang at all... So I would assume English is his first language. Who knows though. Quote Link to comment https://forums.phpfreaks.com/topic/130869-where-to-put-it/#findComment-679785 Share on other sites More sharing options...
bal bal Posted November 1, 2008 Author Share Posted November 1, 2008 I am really sorry about it... I am new here, I never post any topics anywhere before... I do apologies for this. I am really sorry. Quote Link to comment https://forums.phpfreaks.com/topic/130869-where-to-put-it/#findComment-679797 Share on other sites More sharing options...
Mchl Posted November 1, 2008 Share Posted November 1, 2008 Good for you. Now please write again, what is your problem. Try to give us enough details. Write what you already know, and whether you did any programming before etc... Quote Link to comment https://forums.phpfreaks.com/topic/130869-where-to-put-it/#findComment-679889 Share on other sites More sharing options...
bal bal Posted November 1, 2008 Author Share Posted November 1, 2008 here is my problem... I want to design a web site but before this, I will design a questionnaire where I will ask few questions and I need to store the result of the users response. I know basic programming, and aslo the basic of PHP and MySQL. please help me how can I start it. thank you Quote Link to comment https://forums.phpfreaks.com/topic/130869-where-to-put-it/#findComment-680258 Share on other sites More sharing options...
corbin Posted November 2, 2008 Share Posted November 2, 2008 If you knew the basics of PHP and MySQL you could do it. Just read a tutorial on receiving GET and POST data with PHP. Besides that, all you need is knowledge of how to validate said data and how to insert it into the database. Quote Link to comment https://forums.phpfreaks.com/topic/130869-where-to-put-it/#findComment-680309 Share on other sites More sharing options...
Maq Posted November 3, 2008 Share Posted November 3, 2008 There may be a tutorial online on how to do exactly what you want, but I would advise you to go step by step following little tutorials from either tizag.com or w3schools.com so you can actually learn what's going on. I have a feeling if you follow a big one you will just CnP the code and not even read the descriptions. If you can't figure something out, post it here and we'll help you out. Quote Link to comment https://forums.phpfreaks.com/topic/130869-where-to-put-it/#findComment-681190 Share on other sites More sharing options...
auro Posted November 7, 2008 Share Posted November 7, 2008 That is very easy friend. 1. Make a form. 2. Make a processing page (probably) which gets the data from the above page using GET or POST (as convenient). This page will store the results (user response) in a text file or MySQL database. text file will be much easy if your site does not use database at all. Good luck buddy! Quote Link to comment https://forums.phpfreaks.com/topic/130869-where-to-put-it/#findComment-684520 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.