PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Mohammad al-herbi   Class Connect Database   index.php   Download  
File: index.php
Role: Example script
Content type: text/plain
Description: index
Class: Class Connect Database
Connect to a MySQL database
Author: By
Last change:
Date: 13 years ago
Size: 423 bytes
 

Contents

Class file image Download
<?PHP

# Mohammad al-herbi - MANtrv - old 19 years - KSA - Madinah
# mantrv@hotmail.com
# http://www.facebook.com/mantrv
# https://twitter.com/mantrvv
# This is Class First For Me

# Class connect Database + pages safe + Very fast + free of errors

require("mysql_class.php");



// Here can query data Ex. mysql_query("");

// Just msg
echo "<center><h4> I Love PHP </h4></center>";






?>