phpAG - PHP Anagram Generator

inactive
4 Recommendations
6 Downloads (This Week)
Last Update:
Download phpAG-0.9-src.zip
Browse All Files
Windows Mac Linux

Description

<b>phpAG</b> is an anagram generator written in PHP.<br /><br />

It takes any string as input and can output whether all permutations or only meaningfull anagrams i.e. permutations corresponding to words stored in a separated text file.

phpAG - PHP Anagram Generator Web Site

Update Notifications





User Ratings

 
 
4
0
Write a Review

User Reviews

  • Posted by James Adams 2012-04-09

    Great little script, but be aware, if you are using php5.3 an error occurs on line 81 if (ereg ("[\<\>\\\"\']", $word)) just change it to if (preg_match ("[\<\>\\\"\']", $word)) I've also had to enclude $word = $_POST['word']; and $action = $_POST['action']; so that it works correctly.

Read more reviews

Additional Project Details

Languages

English

Intended Audience

End Users/Desktop

User Interface

Web-based

Programming Language

PHP

Registered

2001-08-08

Icons must be PNG, GIF, or JPEG and less than 1 MiB in size. They will be displayed as 48x48 images.