Categories
Tags → In String Php

Dynamic (2 level) navigation list

The creation of a dynamic nested unordered list without using any JavaScript code is sometimes a problem because the script needs to &"remember&" the values, sub values and also the query string from previous clicked links. In this ...
DETAILS

CAPTCHA validation using PHP and Ajax

CAPTCHA has become a popular means of securing forms against automated submission, by requiring users to enter a string displayed in an automatically generated image. This implementation uses Ajax to conveniently combine CAPTCHA into normal pre-sub...
DETAILS

File manipulation (Part 1)

In the PHP Tutorial You will learn about File manipulation (Part 1) - Checking file existence, A file or directory, Determining file size, Creating and deleting files and Opening a file for writing, reading, or appending.You can test for the existenc...
DETAILS

NumPer

NumPer (Number to Persian) is an easy-to-use PHP class for converting numbers to strings in the Persian language. The function input is a number from 0 to 999999999999 (and may you add more by configuring the appropriate array), and output is a strin...
DETAILS

PHP Script Tips - Understanding String Literals and Operations

A collection of 14 tips on PHP string literals, operations and conversaion. Clear explanations and tutorial exercises are provided on single-quoted strings, double-quoted strings, string elements, concatenation, converting values to strings, converti...
DETAILS

datLib

datLib contains Class Methods that help simplify common programming functions that PHP programmers use in their development process when building web based applications. These include calculating dates in different formats; server and user informatio...
DETAILS

Image Form Valuator v1.0

This script generates images for CAPTCHA ( Completely Automated Public Turing test to tell Computers from Humans Apart ) validation tests, make coded string and compare users input. This script was made as simple as only possible. It doesn''t ...
DETAILS

Atrise PHP Script Debugger

Atrise PHP Script Debugger is a debug script for your PHP projects. It can help you to show PHP variables, debug string output, script execution time, the page source and other information that helps you in your PHP development. Features: * H...
DETAILS

Variables in PHP

Variables are nothing but identifiers to the memory location to store data. We can create any number of varibles. In PHP all the variables begin with a dollar sign &"$&" and the value can be assignes using the &"=&"...
DETAILS

empty

This utility also written in php resets the contents of a file or list of files. Backups are made by default so the program can be considdered fool proof. You need to confirm if used with the option --no-backup. Also when used with a root accoun...
DETAILS

Page:
©2003-2019 jCay.com