[snip] Ok so what does this mean I should write..I don't understand what you mean by Server Side/Client Side. [/snip] Server side means that the server handles the processing. Client side means that the interface device (in this case, a browser) handles the processing. PHP is server side. JavaScript is client side. In order to get PHP to "precess" JavaScript you have to output the JavaScript with the PHP. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php