+ 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
6 Respuestas
+ 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.
+ 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
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.
0
Can I do it without having a server,Or web host, anything for which I need to do any investment
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.
0
Thanks a lot, I will read it and if I need any help i will...