

Advertisment

Easily Format JSON using PHP and Interpret using Javascript
As many clever sods across the world no doubt know, AJAX stands for Asynchronous Javascript and XML. However, there is an alternative to using XML...
Views: 911 |
| by Troy
PHP - Miscellaneous

Functions with Endless Amounts of Arguments
Sometimes we need to create functions that require an indefinite and variable amount of arguments. Creating a function to cater for these arguments...
Views: 943 |
| by Daniel
PHP - Miscellaneous

Using Type Juggling/Type Casting to Modify Data Types
We're going to be dealing with type juggling in this article. This is the process of instructing PHP how to handle the value after the type...
Views: 905 |
| by John
PHP - Miscellaneous

The explode() function
The explode() function in php and how to use it. Also a few examples of how the explode() function can be useful.
Views: 884 |
| by Steve
PHP - Miscellaneous

functions()
A guide to creating your own functions and how to use them.
Views: 890 |
| by Daniel
PHP - Miscellaneous

Meta tag viewer
Well now i'm going to show you show to make a meta tag viewer. Learn how to display another site's meta tags.
Views: 909 |
| by Adam
PHP - Miscellaneous

Using the Internal Array Pointers to Access Elements in Arrays
The native array pointer functions in PHP allow you to traverse an array without actually referring to specific array elements. They can be...
Views: 835 |
| by Tutorial
PHP - Miscellaneous

PHP and JavaScript: Drawing a binomial distribution bar graph using the GD library
Using JavaScript, PHP and the GD library, we are going to draw a bar chart showing the binomial distribution for 0 to 10 successes out of 10 trials...
Views: 788 |
| by Steve
PHP - Miscellaneous

How to display nicely an array by the first letter
A tutorial on how to display nicely an array by the first letter
Views: 868 |
| by Colin
PHP - Miscellaneous

Testing htmlspecialchars() PHP Function
When data needs to be presented in Web pages, HTML special characters must be well protected Otherwise, data well not be presented properly, or the...
Views: 817 |
| by David
PHP - Miscellaneous

Most popular (last 7 days)





Highest rated (last 7 days)




