+ 3
PhP, JavaScript and html form help
How do i make a form that can be prosessed by php that i can only see
8 Respuestas
+ 2
What is a data base? And how can i access it?
+ 2
Is it downloadable in iphone?
+ 1
Ok i use windows
+ 1
How can i download it?
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
0
you need to install WAMP on your windows os
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.
0
no sorry, by windows os I mean the computer system which has been installed windows.