Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

Top Rated Scripts | PHP | Tutorials & Tips | Development

Results 21-40 of 47
Controlling PHP Output: Caching and compressing dynamic pages
This 4-page article will explain how to use PHP output controlling functions to make your pages load faster.
(0 ratings)
Reviews0
PriceFree
Views2412
A HOWTO on Optimizing PHP
PHP is a very fast programming language, but there is more to optimizing PHP than just speed of code execution. This article explains why optimizing PHP involves many factors which are not code related, and why tuning PHP requires an understanding of how PHP performs in relation to all the other subsystems on your server, and then identifying bottlenecks caused by these subsystems and fixing them. It also covers how to tune and optimize your PHP scripts so they run even faster.
(0 ratings)
Reviews0
PriceFree
Views1588
Alternating row colors
Alternating row colors is a very good way to make big tables more ergonomic and esthetic. Script and explanation here. Also explains the modulus operator.
(0 ratings)
Reviews0
PriceFree
Views2105
Unix man pages and resources
Over 150,000 pages of unix manual pages, and open source documentation in multiple languages + documentation on php, and python in multiple languages
(0 ratings)
Reviews0
PriceFree
Views729
Build Standalone Applications
It's painful, but possible. With PHP and the PHP-GTK module, you can build your own gui executable files. This is a guide that directs to the right GTK tutorials and functioning PHP compiling software. Includes code for a working model.
(0 ratings)
Reviews0
PriceFree
Views1375
PHP Classes
Doing it with class in PHP. What is a data structure? What is a class? How are classes used in PHP? All these questions and more are answered in this tutorial.
(0 ratings)
Reviews0
PriceFree
Views2296
Working with PHP5 Class Types
This article is intended for experienced PHP programmers interested in exploring PHP 5's support for working with class types through argument hinting, abstract classes and interfaces. Basic knowledge of object-oriented programming, including the anatomy of a class and the mechanics of inheritance, is assumed.
(0 ratings)
Reviews0
PriceFree
Views1645
PHP Script Tips - Understanding PHP Arrays and Their Basic Operations
A collection of 11 tips on PHP array introduction. Clear answers are provided with tutorial exercises on declaring and creating arrays, assigning and retrieving array elements, identifying elements by keys and indexes, copying arrays: What Is an Array in PHP? How To Create an Array? How To Test If a Variable Is an Array? How To Retrieve Values out of an Array? What Types of Data Can Be Used as Array Keys? How Values in Arrays Are Indexed? Can You Add Values to an Array without a Key? Can You Copy an Array? How to Loop through an Array? How the Values Are Ordered in an Array? How To Copy Array Values to a List of Variables?
(0 ratings)
Reviews0
PriceFree
Views1431
Create syntax highlighted php code as html text
This tutorial teaches you how to convert an existing php code to a syntax colored html text.
(0 ratings)
Reviews0
PriceFree
Views1681
Handling Non ASCII Characters in PHP String Literals
This PHP tutorial helps you understand: Basic rules of handling non ASCII characters; Example PHP scripts of French/Chinese strings in UTF-8/GB2312 encoding.
(0 ratings)
Reviews0
PriceFree
Views1866
How to Bridge PHP and Java for Powerful Web Solutions
Here's how to team up two of the most popular and powerful platforms for web development together. With the php-java bridge you can build classes and jar files in Java and call them and use their methods in PHP. Use the quick and easy PHP language to bring Java muscle to your web pages.
(0 ratings)
Reviews0
PriceFree
Views961
Escape HTML Characters
In this howto you're gonna learn how you can escape HTML characters, nice and easy using PHP. This is useful for example to prevent users enter malicious HTML or javascript code into your site using the public forms like guestbooks or message boards. Also this can be useful if you want to embed code into your page without being translated by browsers into HTML elements corresponding. Our site also offers an Online Escape HTML Characters Tool!
(0 ratings)
Reviews0
PriceFree
Views1574
PHPreg.com - Ultimate PHP Source For Help
PHPreg.com is a regularly updated resource for tutorials, articles and help on PHP and Databases like Mysql. If you are new to PHP or looking to gain new knowledge and development, PHPreg.com can be a useful guide for you. Easy to understand tutorials and new articles are the specialty. You will also get benefited with technical support forum to resolve your queries. Number of free downloadable scripts and eBook on PHP are also available. By downloading paid scripts with resell rights, you can start your own script selling business.
(0 ratings)
Reviews0
PriceFree
Views1011
PHP - The Basics - Tags, echo and if/else
This edition of the PHP walk through talks about the basics of PHP coding, including the PHP tags, echo and if/else.
(0 ratings)
Reviews0
PriceFree
Views727
Object Dynamic Generation
This package can be used to add model classes dynamically. A base abstract class provides the default implementation of property setter and getter functions. Concrete model classes are derived from the base abstract class. Objects of a model class can be created either directly instantiating the class or calling a factory class that takes care of automatically loading the class from a directory where model class files reside.
(0 ratings)
Reviews0
PriceFree
Views580
TechCuBeTalk-Validating correct email id format using PHP
This article shows how to use regular expression and PHP to validate correct email id format. Sample code snippet is attched.
(0 ratings)
Reviews0
PriceFree
Views921
Learn PHP With JWRmedia's FREE Online PHP Lessons
JWRmedia's free online PHP lessons explains in detail all the popular functions, statements and operators so that you can easily and quickly learn PHP.
(0 ratings)
Reviews0
PriceFree
Views838
Accessing the Command Line From PHP
This tutorial will explain the different methods of accessing the system command line from a PHP script. Being able to run external programs can come in handy, and fortunately there are multiple functions that will do this. We will explain the differences betweeen these so you can choose the best one for your purpose. The functions covered are exec(), system(), passthru(), and shell_exec(), as well as escapeshellcmd() and escapeshellarg().
(0 ratings)
Reviews0
PriceFree
Views743
Macronimous - Writing clean, secure and easy to maintain PHP code
Any code when written in a clean, easy to understand and formatted way is readily accepted and acclaimed by one and all. It is essential that the codes we write should be able to be understood by all, because the same programmers need not necessarily work on the same set of codes always.
(0 ratings)
Reviews0
PriceFree
Views481
5 Tips for Writing Cleaner PHP Code
There are many benefits to writing clean code for any project, no matter how small. The importance of clean code becomes most apparent when you need to find an error, especially a syntax error. In the end, cleaner code means less time reading and more time coding!
(0 ratings)
Reviews0
PriceFree
Views747
Results 21-40 of 47