php functions
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 5427
PHP Functions urlencode 1
You should encode string values while passing in an querystring. We use UrlEncode to Returns a string in which all non-alphanumeric characters except -_. have been replaced with a percent (%) sign followed by two hex digits and spaces encoded as plus more>> You should encode string values while passing in an querystring. We use UrlEncode to Returns a string in which all non-alphanumeric characters except -_. have been replaced with a percent (%) sign followed by two hex digits and spaces encoded as plus (+) signs.<<less
Added: 2008-08-27 License: Freeware Price: $0.00USD
11 downloads
PHP Functions : array_fill
array_fill() fills an array with num entries of the value of the value parameter, keys starting at the start_index parameter. Note that num must be a number greater than zero, or PHP will throw a warn more>> array_fill() fills an array with num entries of the value of the value parameter, keys starting at the start_index parameter. Note that num must be a number greater than zero, or PHP will throw a warning. .<<less
Added: 2006-09-12 License: Freeware Price: Free
1138 downloads
Pseudo-random PHP functions
This article introduces PHPs pseudo-random functions to the reader and explains the difference between a pseudo-random and a truly random number. more>> This article introduces PHPs pseudo-random functions to the reader and explains the difference between a pseudo-random and a truly random number.<<less
Added: 2006-03-31 License: GPL Price: Free
1309 downloads
PHP Functions : urlencode()
You should encode string values while passing in an querystring. We use UrlEncode to Returns a string in which all non-alphanumeric characters except -_. have been replaced with a percent (%) sign fol more>> You should encode string values while passing in an querystring. We use UrlEncode to Returns a string in which all non-alphanumeric characters except -_. have been replaced with a percent (%) sign followed by two hex digits and spaces encoded as plus (+) signs.<<less
Added: 2006-10-14 License: Freeware Price: Free
1110 downloads
How to redeclare native PHP functions 1.0
The tutorial shows a way to redeclare native PHP functions like session_start or print_r. more>> The tutorial shows a way to redeclare native PHP functions like session_start or print_r.<<less
Added: 2006-05-23 License: Other Price: $0.00USD
14 downloads
Other version of How to redeclare native PHP functions
Price: FreeAdditionalInfohttpopenideascompany.combogomilp42
License:Other Free / Open Source License
License:Other Free / Open Source License
5 useful PHP functions for MySQL data fetching
PHP usually comes with mysql extension mysql (mysql_... functions) which is rather low-level and requires writing too much code for a trivial tasks: error-checked execution of SQL queries, getting sin more>> PHP usually comes with mysql extension mysql (mysql_... functions) which is rather low-level and requires writing too much code for a trivial tasks: error-checked execution of SQL queries, getting single row from SQL table, getting value from SQL table cell, etc. OOP mysqli extension isnt any better. In this article we present 5 useful functions which greatly simplify majority of real-life MySQL operations.<<less
Added: 2007-03-30 License: Other Free / Open Source License Price: FreeAdditionalInfoNorestrictionsopensourcecopy,modify,redistribute,commercialuseallowedexceptrepublishingcodeinotherarticles.
978 downloads
PHP Functions for detecting Spiders and Small Screen Devices 1
Two PHP functions that allow a developer to test for spiders and small screen devices. Can be used for useragent cloaking, delivering lite content to PDAs and cellphones, or solving any other problem that requires delivering content based on user agent. more>> Two PHP functions that allow a developer to test for spiders and small screen devices. Can be used for useragent cloaking, delivering lite content to PDAs and cellphones, or solving any other problem that requires delivering content based on user agent.<<less
Added: 2006-04-10 License: Other Price: $0.00USD
14 downloads
RSS-functions 1.0
RSS-functions v1.0 contains a couple of functions which give you the opportunity to open a RSS-feed and put the content to an array which can be used in your PHP-code more>> RSS-functions v1.0 contains a couple of functions which give you the opportunity to open a RSS-feed and put the content to an array which can be used in your PHP-code<<less
Added: 2006-08-25 License: Free Non-Commercial Price: $0.00USD
12 downloads
Other version of RSS-functions
License:Free for non-commercial use
PHP Function Finder 1.0
PHP Function Finder provides quick and easy access to the PHP.net function database. This is a must have time saving tool for every Windows loving PHP developer. more>> PHP Function Finder provides quick and easy access to the PHP.net function database. This is a must have time saving tool for every Windows loving PHP developer.<<less
Added: 2007-03-23 License: Freeware Price: $0.00USD
23 downloads
PHP Countdown 1.5
A collection of two PHP functions that will generate a countdown to any date and display it in either predefined formats or your on format. more>> A collection of two PHP functions that will generate a countdown to any date and display it in either predefined formats or your on format.<<less
Added: 2005-11-26 License: Freeware Price: $0.00USD
22 downloads
PHP Runner
PHP Runner is a simple but useful program to preview a PHP file easily without saving or uploading to server or using other programs to run your designed file. PHP Runner has a friendly interface with more>> PHP Runner is a simple but useful program to preview a PHP file easily without saving or uploading to server or using other programs to run your designed file. PHP Runner has a friendly interface with useful tools like as most used PHP functions buttons to make scripting more easier and faster. More information and documentation is available in the website.<<less
Added: 2004-11-28 License: GPL Price: Free
1804 downloads
PHP function for Basic Image Gallery
This PHP function is a very basic one, yet useful for a single page image gallery within a small website. It reads all the images from given folder and creates a simple looking gallery with given sized thumbnails. more>> This PHP function is a very basic one, yet useful for a single page image gallery within a small website. It reads all the images from given folder and creates a simple looking gallery with given sized thumbnails.<<less
Added: 2009-02-10 License: Other Price: $0.00USD
14 downloads
Examples of the preg_match function 1.0.3
The preg_match function of Php is often used and the online script here includes few examples which can be implemented in any code. There is an online demo. The code will be updated regularly. - just added a preg_match_all example more>> The preg_match function of Php is often used and the online script here includes few examples which can be implemented in any code. There is an online demo. The code will be updated regularly. - just added a preg_match_all example<<less
Added: 2007-05-22 License: Other Price: $0.00USD
11 downloads
Other version of Examples of the preg_match function
License:Other Free / Open Source License
PHP Cookie example and function-helper
PHP has a function setcookie since version 3.0, but this function is too low-level for simple usage. Function ae_put_cookie provided, sets cookie for current domain without specifying long arguments l more>> PHP has a function setcookie since version 3.0, but this function is too low-level for simple usage. Function ae_put_cookie provided, sets cookie for current domain without specifying long arguments lists. Just three arguments: name, value, session cookie flag/number of days/forever cookie flag<<less
Added: 2006-11-06 License: Other Free / Open Source License Price: Free
1107 downloads
Poll Result Bar Through PHP GD Function
It is useful for displaying Single Result bar for Testimonial, Review, or topic rating. In this article, You will learn how to create Images, Resize, Copy and Merge into One Image, using PHP GD Functi more>> It is useful for displaying Single Result bar for Testimonial, Review, or topic rating. In this article, You will learn how to create Images, Resize, Copy and Merge into One Image, using PHP GD Functions, also you will find a trick to create seo friendly url with just a single line of code.<<less
Added: 2007-06-03 License: PHP License Price: Free
909 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above php functions search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed