Hi I have got a question,
Is it possible to send a cookie whith javascript IN the body of a webpage,
with php the only way you can send a cookie is befor the head and i would like to send a cookie only if there is a sertain value on the site, well anyway im using php to NOT show a surtain section on the webpage if the user has enterd a faulty password, so if the cookie could load automaticly it would be realy good...
Lets break it down:
I would like a cookie that loads automaticly,
witch has the name WAR_login
and has the value 1
If anyone could help me out i would be very gratefull
Greetz Justin
Is it possible to send a cookie whith javascript IN the body of a webpage,
with php the only way you can send a cookie is befor the head and i would like to send a cookie only if there is a sertain value on the site, well anyway im using php to NOT show a surtain section on the webpage if the user has enterd a faulty password, so if the cookie could load automaticly it would be realy good...
Lets break it down:
I would like a cookie that loads automaticly,
witch has the name WAR_login
and has the value 1
If anyone could help me out i would be very gratefull
Greetz Justin
Comment