|
lsfphelpls -> RE: php:coookie var set in hp do not print in a subpage of application ? (3/22/2008 14:31:40)
|
I used echos for each subsequent page of the application but seems cookie or session var <?php echo $_SESSION['affiliate'] . ", " . $affiliate . ", " . $_COOKIE['aff']; ?> do not transmit over the https:// page, well ? answer and: what means the %2$s,%1$d,...or $%.2f, below ? are regexp ? what chapter of a php textbook to find about these ? <?php $format = 'The %2$s contains %1$d monkeys. That is a nice %2$s full of %1$d monkeys.'; printf($format, $num, $location); ?>
|
|
|
|