PHP login Form with css
Php Login form with css and data base connectivity
<?php
include "settings.php";
?>
<html>
<head>
<title>Login System</title>
<style type="text/css">
#container
{
positio…Read More
Login Form Code in PHP<?php
include "settings.php";
?>
<html>
<head>
<title>Login System</title>
<style type="text/css">
#container
{
position: relative;
width: 500px;
margin: 0px auto;
height…Read More
PHP code to View comments
PHP code to View comments in web site
<!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">
&l…Read More
0 comments:
Post a Comment