RE: [PHP-INST] PHP not accepting variables

2003-04-03 Thread Rich Gray
> Hi, > I just installed php on apache 1.3 under SUSE 8.1 (all the > SUSE rpms) and it doesnt seem to like passing variables in the > http request... > > eg. > http://piatek.kicks-ass.net/tanzania2001/diary/index.php?Open=day0 > 6.php the index.php page doesnt seem to get passed that > var

RE: [PHP-INST] Problem

2003-03-27 Thread Rich Gray
> I have installed php 4.3.1 in my Apache server 1.3.2 as a server > module abd the operative system is Window 98. It works with my > php scripts but, when I try to pass variables to a php from > another file or from the browser, php doesn't recognise the variable. > > For example, with a script li

RE: [PHP-INST] php.ini changes not taking

2003-03-06 Thread Rich Gray
> This is strange. I just changed the local value of > session.gc.maxlifetime > from 1400 to 12345 with ini_set. > > ini_set("session.gc_maxlifetime",12345); > ini_set("register_globals",1); > > register_globals continues to remain "Off". > > (ps, I tried passing "on" and "On" and "1" as argument

RE: [PHP-INST] PHP 4.3.1 ERROR with relative paths!

2003-03-04 Thread Rich Gray
> > Are permissions OK on the file to be included (and its > directory) wrt to the > > webserver process? > > I know nothing has changed in php.ini but is open_basedir or safe_mode > > switched on? > > Permissions are ok (755). > OpenBase_dir is commented out > and sofe_mode = Off > > N changed wit

RE: [PHP-INST] PHP 4.3.1 ERROR with relative paths!

2003-03-04 Thread Rich Gray
> -Original Message- > From: Steven Apostolou [mailto:[EMAIL PROTECTED] > Sent: 04 March 2003 11:53 > To: [EMAIL PROTECTED] > Subject: [PHP-INST] PHP 4.3.1 ERROR with relative paths! > > > Hello everybody, > > Just installed PHP4.3.1 on OpenBSD! Everything went fine but now I get > the erro

RE: [PHP-INST] Cookie

2003-03-04 Thread Rich Gray
> I have PHP installed on Win2k IIS5.0 and I am trying to run the > following script: > > Here's the main code that is being executed: > > setcookie('lang', $_POST['lang'], time()+3600, '/'); > > header('Location: index.php'); > > What should happen is that the cookie is set [setcookie(

RE: [PHP-INST] HELP-- PHP wouldn't work with Apache/W2K

2003-03-03 Thread Rich Gray
> Hi all, > > I have installed PHP 4.3.1 on Apache 1.3.27 on Windows2000 > Server, and I've > created a test file with just , but when I > tried to view > that file via my browser, I got a blank screen. And when I did 'view > source' in the browser, I was able to see the source code of the > P

RE: [PHP-INST] install problem (newbe)

2003-02-27 Thread Rich Gray
Charles The .zip distribution is for a manual install - i.e. you have to unzip and configure everything yourself. You need to download the Windows 4.3.1 Installer version instead (http://www.php.net/get/php-4.3.1-installer.exe/from/a/mirror) FWIW the php.exe you double clicked on was the CGI/CLI

RE: [PHP-INST] Problem installing PHP4/IIS isapi

2003-02-26 Thread Rich Gray
Salut Stephane Did you install the php4ts.dll into winnt\system32? Did you install php4isapi.dll as a new ISAPI filter? Did you stop and re-start IIS? A+ Rich > > Hi everybody, > > I've a big problem : I usually use ASP scripts, but if I watch > what is done, > it seems to be usefull to know how

RE: [PHP-INST] variable $PHP_SELF

2002-11-30 Thread Rich Gray
John So, are any of the pre-defined vars being set? What does produce? Rich -Original Message- From: John Coder [mailto:[EMAIL PROTECTED]] Sent: 30 November 2002 10:37 To: [EMAIL PROTECTED] Subject: Re: [PHP-INST] variable $PHP_SELF On Sat, 2002-11-30 at 05:23, DaMouse wrote: > use $_S

RE: [PHP-INST] Problem with mail module on Win32

2002-11-19 Thread Rich Gray
Hi Jessica Some questions... Does the sendmail_from account need to exist on the new server? If yes then has such an account been created? What error messages to you see when the PHP mail function falls over? Rich -Original Message- From: Jessica Gaskins [mailto:[EMAIL PROTECTED]] Sent:

RE: [PHP-INST] Problem with parsing with CGI

2002-11-11 Thread Rich Gray
Brandon, I think you have answered your own question - because the suffix is .cgi the web server is not using PHP to parse the script - if you want all .cgi scripts to be treated as PHP scripts you will need to configure your webserver to invoke php for that suffix... e.g. for Apache it would be s

[PHP-INST] RE: [PHP-WIN] Stupid problem: cannot send variables!

2002-09-07 Thread Rich Gray
Either switch on register_globals in php.ini (security implications however) or use echo $_GET['field'] instead of echo $field. HTH Rich -Original Message- From: Elias Lovén Larsson [mailto:[EMAIL PROTECTED]] Sent: 07 September 2002 11:32 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: