Power Search  |  My Account  |  Post Yours  
 Search    in       
ScriptMenu > PHP > Tips and Tutorials > Development
 


Lists:     3      

    Introduction to PHP Output Buffering Refer   Rate   Details   Visit    
If you want to have more control over your scripts, the output buffering functions are the way to go. Anything from error handling to multiple header() commands in a single document. Not only does output buffering offer a powerful API for handling content, you can also compress data before its sent to the browser.
Hits:  778
Ratings:  4.00
   Date Added:  Aug-07-2005  

    Writing more efficient PHP Refer   Rate   Details   Visit    
This from IBM developerWorks, targets the PHP developer who already understands PHP, but either wants to write more efficient PHP code or wants to improve the performance of existing PHP applications. Requires registration to read the article on the IBM developerWorks site.
Hits:  936
Ratings:  1.00
   Date Added:  Jun-28-2005  

    Using PCRE's Refer   Rate   Details   Visit    
A introduction to using Regular Expressions in PHP.
Hits:  620
Ratings:  0.00
   Date Added:  Aug-07-2005  

    PHP Coding Standard / Specifications Refer   Rate   Details   Visit    
Learn how to develop your own coding specifications.
Hits:  950
Ratings:  3.00
   Date Added:  Jun-24-2005  

    Develop rock-solid code in PHP: Lay the foundation Refer   Rate   Details   Visit    
The Develop rock-solid code in PHP series is about solving practical real-life problems in medium- to large-scale applications. With a sharp focus on new features available in PHP 4, the articles shed light on numerous tips and tricks that make life easier. Inside, you will find plenty of examples and techniques to learn, with lots of sample code. This first article gives a higher perspective for designing and writing bug-free, maintainable code for medium- to large-scale Web applications.
Hits:  868
Ratings:  0.00
   Date Added:  Aug-01-2005  

    Develop rock-solid code in PHP: Use variables effectively Refer   Rate   Details   Visit    
The series Develop rock-solid code in PHP is about solving practical, real-life problems in medium- to large-scale applications. This article discusses how to use variables effectively. It also shows how to make script configuration easy by constructing a configuration file parser using variable variable names in PHP.
Hits:  625
Ratings:  0.00
   Date Added:  Jun-13-2005  

    Limit a String Length in PHP Refer   Rate   Details   Visit    
Need to limit how long a string is? This tutorial will show you how.
Hits:  795
Ratings:  1.40
   Date Added:  Jul-22-2005  

    Make Your PHP Code Portable Refer   Rate   Details   Visit    
There's a lot of PHP code available for free on the net but also not all of it can run on your system as it is. This article shows you how to distribute a setup required by your program to run.
Hits:  578
Ratings:  3.00
   Date Added:  May-30-2005  

    PHP Debugging Tutorial Refer   Rate   Details   Visit    
Some pointers to debugging your code along with a few hints on how to avoid making silly mistakes in your code.
Hits:  959
Ratings:  0.00
   Date Added:  Jul-08-2005  

    Introduction to If Else Statements - Part 1 Refer   Rate   Details   Visit    
If else statements have been proven to be some of the most valuable functions in PHP. This tutorial is a good simple introduction that spells it all out for you.
Hits:  724
Ratings:  3.00
   Date Added:  Jul-04-2005  

    3      

© 2005 ScriptMenu.com   -    terms of use  -  privacy policy  -  contact us