Pramod T P

Search
Skip to content
  • Home
  • PHP
  • WordPress
  • Linux
  • Magento
  • My SQL
  • Profile
  • comments

Daily Archives: May 28, 2011

PHP

List databases – PHP

May 28, 2011 Pramod T P Leave a comment

<?php

mysql_list_dbs();

Example :

$connection=mysql_connect(“localhost”,”root”,”password”);

$dataBases = mysql_list_dbs($connection);

while ($db = mysql_fetch_object($dataBases)) {

echo $db->Database . “<br />”;

}

?>

MySQLPHP
PHP

Get number of affected rows in mysql operation – PHP

May 28, 2011 Pramod T P Leave a comment

<?php

mysql_affected_rows();

?>

 

MySQLPHP
PHP

Check if a class exists – PHP

May 28, 2011 Pramod T P Leave a comment

<?php

if ( class_exists( “class-name” ) ) {

echo “Exists”;

}

?>

 

PHP
My SQL

Close MySQL connection – PHP

May 28, 2011 Pramod T P Leave a comment

<?php

mysql_close();

?>

MySQLPHP
PHP

Select MySQL database – PHP

May 28, 2011 Pramod T P Leave a comment

<?php

mysql_select_db (DB-NAME)

?>

MySQLPHP
PHP

Create a Connection to a MySQL Database – PHP

May 28, 2011 Pramod T P Leave a comment

mysql_connect(SERVER-NAME,USER-NAME,PASSWORD);

eg:

<?php

mysql_connect(“localhost”,”root”,”user1″);

?>

MySQLPHP
general

Align divs horizontally – CSS

May 28, 2011 Pramod T P Leave a comment
Test 1
Test 2
Test 3
Test 4
Test 5

</div>

CSSHTML

Zend | Magento Certified PHP | eCommerce Architect

For Latest Updates
Visit phpcodez.com

Categories

Recent Posts

  • Regular expression
  • preg_match
  • Redirect root domain to a subdomain .htaccess
  • Redirect root domain to a subfolder .htaccess
  • Force SSL htaccess
May 2011
M T W T F S S
 1
2345678
9101112131415
16171819202122
23242526272829
3031  
« Apr   Jun »

Recent Comments

togel online's avatartogel online on How to terminate the current s…
business funding's avatarbusiness funding on compare two strings – ja…
unsecured loans uk's avatarunsecured loans uk on Function to add an element int…
treating back pain's avatartreating back pain on Submit HTML form to pop up pag…
Pura Cleanse's avatarPura Cleanse on Add the block "Based on y…
  • RSS - Posts
Blog at WordPress.com.
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
  • Subscribe Subscribed
    • Pramod T P
    • Already have a WordPress.com account? Log in now.
    • Pramod T P
    • Subscribe Subscribed
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar