Friday, January 10, 2014

PHP connection Code

<?php
$host = "localhost";
$usrname = "root";
$pass = '';


     mysql_connect($host, $usrname, $pass);
mysql_select_db("loginsystem");
session_start();
ob_start();
?>

Related Posts:

  • Simplest jQuery Slideshow Code Simplest jQuery Slideshow Code <html "> <head> <title>Simplest jQuery Slideshow</title> <style> body {font-family:Arial, Helvetica, sans-serif; font-size:12px;} .fadein {  posit… Read More
  • LOGIN Form Login form with css and Database connectivity and sql file Free download the zip folder  :click to download … 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
  • 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

0 comments:

Post a Comment