PHP Tutorials

Convert mobile number to international format dynamically with phpConvert mobile number to international format dynamically with php
theonepointwebdesign.co.uk - often need to covert mobile numbers into a UK international format of 44 followed by the number such as 442548951486 the numbers I work with can be in a mixed format some without a starting 0 others with 44 and same with spaces, so I wrote function that w
PHP » Basics 2 views
Cache Wordpress Query Strings Using Transient APICache Wordpress Query Strings Using Transient API
paulund.co.uk - Luckily Wordpress comes with a Transient API where you can cache anything including results from queries. Below is a Wordpress snippet to use next time you need to make a custom query to the Wordpress database.
PHP » Basics 5 views
Show Urgent Messages In Wordpress DashboardShow Urgent Messages In Wordpress Dashboard
paulund.co.uk - These messages can be really be useful to Wordpress developers as you can let your users know about changes you are currently making. Using the below snippet you can add a Message to the dashboard, these can either be error messages or just a notice messa
PHP » Basics 13 views
PHP : Bitwise operatorPHP : Bitwise operator
w3resource.com - Bitwise operators allow to operate on the bitwise representation of their arguments.
PHP » Basics 10 views
Php : $_request, $_post, $_getPhp : $_request, $_post, $_get
w3resource.com - $_REQUEST is a super global variable which is widely used to collect data after submitting html forms.
PHP » Basics 10 views
Writing a Post Views Count Plugin: Part 2Writing a Post Views Count Plugin: Part 2
tutorialstag.com - Improved post views count plugin, simple statistics and a “Top Most Viewed Posts” widget included.
PHP » Basics 12 views
PHP Syntax and TagsPHP Syntax and Tags
w3resource.com - There are four different pairs of opening and closing tags which can be used in php. Here is the list of tags. Default syntax,Short open Tags,HTML Script Tags,ASP Style Tags.
PHP » Basics 9 views
PHP if statementPHP if statement
w3resource.com - PHP uses if keyword to implement the decision control instruction. The structure is similar to C language.
PHP » Basics 9 views
PHP for loopPHP for loop
w3resource.com - The PHP for loop allows the user to put all the loop-related statements (i.e. INITIALIZER; CONDITION; INCREMENTOR or DECREMENTOR) in one place. The structure is similar to C language.
PHP » Basics 9 views
PHP Data Types : ArraysPHP Data Types : Arrays
w3resource.com - An array in PHP is a collection of key/value pairs. This means that it maps values to keys. Array keys (or indexes) may be either an integers or a strings whereas values can be any type.
PHP » Basics 16 views
Writing a Post Views Count Plugin: Part 1Writing a Post Views Count Plugin: Part 1
tutorialstag.com - Writing a plugin to display post views count for each post, including shortcode and template tags feature to use it anywhere.
PHP » Basics 12 views
Create A Weather Application With Google API Using PHPCreate A Weather Application With Google API Using PHP
paulund.co.uk - In this tutorial you will learn how to create a quick and easy weather application in PHP using the Google Weather API.
PHP » Basics 16 views
Cleaning Up Your PHP URLsCleaning Up Your PHP URLs
wildphp.com - Using a simple .htaccess file with a few lines we can automatically add the .php file extension to any URL without it.
PHP » Basics 18 views
Php basics - variablesPhp basics - variables
markupplus.com - In this tutorial you will learn what are variables, how we can use them and why they are the most basic building block of any programming language.
PHP » Basics 19 views
PHP Quick tip block commentPHP Quick tip block comment
markupplus.com - In this quick tip I will show you a neat little trick which will help you to debug your code much faster.
PHP » Basics 15 views
 1 2 3 4 5 ...»   (16 pages)
View 1 to 15 of 232 | First | Previous | Next | Last





Site Meter