Arrays are one of the most used properties in php, arrays are like a container they are very simple they can can be indentified by a key or a value and the value can also be an array and that's called a multi-dimentional array. Creating an array: <? $myArray = array("Value1", "Value2"); ?> By default [...]
Posts Tagged ‘open source’
Feb 27 2008
FunCap, Capcha Q & A Verification Text
funCap is a very basic tool for form protection, it's main use is for fun.For example, if you haven't got a server with the GD library extension / support then this is a perfect temporary solution. I strongly suggest you use a capcha image verification tool if you do have the GD library feature as [...]
Feb 27 2008
Captcha E-mail Hijacking Protection
Requires: PHP w/ GD Library Extension. Compatibility: Firefox 1 & 2 - I.E. 6 & 7. This e-mail human validation tool is as simple as it is writing an email us link, combined with the power of freeCap it creates a powerful e-mail protection tool. I have chosen to use freeCap for this project as [...]
Feb 27 2008
XML to PHP
This is a very simple script that passes xml to php. Parse XML to PHP and use the data on your very own website. You can also use this code to include RSS news feeds. This is a simple example of how to include the xml parser: <?php include 'xmltophp.class.php'; $files = array('rss.xml'); $xmlToPHP = [...]
Feb 27 2008
Code Generator
Code gen is a PHP / MySQL code generator. It uses a table structure to create the basic syntax for amending, updating and deleting database entries with a nice Gui, this can be adapted to fit in with your existing website. Version: 1.3 (Beta) Requirments: PHP & MySql Features: > Built on a template based [...]
Feb 27 2008
Open Source Directory Lister
In a nut shell it's a very simple PHP directory management system. Example: http://web2.0coders.com/directory/ Gallery Requires: PHP & MySQL. Features > Easy installation process. > Dynamically included header and footer files so It can be easily integrated with your current website / style. > Administration login area with a category and links manager. > Pending [...]