Categories
PHPTips and Tutorials → Miscellaneous

Hightlight or Censor words in PHP

This tutorial will show you how to load a flat file and parse text to highlight or even censor out a word in PHP.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

In 2 Columns

If you need the data of an array displayed in 2 columns. Can be easily modified for more than 2.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

phpCrontab Tutorial Tool

One of the biggest problems in the use of scheduled jobs via the Unix cron is remembering the syntax for scheduling individual jobs. The phpCrontab Tutorial tool allows the user to input preferred timeframes for the associated command, and will prod...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Split an array to many pages

It is a function that splits any array to many pages. Easy to configure number of maximum items per page. Very simple to use, then it writes both your array and a Page navigaton bar automatically. New version 1.2 supports result template, document title.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Keyboard Characters to images tutorial

A very easy tutorial with code included that shows you how to convert keyboard chars input to icon or image output. For instance how to make :) a smiley face.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Scramble/shuffle a string

This is a way to scramble or shuffle a string. It grabs the first word in a sentence and it scrambles each word individually.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Calculate Distance Between Two Points Using Longitude && Latitude

Tutorial and sample codes to calculate the distance between two locations. Free sample source codes in PHP, ASP, ColdFusion, C/C++, C#, Java, Perl, Visual Basic and Javascript. Longitude and latitude for United States ZIP Code and Canadian Postal Cod...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Simple Localization with PHP

On PHP DevCenter, Adam Trachtenberg and Joao Prado Maia have described interesting ways to localize web sites with PHP. In this article I''ve offered another alternative, which should be easy for non-programmers to use. We will take advantage of...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Single and double quotes

Do you know that double quotes have an impact on the execution speed of your PHP script ? Find out why in some cases it is better to use single quotes.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Extract All URLs on a Page Using PHP

Enter a URL and results will display all links on that URL by matching the strings ''http'', ''file'', and ftp. A while loop executes for each result and returns the url using printf.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Page:
©2003-2019 jCay.com