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 41-60 of 648
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
Views977
Find a visitor's IP address
For PHP beginners, this tutorial shows how to view the IP address of a visitor to your site. It also describes how to find the visitor's real IP address, if they are using a proxy.
(0 ratings)
Reviews0
PriceFree
Views1009
SQL tutorial, aggregations
SQL tutorial video presents the use of aggregate functions: MIN, MAX, AVG, SUM, COUNT, DISTINCT. Free lesson with practical examples describe how to group data using GROUP BY and HAVING clauses.
(0 ratings)
Reviews0
PriceFree
Views433
MongoDB tutorial, introduction to NoSQL
MongoDB is an open source NoSQL database system. Tutorial presents introduction to MongoDB. Free lesson describe how to use document-oriented database system: how to insert, select, update and delete data, use Set and Unset operators.
(0 ratings)
Reviews0
PriceFree
Views643
PHP functions
This PHP functions removes portions from a string, given the two delimiters. More options are also given: remove all occurrances, once n-th occurrance, all before the n-th occurrance
(0 ratings)
Reviews0
PriceFree
Views404
PHP Spell Check script
This is a spelling checking script written in PHP/MySQL. It asks the user to input an English word and checks if the spelling is correct. If the spelling is not correct, it offers different suggestions of similar words.
(0 ratings)
Reviews0
PriceFree
Views517
Removing the PHP Extension from a URL
If you are developing a website in PHP then most of your files will end in the .PHP file extension. This works just fine for your development, but when you release your website the .php extension is just added characters in the URL. Most websites that use PHP simple have the extension of the page removed. This leads to cleaner, shorter, and easier to read URLs. It is also better for your SEO or Search Engine Optimization. Using a simple .htaccess file with a few lines we can automatically add the .php file extension to any URL without it. This means something like example.com/page will look like example.com/page.php to the computer, but still retain the cleaner look of example.com/page to the user. Note: You can still explicitly call any page even with this change.
(0 ratings)
Reviews0
PriceFree
Views466
Introduction to Arrays in PHP
This tutorial is an introduction to syntax, usage and components of an array. Introductory examples showing how to declare and use arrays in PHP and included.
(0 ratings)
Reviews0
PriceFree
Views435
Introduction to arrays in PHP
Arrays are a special data type in PHP that is used to hold a list of data. The ability to hold a list of data is valuable as it allows us to hold and pass sets of related data to different point in our application with ease. Learn about the syntax and other ways that arrays are handled in PHP
(0 ratings)
Reviews0
PriceFree
Views398
Introduction to Switch Conditionals in PHP
Switch is another language construct that is used to control program flow. The switch construct takes a single parameter and compares it for equality to a set of cases that have been specified. Visit our site for free additional information and example code.
(0 ratings)
Reviews0
PriceFree
Views440
Introduction to Data Types
PHP is a loosely typed programming language. Although PHP is loosely typed it is still necessary to distinguish the type of data that is stored by a variable at a given time. The major data types that operate in PHP are strings, integers, floating points(decimals), arrays and for lack of a better description, objects. This tutorial covers the necessary information you need to know regarding data types in PHP.
(0 ratings)
Reviews0
PriceFree
Views420
Introduction to If-Else Conditionals in PHP
In programming conditionals are the constructs that control flow of a program. Conditional constructs allow a program to have logic that enables decision making. Conditional construct in PHP include if, elseif, and else. The if and elseif are followed by one or more expressions that can be evaluated to a Boolean value. The else is not followed by a boolean expression, but simply by a block of code that will be executed in the case that the other Booleans expressions are false. Visit the download url for more...
(0 ratings)
Reviews0
PriceFree
Views497
Create a PHP/MySQL Powered Forum from Scratch
1.Creating Database Tables 2.Introduction to the Header/Footer System 3.Getting Ready for Action 4.Displaying the Forum Overview 5.Signing up a User 6.Adding Authentication and User Levels 7.Creating a Category 8.Adding Categories to index.php 9.Creating a Topic 10.Category View 11.Topic View 12.Adding a Reply
(3 ratings)
Reviews0
PriceFree
Views634
Quick web application development with fuelphp tutorial
A beginners tutorial and introduction into fuelphp- using orm, auth, migrations and scaffolding- a simple site on collecting data while providing a back admin section behind a password
(0 ratings)
Reviews0
PriceFree
Views467
Web Dev Power
with tons of of tips on various topics related to php web development, web dev power has tons of tips on subjects such as php, drupal, linux and seo
(3 ratings)
Reviews0
PriceFree
Views435
How to get PHP array length
In this tutorial I will show you how to determine the length and / or the size of a PHP array. You will learn the most important methods how to use PHP functions to get length, size and memory used by the array information.
(0 ratings)
Reviews0
PriceFree
Views439
Read a file's contents with PHP
A guide about how to read the contents of a text file using PHP, using a variety of different built in functions, with tips about how to use them effectively.
(0 ratings)
Reviews0
PriceFree
Views905
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
Views599
PHP MySQL & File Backup Script
This completely free script allows you to backup your complete server. It allows backing-up MySQL databases and files on your server. You can create backups, download them and delete them. It also includes a Cron job script that will make your life easier. You can easily create Cron jobs using this part of the script with no trouble. Free for both personal and for commercial use.
(3 ratings)
Reviews0
PriceFree
Views629
PHP file read howto
Reading from file is a general task in PHP. This article tries to summarize how to use PHP file read possibilities.
(6 ratings)
Reviews0
PriceFree
Views461
Results 41-60 of 648