er("Location: page_B.php");
Page B.
session_start();
echo $HTTP_SESSION_VARS['step']; // You can echo it out straight, don't need
to extract it
Hope it works!
- Original Message -
From: "Manuel Ochoa" <[EMAIL PROTECTED]>
To: "PHP General" &
On Wednesday 04 December 2002 14:12, Manuel Ochoa wrote:
> I'm running PHP 4.3 on a Windows .net server with Apache 2. Please look at
> the following code as I cannot figure out what I'm doing wrong.
>
> Page1.
> session_start();
> session_register("step");
> $step=1;
> header("location: page_A
I'm running PHP 4.3 on a Windows .net server with Apache 2. Please look at the
following code as I cannot figure out what I'm doing wrong.
Page1.
session_start();
session_register("step");
$step=1;
header("location: page_A.php");
Page_A.
session_start();
extract($_SESSION);
$step=2;
hea
";
}
include ('./footer.php');
?>
What i need is to declare the arrays $names and $prices
And select the prodid as key and the title as val how can I do this?
I tried "select prodid as key, title as val
but that doesnt work.
thx for any help
--
PHP General Mailing List (http://www.php.net/
4 matches
Mail list logo