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

Most Popular Scripts | PHP | Tutorials & Tips

Results 301-320 of 648
Yelp Website Source Code/ Clone Script
This unique tutorial is the first of its kind ! It is a step by step tutorial for creating a hot & happening site like YELP. Executing the steps inside will instantly make you a PRO PHP - LARAVEL developer.
(3 ratings)
Reviews0
PriceUSD 49.00
Views849
Add text to an existing image with PHP
This tutorial describes how to write text on to an existing PNG image using image functions in PHP by using a simple example. Each step is clearly described to make it easy to follow.
(3 ratings)
Reviews0
PriceFree
Views1118
Using cron with PHP
Scheduling events to run at certain times can be a useful feature. You may want to backup your database or update a set of files you have cached on your server or perform any number of other resource intensive tasks. You can manually visit the page and this works fine if you have a good memory, it isn't time critical and it doesn't need to be run several times a day. If you and your task don't fit into all those categories (and even if you do but have better things to do with your time) a better alternative will be to run your script using cron. In this article I list the options for scheduling a task to run periodically and I go into detail on running a script with cron.
(3 ratings)
Reviews0
PriceFree
Views1673
PHP File Search
Search through files and directories on your server. You can create a compete search tool which would allow you to search through pathnames, file's contents and MySQL databases. It is created as an API, so you can get your results in following formats json, csv, xml, atom, txt, html, stats or print.
(3 ratings)
Reviews0
PriceFree
Views754
Getting stock quote
In this tutorial I will show you how you can get any stock quotes from yahoo and display it on your own site.
(3 ratings)
Reviews0
PriceFree
Views2155
The Difference Between require() and include()
Did you know that require() and include() work differently? Both are used for including code in another file into your program, but there is a crucial difference in how they operate when that file cannot be read which any PHP programmer needs to know about. There's also a slight difference with require() between new and older versions of PHP which this tutorial discusses too.
(3 ratings)
Reviews0
PriceFree
Views2154
Sending emails in PHP
This is an introductory tutorial to teach you how to send emails via PHP. It is quick and easy and aimed for beginners.
(3 ratings)
Reviews0
PriceFree
Views1444
Bike
Pretty often you need to run a couple of queries against your MySQL database on the client's web server. Usually phpMyAdmin does the job well but there are situations when you just need to upload something to the server and open in the borwser, without any configuration steps. Welcome Bike, lightweight phpMyAdmin replacement. If you already have a CMS installed on the web server (WordPress, Drupal, Joomla), simply upload Bike to CMS's subfolder and open it in the browser.
(3 ratings)
Reviews0
PriceFree
Views619
Sending e-mails via SMTP with PHPmailer and Gmail
Using the SMTP server from Gmail is a good choice for mail application with less than 500 recipients a day. This tutorials shows you how to send mail messages via SMTP using PHPmailer and Gmail.
(3 ratings)
Reviews0
PriceFree
Views1229
PHP File Upload Tutorial
This tutorial will demonstrate how to handle file uploads in PHP. The example will show how to create a simple XHTML form with a file field, and a PHP script that handles the form submission by moving the uploaded file to a designated directory.
(3 ratings)
Reviews0
PriceFree
Views910
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
Views1717
Watermark on uploaded image
This tutorial shows how you can automate the process of adding watermarks on images from your site right when they are uploaded.
(3 ratings)
Reviews0
PriceFree
Views2024
Simple Counter Tutorial
This is just a Simple Counter, Try this counter first and hope you will make some professional ones after it by trying some other good Counter tutorials.
(3 ratings)
Reviews0
PriceFree
Views3697
PHP With HTML Forms
This 2-page tutorial shows how to work HTML forms in PHP. Topics covered: Drop menu builder, Radio buttons, Check boxes, Error processing, and more.
(3 ratings)
Reviews0
PriceFree
Views10969
Searching a Directory of Files
This tutorial shows you how to dynamically compile the list of files in a given directory. You can then conduct keyword searches on the compiled list for finding matching files.
(3 ratings)
Reviews0
PriceFree
Views5678
Using Cookies & File Appending
Explains how to set and check for cookies using PHP. Also demonstrates a simple way to read and write data to a file.
(3 ratings)
Reviews0
PriceFree
Views9331
Adding Date/Time Last Updated
Simple tutorial explains how to add date time stamp "page last updated on..." for a specified file using filemtime function.
(3 ratings)
Reviews0
PriceFree
Views7271
List images in a folder with php
After i needed something like this for myself i decided to make a page of rit so that other people who need it can use it too. This little code will basically list every image in a folder using php. You can alter it in every way you can/want.
(3 ratings)
Reviews0
PriceFree
Views1857
Dynamic Descriptions for Search Results
posted bysrblairinSearching
How to serve up dynamic descriptions for your search results, display the text in front of and after the user's search query and even highlight the words they are searching for. This makes sure your visitors see the word(s) they are searching for and can see the context in which their search term is being used on a given page. Now they can properly determine whether any of your search results are relevant to what they are looking for and you are not sending them on a wild goose chase through your website, or even worse, scaring them off completely.
(3 ratings)
Reviews0
PriceFree
Views653
Variables in PHP
Variables are nothing but identifiers to the memory location to store data. We can create any number of varibles. In PHP all the variables begin with a dollar sign "$" and the value can be assignes using the "=" operator as shown below: Another important thing in PHP is that all the statements must end with a semicolon ";". In PHP we needn't have to specify the variable type, as it takes the data type of the assigned value. From the above example we understand that '$Name' is of Data type String and '$Age' is of type Numeric.
(3 ratings)
Reviews0
PriceFree
Views2109
Results 301-320 of 648