Categories
Tags → Variables In Php

The Truth About PHP Variables

This article examines how PHP handles passing of variables internally, as well as how this relates to memory usage. This information is can be very useful for any professional PHP developer as it shows how passing variables by reference will normally...
DETAILS

The GutterStar.net Dynamic Live Chat Plugin

Make any page a chat room! Anyone in the world who is looking at your web page will see new messages dynamically and automatically appear on the page as your visitors chat back and forth! Consisting of a combination of PHP and JavaScript, it does n...
DETAILS

Web safety with AJAX and PHP 5

Manipulation of parameters, Cross Site Scripting, SQL Injection, Session hacking - there are many ways to attack a websites integrity for evil purposes. And it is note easy to imagine every way hackers are trying to manipulate your web code. This app...
DETAILS

Type Juggling and Type Casting in PHP

Juggling and casting the variables types in PHP. Different to constants, a variable is automatically declared in PHP when you assign a value to it. Assignment is accomplished with the assignment operator (=). Note that the assignment operator (...
DETAILS

Javascript Sliding Puzzle with high score table

This script lets you easily create a javascript puzzle game. Simply upload the complete picture to your server. By editing variables in the script you can define how many squares should be in the puzzle, and how large the puzzle will be. The script w...
DETAILS

Easy Niche Store - ebay rss feed with affiliate links

This simple PHP script is easy to setup and configure. No need for a database and it integrates with the look and feel of your existing site. Only takes a minute to install! You can... RSS any products RSS your personal auction listing...
DETAILS

Bizzar''s phpAnti-Leech Script

With so many people stealing and hot-linking, don''t you want a quick and easy php script to prevent that from happening? This script uses URL variables (filename and subpath) to manage your downloads. There is no database required and no system...
DETAILS

Forms Processing

In the PHP Tutorial you will learn about PHP Forms - Predefined variables, Reading input from forms and Using hidden fields to save state.PHP has several predefined variables called superglobals.Superglobals are always present and available in any ...
DETAILS

LI-Easypoll

With LI-Easypoll you can setup and unlimited number of polls which you can include in any page with just an easy php include commmand. All the admin functions are available on the admin page which you can secure by a build-in password validation if y...
DETAILS

Menu Handling Class with SimpleXML and PHP

The big part of programming web applications is writing a lot of code - time-consuming. Classes are usefull to save time. This class is taking care of the menu handling. The XML file is easy to create: Main navigation and sub navigation differ only f...
DETAILS

Page:
©2003-2019 jCay.com