PDA

View Full Version : Javascript/PHP Loops and Arrays


Saj
04-27-2003, 04:57 PM
Hi.

Does anyone know of any good resources on the web about loops and arrays in JS/PHP? I just need to get more familiar with both.

Thanks

boywonder
04-27-2003, 05:06 PM
PHP: http://www.php.net/manual/en/control-structures.php (loops)
http://www.php.net/manual/en/language.types.array.php (arrays)

JS: see this thread: http://www.codingforums.com/showthread.php?s=&threadid=17254

Saj
04-29-2003, 02:26 AM
Ok thanks :)