есть файл скажем index.html
HTML |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head> <title>Форма</title> </head> <body> <form action="1.php"> введите а: <input type="text" name="a" value="" /><br /> введите b: <input type="text" name="b" value="" /><br /> введите c: <input type="text" name="c" value="" /><br /> <input type="submit" value="Отправить" /> </form> </body> </html> |
PHP |
<?php |