PHP TUTORIALS Create Login Page with DataBase-PhpMyAdmin-Mysql
Showing posts with label DataBase. Show all posts
Showing posts with label DataBase. Show all posts
Monday, 3 March 2014
PHP TUTORIALS-Create Login Page with DataBase-PhpMyAdmin-Mysql
Labels:
-,
connect,
Create,
DataBase,
db,
FULL DETAILS,
html,
Login,
mydmin,
Mysql,
page,
PHP TUTORIALS,
PhpMyAdmin,
Program,
web,
with
Friday, 28 February 2014
PHP TUTORIALS-GET METHOD
CODING FOR GET METHOD WITH EXAMPLE PROGRAM SESSON-2
Program name:- htmlget1.php
<html>
<head>
<body>
<h1><center>GET METHOD</center></h1>
<form action="get1.php" method="get">
Name:<input type="text" name="name">
Email:<input type="text" name="email">
<input type="submit" value="submit">
</body>
</head>
</html>
get1.php
Welcome<?php echo $_GET["name"];?>
Your Email Address is: <?php echo $_GET["email"];?>
Labels:
connect,
Create,
DataBase,
db,
FULL DETAILS,
get,
give,
html,
HTML Program Name:- htmlgett1.html,
mydmin,
Mysql,
page,
PHP TUTORIALS,
PhpMyAdmin,
sql,
web
Subscribe to:
Posts (Atom)