Categories
PHPTips and Tutorials → Development

Macronimous- Command Line Scripting in PHP

PHP can also be run as a command line script like c, c++, java, etc. This article provides an introduction to command line scripting in PHP and emphasise on its significance in PHP applications.
  • Platforms
    • Linux,
    • Sun Solaris
  • Licenses
    • Other Free / Open Source License
DETAILS

Array Merge And Replace

PHP provides a number of array merging functions but not one that does precisely this. What this will do is that it will add new values found in the new array if they don''t exist and update them if they do, performing this recursively if a sub-...
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

AJAX Application in PHP

A small application which will help you understanding the basics of AJAX.
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

How to Bridge PHP and Java for Powerful Web Solutions

Here''s how to team up two of the most popular and powerful platforms for web development together. With the php-java bridge you can build classes and jar files in Java and call them and use their methods in PHP. Use the quick and easy PHP langu...
  • Platforms
    • Linux,
    • Windows
  • Licenses
    • Freeware
DETAILS

Handling Non ASCII Characters in PHP String Literals

This PHP tutorial helps you understand: Basic rules of handling non ASCII characters; Example PHP scripts of French/Chinese strings in UTF-8/GB2312 encoding.
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Commercial License,
    • Free for non-commercial use
DETAILS

Creating a Class Auto Loader

The factory will auto_load requested classes without you having to add require or include functions all over your code. Good for large projects with many libraries used in various files.
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD
  • Licenses
    • GPL
DETAILS

Create syntax highlighted php code as html text

This tutorial teaches you how to convert an existing php code to a syntax colored html text.
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

PHP based geo-targeting and localization

Geo-targeting is commonly used to localize content such as adverts and for statistical purposes. This process is also known as localization. The problem with Internet based geo-targeting is that it tends to be a rather inprecise affair and can ...
  • Platforms
    • Linux
  • Licenses
    • GPL
DETAILS

PHP Script Tips - Understanding PHP Arrays and Their Basic Operations

A collection of 11 tips on PHP array introduction. Clear answers are provided with tutorial exercises on declaring and creating arrays, assigning and retrieving array elements, identifying elements by keys and indexes, copying arrays: What Is an Ar...
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

How to redeclare native PHP functions

The tutorial shows a way to redeclare native PHP functions like session_start or print_r.
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Sun Solaris
  • Licenses
    • Other Free / Open Source License
DETAILS

Page:
©2003-2019 jCay.com