Categories
Tags → String Php

String to Character

This php script will convert a string into an array of characters.
DETAILS

Directory Listings, list files and subfolder using php

This is the simple example to list contents of any Directory. To do this we are going to define function DirDisply( ) which will read the current directory contents and display it as a list. We first open current directory by $TrackDir=opendir(...
DETAILS

Injection Scanner

Injection Scanner is a PHP-based script that parses the query strings in a URL. By comparing the query string to known injection and remote execution exploits, it can effectively secure a webpage from being exploited. When an exploit is detected, t...
DETAILS

How to match and extract strings in PHP

Learn how search strings or replace single or multple matches using PHP functions. This tutorial explains the basic operations for dealing with string search and replacement using preg_match(), and preg_match_all() functions.
DETAILS

ArNumbers

This class can be used to spell quantity numbers using Arabic words. It takes a positive number of up to 999999999 and converts it into an equivalent string with words of the Arabic language encoded using the Windows-1256 character set. T...
DETAILS

ArDate

This class can be used to format times and dates in Arabic. It implements functionality similar to PHP date function. It takes as parameters a timestamp integer value and a date format string. The class returns a string formatted represen...
DETAILS

DRBImageVerification

DRBImageVerification is a simple anti-spam image verification, or &"CAPTCHA&", script. It allows you to add a challenge-response test to your existing PHP powered forms to prevent automated spam postings. The verification string len...
DETAILS

Page:
©2003-2019 jCay.com