Php Articles

My favorite videos from youtube about linux

2007-10-06

These are some of my favorites videos from youtube about linux.

Read more

Add multiple chained ajax comboboxes without writing even one line of javascript code, using a php class

2007-10-01

Add chained selects to your page without writing javascript code. Just add your html, call some methods and let the php class handle everything else

Read more

Validate your html forms with javascript and php with a simple php class that generates everything

2007-09-30

Validate your forms with javascript to make it easier for the user and reduce server load. The php class generates the javascript automatically and it also has a fallback to php validation if javascript is not available. It works with both php4 and php5.

Read more

How to display infinite depth expandable categories using php and javascript

2007-09-30

Build a simple infinite depth category system for your site, subcategories expand using javascript without refreshing the page.

Read more

How to display inifinit depth expandable categories using php and javascript

2007-09-29

Build a simple infinite depth category system for your site, subcategories expand using javascript without refreshing the page.

Read more
« Newer postsOlder posts »

Categories

Subscribe

All Posts

Php posts

All Comments

© Copyright CodeAssembly

All code is licensed under GPL, unless otherwise noted