Login | Register | Recent |
 
 

PHP Articles

Add a Bookmark

10
Hits
Simple php function that can convert all URLs into clickable hyperlinks with a href tags.
Posted by: admin | Tags: convert url hyperlinks | www.m-bread.com | visit

24
Hits
Useful article on how to set php include path and use modular code using include files in PHP.
Posted by: admin | Tags: php include files | www.hardcoder.com | visit

30
Hits
Rand() function works well in pulling out rows randomly from the datbase and works well if you have a quite few hundred records. Ironically, it desperately slows down when you have a large table...
Posted by: pbu | Tags: mysql rand slow | corpocrat.com | visit

27
Hits
A very helpful beginners tutorial on how to connect to mysql database with basic php scripting and examples. A very recommended resource for beginners who are new to php.
Posted by: admin | Tags: connect mysql php | www.php-mysql-tutorial.com | visit

31
Hits
A very useful tool to generate rounded corners in CSS especially if you want to use rounded corners in your php pages. It is automatically generate all the images for you to download along with the...
Posted by: admin | Tags: css round corners | www.neuroticweb.com | visit

180
Hits
I have compiled some of the most popular open source PHP scripts which are must have ones when you develop a site. All of them are licensed under free open source GNU/GPL license.
Posted by: admin | Tags: popular php scripts | corpocrat.com | visit

19
Hits
A good navigation menu will always your visitors happy in easily navigating your site. I found this script pretty interesting and for long time i was searching for a php script that dynamically...
Posted by: admin | Tags: php dynamic menu | phplayersmenu.sourceforge.net | visit

37
Hits
A quick preview of optimizing mysql queries with PHP to improve the performance of your mysql server. A recommended resource.
Posted by: admin | Tags: mysql query optimization | www.tips-php-mysql.com | visit

19
Hits
Article by Kris Hadlock explains class inheritance in PHP and how it can save you from having duplicated code bloat. It helps to have a basic understanding of OOP (object oriented programming.) Also,...
Posted by: admin | Tags: php classes | www.webreference.com | visit

46
Hits
Justin Silverton gives six general methods (each with different options) for optimizing your PHP code. Optimizing your PHP code allows you to scale your PHP applications. That is, they won't slow...
Posted by: admin | Tags: php optimization | www.whenpenguinsattack.com | visit

21
Hits
Jack Herrington at IBM Developer Works has a run-down of seven popular integrated development environments. The seven PHP IDEs he looks at range in price from free to $299. Worth a look if you don't...
Posted by: admin | Tags: php ide editors | www-128.ibm.com | visit

16
Hits
This is a tutorial on how to access APIs (like Google's webservices API) via SOAP. PEAR classes required.
Posted by: admin | Tags: google api | www.phphacks.com | visit

19
Hits
Beginners css tutorial if you want to design a PHP based site with CSS layout. Very recommended.
Posted by: admin | Tags: css float tutorial | css.maxdesign.com.au | visit

28
Hits
A nice guide on setting up PHP include path either through php.ini or through ini_set() function in php. Normally when a include file is requested PHP will search for current path and if not found it...
Posted by: admin | Tags: php include path | www.modwest.com | visit

Tag Cloud

convert url hyperlinks google api php classes css float tutorial php dynamic menu php ide editors php include files connect mysql php php include path mysql rand slow css round corners mysql query optimization php optimization popular php scripts