Archive

Posts Tagged ‘client’

PHP Redirect Vs JavaScript Redirect?

Oct 17th, 2009

Redirect to another web page is possible through PHP as well as JavaScript. So, which one you will choose? Code, comparison and discussion about the suitability of each method.

Set/Get Cookie using PHP and JavaScript

May 15th, 2007

Cookie using JavaScript and also Cookie using PHP. Various ways of setting Cookie, example – set cookie through JavaScript and get through PHP.