PDA

View Full Version : cookies


snowysweb
06-16-2009, 08:10 AM
Hi all im using the plugin to use jQuerys cookies. my site lays out like so.

index.php
page1/index.php
page2/index.php
page3/index.php
page4/index.php

How do i make the cookie read and update from only the root, currently just making a cookie for each folder.

Regards

abduraooft
06-16-2009, 08:30 AM
..by just calling the function only when opening that page?

snowysweb
06-16-2009, 08:34 AM
i need to call and update the cookie in every page. Its a jQuery script i've wrote to increase site wisth and text and contrast, and then if java isn't enabled uses php version. so i need to call and replace the root cookie from any page.

snowysweb
06-17-2009, 06:40 AM
no body? Someone must know its simple stuff.... i just dont know jQuery too well.