I need to create form in website which let me show that information in website itself | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I need to create form in website which let me show that information in website itself

I need to create a from in website which ask for certain information , and as someone enter information and submit , these information will be see in website itself with my decribed format... How I can do it

14th Feb 2020, 3:54 PM
Prateek Kumar Agarwal
Prateek Kumar Agarwal - avatar
6 Answers
+ 2
Introduction to PHP sessions: https://www.tutorialrepublic.com/php-tutorial/php-sessions.php How to get user input PHP: https://www.w3schools.com/php/php_forms.asp SQL Queries: https://sqlbolt.com/lesson/select_queries_introduction SQL Databases: https://www.siteground.com/tutorials/phpmyadmin/ I can't tell much about Cookies and JavaScript because i never used them to store data. Feel free to contact me in private messages if you have any questions.
14th Feb 2020, 4:34 PM
Ignas Juodžiukynas
Ignas Juodžiukynas - avatar
+ 1
Can you help with any link or website which can help me learn more about it... And thanks , you ur helping that's enough
14th Feb 2020, 4:14 PM
Prateek Kumar Agarwal
Prateek Kumar Agarwal - avatar
0
I would use HTML to create a form, PHP to get data from user and SQL if i need to store data for further uses or PHP sessions.
14th Feb 2020, 4:04 PM
Ignas Juodžiukynas
Ignas Juodžiukynas - avatar
0
Can I do it without having a server,Or web host, anything for which I need to do any investment
14th Feb 2020, 4:05 PM
Prateek Kumar Agarwal
Prateek Kumar Agarwal - avatar
0
Yes you can, with PHP sessions, JavaScript or Cookies. These 3 ways are the only ones i know to store temporary data, but i think you would need to use a database for things like Users. Don't take my answers seriously, maybe there is other ways that i still don't know about.
14th Feb 2020, 4:12 PM
Ignas Juodžiukynas
Ignas Juodžiukynas - avatar
0
Thanks a lot, I will read it and if I need any help i will...
14th Feb 2020, 4:35 PM
Prateek Kumar Agarwal
Prateek Kumar Agarwal - avatar