| TOTAL: 22 Page: 1 of 2 |
|
How to Count all elements in an array
PHP Count function can count all elements in an array, or properties in an object. Counting an array gives us array kength which is umber of elements it contains.

| Hits: | 0 | Platforms: | Linux |
| Ratings: | Last Updated: | 2009-11-10 |
How to get information from TrueType font file
The following source code is the php class, for retrieve the name tables from font file.

| Hits: | 17 | Platforms: | Linux Windows |
| Ratings: | Last Updated: | 2009-09-14 |
Limit Displayed Characters From Your Text
This php script helps you limit displaying characters form you message and not cut out your word.

| Hits: | 31 | Platforms: | Linux Windows |
| Ratings: | Last Updated: | 2009-09-01 |
Encrypting Password using md5() function
Using md5(); function to make your login system more secure

| Hits: | 29 | Platforms: | Linux Windows |
| Ratings: | Last Updated: | 2009-09-01 |
Encode PHP Scripts
Convert and protect your PHP scripts to unreadable but still executable. This is a list of tools you can use to protect your PHP code.

| Hits: | 30 | Platforms: | Linux Windows |
| Ratings: | Last Updated: | 2009-09-01 |
PHP User online tutorial
This tutorial show you php script that count how many users are active on your site.

| Hits: | 30 | Platforms: | Linux Windows |
| Ratings: | Last Updated: | 2009-08-31 |
PHP and MySQL Introduction Tutorial
This tutorial covers the basics of accessing a MySQL database from your PHP script. You will learn how to connect to a MySQL database, and how to execute a SQL statement.

| Hits: | 19 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2009-08-21 |
PHP Array Tutorial
This tutorial will demonstrate how to use arrays in PHP. An array is simply a collection of keys and their associated values. In PHP, the key can be either an integer or string, while the value can be any PHP data type.

| Hits: | 19 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2009-08-21 |
Maintain a Single Database Object in PHP 5 Using the Singleton Pattern
When creating a PHP application, it is usually necessary to connect to a database to perform certain tasks. In some cases you only want to open a connection when necessary, but limit it to a single connection. This way you don't waste resources on unnecessary database connections.

| Hits: | 24 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2009-08-15 |
Using MySQL Prepared Statements in PHP
This tutorial will explain how to use prepared statements.

| Hits: | 15 | Platforms: | Linux Windows |
| Ratings: | Last Updated: | 2009-08-03 |
PHP Newsletter Script
This is an easy newsletter script and this article will explain step by step on creating a newsletter script with all the functionality of subscribing and unsubscribing by the members. The php script will take care of all subscribe and unsubscribe requirements.

| Hits: | 26 | Platforms: | Linux Windows |
| Ratings: | Last Updated: | 2009-07-26 |
Installing and Running Apache Server and PHP Script Pages
How to download and install Apache 2.x and PHP 5; How to start Apache server; How to publish HTML documents; How to set PATH variable for PHP; How to create php.ini; How to configure Apache to use PHP as CGI; etc.

| Hits: | 9 | Platforms: | Linux Windows |
| Ratings: | Last Updated: | 2009-07-25 |
PHP Count Words from a string
Learn how to count the words from a string using php.

| Hits: | 26 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2009-07-23 |
Authenticate a user from a MySQL database
Authentication is important when building a web application, you don’t want others seeing information that does not belong to them. When you build an app that has “accounts” this is the login to your account. Just like going to Google and logging in to your account, it holds all your changes and settings.

| Hits: | 19 | Platforms: | Linux Windows |
| Ratings: | Last Updated: | 2009-07-22 |
Displaying a daily chart for a ticker symbol
The normal method of showing stock information for a selected ticker symbol is pure numerical data , now this is fine but on a lot of financial sites they are able to display charts as well.

| Hits: | 12 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2009-07-22 |
PROXY-SCRIPT
You will notice server load differences on busy proxies right away. There will be no question that it deals with server resources better than others.

| Hits: | 11 | Platforms: | Linux Windows |
| Ratings: | Last Updated: | 2009-07-22 |
Lazy Loading in PHP with __autoload
autoload is one of the magic methods added to PHP in version 5. It creates a very easy way for you to manage all your different class files. Often you will see in PHP projects files that include the other files needed for that page. You can then end up with a while bunch of require_once calls and so on. This can be quite tedious to maintain and you may not always need all the files.

| Hits: | 26 | Platforms: | Linux Windows |
| Ratings: | Last Updated: | 2009-07-22 |
Video Search Script 1.3
Our Video Search Script is an easy to install PHP script, which searches the most popular video sites YouTube, Metacafe and Dailymotion at once. Build your own high traffic site like YouTube, without video hosting costs. Your users are able to search, watch and rate the videos on your site. By the way your site will automatically and unique filled with thousands of popular videos. In a few days your site will be an unique video site with popular content generated by your users. And the best: You


| Hits: | 42 | Platforms: | Linux Windows |
| Ratings: | Last Updated: | 2009-05-25 |
JavaScript Object Constructor
Object oriented programming (OOP) is often preferred by developers who wanted to push the boundaries in the client side application. If the requirements are placed in the client side like strong internet connection and browser compatibility, developers could consider using OOP.

| Hits: | 31 | Platforms: | Windows |
| Ratings: | Last Updated: | 2009-05-22 |
Cut MP3 to Ringtone Online Script 1
Key Features: - Easy installation with install folder. - SEO Friendly Integration. - Flash Engine for cutting song and listen online. - The cut song will automatic send to Ringtone Database. - Easily search ringtone via Song or Artist name. - An easy to use admin panel with delete, publish and unpublish song. - Automatic update latest cut Ringtone. - Automatic update most popular download. - And much more....

| Hits: | 23 | Platforms: | Linux Windows |
| Ratings: | Last Updated: | 2009-05-22 |