Thanks to all who posted.
Well, I managed to track down the problem. The PHP system was set to use
/tmp for its session.save_path but there was no /tmp directiory.
Strange because on my test site I don't have a /tmp directory... I'm
guessing my ISP has taken care of that separately.
Anyway I crea
Kirk,
Thanks for the input.
I've never been certain about the "register_globals" setting. From what I
read I understood it that since I use the new method and have my dev site
set to off that it wouldn't be a problem.
As it turns out my dev site has globals OFF, test site ON and target site
ON.
Hi All,
I'm struggling with a session problem and I'm not sure where I should be
looking for the answer.
Most of my pages begin like this:
include_once('cfheader.php');
$feedback = cfHeader("Main Page");
//Start of page code
==
Hiya,
It would be useful for me to be able to use a class within another class and
I don't know if that's permissable in PHP.
Here's an example of what I'm trying to do. Is it just simply not permitted
or am I going about it the wrong way?
Thanks in advance for any help,
Dave
Code follows:
==
sage
news:[EMAIL PROTECTED]
>
> echo "$fieldname:";
>
> for ($i=0, $n=sizeof($_POST['FieldName']); $i<$n; $i++){
>
>// do whatever you need to do with each field
> echo $_POST['FieldName'][$i];
> }
>
>
> -Original Message-
>
Hi all,
This one is causing me a few headaches. How should I be doing this?
On my previous page I've created a series of fields using a loop so that a
field is created like this:
echo "$fieldname:";
On my next page then I've got to try to read these values. I could do this
as $_POST['Field0'],
6 matches
Mail list logo