PhP, JavaScript and html form help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

PhP, JavaScript and html form help

How do i make a form that can be prosessed by php that i can only see

5th Dec 2017, 2:01 PM
JOHNTHEBUN
JOHNTHEBUN - avatar
8 Answers
+ 2
What is a data base? And how can i access it?
5th Dec 2017, 2:34 PM
JOHNTHEBUN
JOHNTHEBUN - avatar
+ 2
Is it downloadable in iphone?
5th Dec 2017, 3:30 PM
JOHNTHEBUN
JOHNTHEBUN - avatar
+ 1
Ok i use windows
7th Dec 2017, 8:06 AM
JOHNTHEBUN
JOHNTHEBUN - avatar
+ 1
How can i download it?
7th Dec 2017, 8:07 AM
JOHNTHEBUN
JOHNTHEBUN - avatar
0
For every element in HTML form you have to make its corresponding php element. For example, <form method="post"> <div> <input type="text" name="emp_name"> </div> For this element i.e. name we have to write in php as <?php $name=$_POST['amp_name']; ?> For this you may also create a database and access these elements
5th Dec 2017, 2:19 PM
ABDUL MANAN
ABDUL MANAN - avatar
0
you need to install WAMP on your windows os
5th Dec 2017, 2:49 PM
ABDUL MANAN
ABDUL MANAN - avatar
0
WAMP is having inbuilt MySQL and you can create databases without writing commands (though it supports commands also) as it is having graphical system for making tables, columns and inserting other details.
5th Dec 2017, 2:52 PM
ABDUL MANAN
ABDUL MANAN - avatar
0
no sorry, by windows os I mean the computer system which has been installed windows.
5th Dec 2017, 3:48 PM
ABDUL MANAN
ABDUL MANAN - avatar