Check out my twitter script by CMXads
PHP Gallery PHP Gallery is a free php image script. | Sell your soul Believeth in me an hath everlasting life | Sharp Stuff Switchblades Icepicks and german knives | Goth and Gore Gifts Shop right now or else! |
here are some of the best and useful php scripts and snippets to help in your projects. Php displayed below. Use the search for specific script lookups. Click the category links to view scripts in Javascript and cgi. To add your own script click the link and add your useful script example.
dynamic build menu from delimited file csv database row value
menu function
<?php
foreach( $this_array as $p_menu => $p_data){
foreach($p_data as $item => $i_data){
//print_r($i_data);
echo "<a href=\"{$i_data['url']}\">"
echo "{$i_data['name']}</a> ";
}
}
?>