Quote:
Webpage checks if there is a cookie allready.
- If there is it displays the value of the cookie in the table.
- If there isnt it runs the random quote and puts that in the table, and creates a cookie with the value of the random quote.
Every 7 days, checks if there is a cookie, if there isnt, it displays a certain line of code across the whole screen, rather than the table or anything,
If there is a cookie checks the value of the cookie
- For one value (there are only two because only two random quotes) deletes that cookie, and loops back, so runs through the random quote thingy and saves the value as the value of a new cookie,
- For the other value displays some text.
I want to loop this for 6 weeks,
How do i change what i have done, and do you reckon cookies will get it in the table,