Hiya
Can anyone point me in the direction of a dummies guide (idiot proof..)
to installing and configuring SSL for PHP4/Apache2.4.03/Win98. Had a little
look around on a few php websites but as usual im finding the windows stuff
a little lacking for me.
Thanks
Bob
__
ssion_register("num_results");
//In second file
if (session_is_registered("num_results"))
echo "NUM RESULTS is $num_results";
I dont seem to get a value echoed. Not sure why?
But hopefully $_SESSION will work now...thanks for all your help
Toby and Janet -much appreciated
Hiya,
Im running php4.2.3 on Win98 and apache 2.0.43.
I am having troubles passing variables from page to page.
I try to use:
session_start();
session_register("test");
when echo $test on a different page it seems to be empty
when not called from within the page originally created.
I have sessio
hiya
I have cvs running on my Win98 machine. I want to call cvs log, cvs diff
functions within an html page via php. Has anyone got any suggestions how to
call these external functions.
I am having troubles getting exec() working so am now trying with
system()any traps waiting for me?
Hiya
Im new to php and am trying to display filenames within directorys and be
able to drill down into lower directories within an html page.
I have this file displaydir.php
$dir_to_be_read = "C:/Program Files/ApacheGroup/Apache2/cgi-bin/";
$current_dir = "$dir_to_be_read";