ComputerEducationWorld.com Categories:
Free Computer Books Online, PHP, PHP 5 Power Programming, C Programming, C For Beginners, Professional C sharp, INDEX - C# Professional in 15 days, Java, Java 2 (simpler way-Old version), Javascript Tutorial for Beginners, HTML, HTML for Beginners, HTML For Advanced, CSS, CSS For Beginners, CSS Advanced, Basic of Computers, Javascript, Free Web Designing Courses, Introduction to JavaScript, Javascript For Beginners, Download Free E-book, .Net, News and Alerts, Ajax, PHP Script, PHP and XML, PHP Ad Management, PHP Classes, MYSQL, Mysql Classes, Mysql Functions, Tips and tricks, Mozilla firefox tricks, Notepad tricks, Windows tricks, MS word tricks, miscellaneous tricks, HTML Tips and Tricks, PHP Tricks, PHP & MySQL, PHP and MySQL - From Beginning to Professional, INDEX, Basic of MySQL, INDEX - MySQL Basic, Wordpress, Wordpress Plugins, Webmasters, Linux/Unix, jQuery
|
How to access MySQL with PHP
|
69 views
Accessing MySQL with PHP
-
<?
-
-
mysql_connect(’localhost:/tmp/mysql.sock’);
-
mysql_connect(’localhost’,’rasmus’,‘foobar’,
-
true,MYSQL_CLIENT_SSL|MYSQL_CLIENT_COMPRESS);
-
?>
-
|
Post Comment
You must be logged in to post a comment.
|
|
March 9th, 2009 at 5:42 pm
[...] Access MySQL 2. Creating MySQL database 3. Creating MySQL table 4. Insert Query in MySQL 5. Selecting query in [...]