Categories
Tags → Php List Function

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

Keyword Extract

This is a great little php utility function is great for bloggers or for anyone looking to increase the keyword density on a site. The keyword extract function searches through a text string filtering out punctuation and common words to return a list...
DETAILS

PHP File Tree

PHP File Tree is a PHP function that generates a valid, XHTML nested list of the specified directory, subdirectories, and files. The script includes a JavaScript extension that makes the entire list expand and collapse dynamically. PHP File Tr...
DETAILS

PHP WSDL Generator

This package can be used to generate a Web Services Definition Language (WSDL) document from the code of a class that implements Web services calls. It parses the code of a given PHP class script files and generates a WSDL definition from the l...
DETAILS

PHPLiveX

This class can be used to call PHP functions from Javascript in Web pages using AJAX. It generates Javascript code that implements functions with the same names and function arguments as given list of existing PHP functions. When the gene...
DETAILS

stop words function

This simple php script is a function that takes a list of stop words (commnly occuring words that are of no use to a search engine) and strips them out of a variable term. This is similar to google removal of common words.
DETAILS
©2003-2019 jCay.com