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

New Scripts | PHP | Tutorials & Tips

Results 261-280 of 648
Uploading Image Files with PHP
This comprehensive tutorial guides you through step-by-step in the process of uploading, verifying and storing images with PHP. A database is required for storing information about the images. All code is provided.
(3 ratings)
Reviews0
PriceFree
Views2713
Cropping an image
Taking the smaller size between the width and height of an image, we crop that image to obtain a square which we save into a file. Online demo available.
(3 ratings)
Reviews0
PriceFree
Views1985
Redirect function with permanent 301 redirect support
An example of simple function ae_redir() for HTTP redirect. It supports relative site paths and permanent(seo-compatible) redirects. There is also function ae_redir_die() which stops execution of script after sending redirect.
(3 ratings)
Reviews0
PriceFree
Views1718
Posting Data throught a Socket
This example opens up a socket connection using the fsockopen function and post some data which are encoded. It retrieves the resulting page including the headers. There is an online demo.
(0 ratings)
Reviews0
PriceFree
Views1328
Uploading files to Amazon S3 with REST API
An example of command line non-interactive PHP script which creates bucket and uploads file to Amazon S3 (Simple Storage Service). Additional libraries like HMAC-SHA1 are not required.
(3 ratings)
Reviews0
PriceFree
Views1842
Creating a menu system
In this tutorial I will show you how to create a simple menu system with 2 levels. You can easy integrate it into your site to get a nice and easy editable site navigation system.
(18 ratings)
Reviews0
PriceFree
Views3520
PHP measuring page load time
In this tutorial you will learn from a simple code how to generate the page loading time using pure PHP programing. The idea is simple, this script generates a number that counts in seconds the page loading time. It’s a very simple script and is accurate to 0.000000000000001 seconds.
(0 ratings)
Reviews0
PriceFree
Views1328
Get IP address and Long Code from a URL
This small code snippet will help you in getting IP address and long code from a URL using PHP. You can do several tweaks using this code and make it work according to your requirement.
(9 ratings)
Reviews0
PriceFree
Views1893
Fetch the description, title & keywords
This script first tries to find the meta tags including the description, title and keywords of a web page and if it does not get any, it will extract the content using the Curl library and the iconv function which takes into consideration the different charset. There is a live demo.
(6 ratings)
Reviews0
PriceFree
Views2014
Using function mail() in windows xp part 2
Steps to add user, adding domain and make test email from web based interface and try to send email from php script. No need internet connection to test mail() function. Video provided for illustration.
(0 ratings)
Reviews0
PriceFree
Views1141
Creating a simple mail sender class with PHP
In this tutorial I will show you how to create a simple mail sender class in PHP. Sending emails with PHP is a lot easier than you would think, however you need to care about some settings to avoid moving your emails into a spam folder.
(21 ratings)
Reviews0
PriceFree
Views4090
Examples of the preg_match function
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
(0 ratings)
Reviews0
PriceFree
Views2222
Reading & Updating Content of a file
This script shows an example of a counter being incremented every time the page is loaded. This is achieved by reading a file line by line using the fgets function and exctracting the 2 fields (one for the date one for the counter). The file is then being updated. There is a live example.
(3 ratings)
Reviews0
PriceFree
Views2012
Top referring domains list
Learn how to get the referring domain from a URL and how to set up a simple application to display the top referring domains to your website.
(0 ratings)
Reviews0
PriceFree
Views1447
MD5 + Salt + sha1 + base64_encde Encryption tutorial tips tricks and demos
MD5 + Salt + sha1 + base64_encde Encryption tutorial tips tricks and demos This teaches begginers about encryption in several methods such as MD5 ,Salt , sha1 ,base64_encde also there is a bit help in dencrytion This is very simple tutorial understand as demos and examples are available for each item
(9 ratings)
Reviews0
PriceFree
Views3177
Bar chart HTML generator
This article contains PHP function ae_bar_html for generating HTML/CSS based one-column bar charts. It is suitable for simple diagrams and does not require libgd.
(6 ratings)
Reviews0
PriceFree
Views1454
Paginating large paragraphs or text entries
Learn how to split large stories into pages each contain X sentences each.
(0 ratings)
Reviews0
PriceFree
Views1942
Add authentication to your PHP pages the easy way
This will enable you to add a login prompt that authenticates a user before he can see a page. No need to modify your code or pages. Simply download a file, and add a single line at the top of the page you want to add a login to. Any feedback is appreciated.
(15 ratings)
Reviews0
PriceFree
Views4574
Safe Ajax contact form
Providing a simple contact form could be a big security issue if the form script doesn't have any validation or security features. In the past it was very common to use simple mail scripts to post a web form to some e-mail address. A lot of the spam getting people in their mail box is send with vulnerable form mail scripts. These tutorial will show you how to create a simple mail form using Ajax and PHPMailer.
(3 ratings)
Reviews0
PriceFree
Views4416
Printable Document Generation with PHP
This article focuses on the document that can be generated using PHP namely Rich Text Format (RTF). Rich Text Format (RTF) is a file type used to transfer formatted text documents between applications, even those that run on different platforms, such as IBM and Macintosh. RTF is a file format that many word processing programs understand; it is often used when a document is created in one word processing program but is expected to be edited in another word processing program.
(6 ratings)
Reviews0
PriceFree
Views2094
Results 261-280 of 648