PHP

Here is an example how to generate YouTube video browser-based uploading form by PHP:

Continue reading »

This PHP example is used to retrieve all links from a file content or a url content, then sort by the follow links or nofollow links and show them

Continue reading »

on October 4th, 2010

A PHP example to sort all words of a text in alphabetical order and write the words into a file

Continue reading »

on June 25th, 2010

While I was looking through a site about migrate sharepoint, I saw a search field with autocompleting and the first idea I have is to develop a code that will automatically put those words for autocompleting that are more often happen in the texts

Continue reading »

An example to move the JavaScript codes from a file to an other file:

Continue reading »

on March 31st, 2010

An example for searching text (a word or phrase) in the directory files:

Continue reading »

on March 20th, 2010

This is an image manipulation script that makes the selected photos grayscale and in the case of mouseover the colors are restored. It is easy to use, just put “grayscale” as the classes of the images. It used PHP and JavaScript for developing the script.

Continue reading »

on February 15th, 2010

An example for sorting texts in array by matching the word in them:

Continue reading »

on December 24th, 2009

This function returns matching words array from two texts or returns false in case of not matching any words.

Continue reading »

on December 7th, 2009

This function is used for writing rss to a file.

Continue reading »

Info