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

Top Rated Scripts | PHP | Tutorials & Tips

Results 601-620 of 648
Validating Forms with Veto
The Veto library combines the use of PHP and JavaScript to validate forms both client- and server- side, and the use and syntax is explained and demonstrated in this tutorial.
(0 ratings)
Reviews0
PriceFree
Views536
Import Gmail Contacts
Written in PHP and using cURL, this script imports the names and email addresses from your gmail account. When used with our Newsletter Script you can Create and Send an HTML Email Using FreeWebScriptz Import Contact Script easily! An HTML form is often used in email marketing to generate a greater response from potential customers.
(0 ratings)
Reviews0
PriceUSD 10.00
Views499
Generate random string with PHP
posted byphpf1inRandomizing
This is a short description with complete code examples how to generate random strings using PHP.
(0 ratings)
Reviews0
PriceFree
Views515
Concatenate strings and fields in MySQL
This article demonstrates how to concatenate two or more strings and fields in MySQL using the CONCAT() function.
(0 ratings)
Reviews0
PriceFree
Views472
PHP string to array tutorial
This short lesson teaches you how to convert a string to array using PHP built in functions.
(0 ratings)
Reviews0
PriceFree
Views453
PHP file write presentation
Creating files with PHP is quite simple task but you need to be careful during file manipulations. In this lesson I will show you how to do it without headache.
(0 ratings)
Reviews0
PriceFree
Views470
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
Views906
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
Views444
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
Views471
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
Views505
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
Views426
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
Views444
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
Views402
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
Views441
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
Views471
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
Views525
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
Views409
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
Views649
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
Views439
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
Views1015
Results 601-620 of 648