[PHP-WIN] RE: [newbie] SSL on Win98

2003-03-31 Thread Bobby Rahman
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 __

Re: [PHP-WIN] RE:[newbie]session problem

2003-03-18 Thread Bobby Rahman
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

[PHP-WIN] RE:[newbie]session problem

2003-03-17 Thread Bobby Rahman
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

[PHP-WIN] RE: [PHP WIN] Executing cvs commands in PHP (newbie)

2003-02-18 Thread Bobby Rahman
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?

[PHP-WIN] RE: directory manipulation [newbie]

2003-02-17 Thread Bobby Rahman
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";