Welcome! Log In Create A New Profile

Advanced

Topic 5B

Posted by allenvd 
Announcements Last Post
Announcement SoC Curricula 09/30/2017 01:08PM
Announcement Demarcation or scoping of examinations and assessment 02/13/2017 07:59AM
Announcement School of Computing Short Learning Programmes 11/24/2014 08:37AM
Announcement Unisa contact information 07/28/2011 01:28PM
Re: Topic 5B
October 04, 2006 10:48PM
this also does not seem to work for me.

THe page does not change colour.

I cannot find the C:\Windows\Cookies folder

i am starting to think that there is not much in the workbook that actually works the way it is.
Re: Topic 5B
October 05, 2006 08:29AM
1. Page not changing colour:
Make sure you use the $_GET statement. E.g. $bgcolor = $_GET['color']; Do this in setcookie.php, before the switch statement.

2. Location of Cookie Folder:
The location of the cookie on XP Pro is in: C:\Documents and Settings\Your User Name\Cookies.
Re: Topic 5B
October 06, 2006 08:22PM
Completed, thanks to page 51 of the Wrox PHP book where I discovered that the syntax for PHP5 is $_COOKIE['cookiename']. Took a while though and quite a bit of frustration... Surely it is unusual for programming software not be be backwards compatible?
avatar
Mac
Re: Topic 5B
October 08, 2006 04:58PM
Few servers actually run 5 at this time, so see it as good experience.

From previosu sem forum -> change instances of <body bgcolor='<?php echo $bgcolor; ?>'> to <body bgcolor='<?php echo $_SESSION['bgcolor']; ?>'>

And post your ode (or the sections giving trouble) sine there could be other reasons for errors.
Sorry, only registered users may post in this forum.

Click here to login