[PHP-INST] UNSUBSCRIBE ME

2003-07-06 Thread Ravi Mohan Sahay
Send free SMS using the Yahoo! Messenger. Go to http://in.mobile.yahoo.com/new/pc/ -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

php-install Digest 7 Jul 2003 04:20:51 -0000 Issue 1451

2003-07-06 Thread php-install-digest-help
php-install Digest 7 Jul 2003 04:20:51 - Issue 1451 Topics (messages 11230 through 11235): Re: new install of PEAR on 2k 11230 by: Pierre-Alain Joye PHP Sessions - works halfway 11231 by: Deborah Vorndran 11233 by: Chris Hewitt Fatal error: Call to undefined functio

[PHP-INST] Making PayFlow Pro & PHP play nice on FreeBSD

2003-07-06 Thread Chris Knight
I have been trying to compile PHP with PayFlow Pro support on FreeBSD 4.8-STABLE and I kept receiving this error: The pfpro extension requires version 2 or 3 of the SDK Looking at the config.log I found that the config test code was failing to compile with these errors: /usr/local/lib/libpfpro

Re: [PHP-INST] Fatal error: Call to undefined function: mysql_connect()

2003-07-06 Thread Stephen
If you are using Windows, it should be built in to any of the latest php versions... Otherwise as far as I know you have to compile PHP with MySQL support enabled (How you do that I have no idea, I only use windows) Stephen - Original Message - From: "Deborah Vorndran" <[EMAIL PROTECTED]

Re: [PHP-INST] PHP Sessions - works halfway

2003-07-06 Thread Chris Hewitt
Deborah Vorndran wrote: I do a session_start(); session_register("SESSION"); echo "The counter is now $SESSION[count] "; straight from the tutorial, and I get this: -- *Warning*: Cannot send session cookie - headers already sent by (ou

[PHP-INST] Fatal error: Call to undefined function: mysql_connect()

2003-07-06 Thread Deborah Vorndran
I get the above error when I try to do a mysql_connect() from a php page. phpinfo lists mysql as "*Extensions listed here are (or will be soon) available as external modules. To install one or all of these, use "urpmi" php-EXTENSION_NAME" *when I run urpmi mysql, it asks me for a CDROM which I

[PHP-INST] PHP Sessions - works halfway

2003-07-06 Thread Deborah Vorndran
I do a session_start(); session_register("SESSION"); echo "The counter is now $SESSION[count] "; straight from the tutorial, and I get this: -- *Warning*: Cannot send session cookie - headers already sent by (output started at /var/www

Re: [PHP-INST] new install of PEAR on 2k

2003-07-06 Thread Pierre-Alain Joye
On Thu, 3 Jul 2003 15:34:25 -0500 "jsWalter" <[EMAIL PROTECTED]> wrote: > I just installed PEAR on my Win2k box. > > I try to use DB.php and I get this... > > Fatal error: main(): Failed opening required 'DB.php' > (include_path='.;c:\php4\pear') > > I can't find this path defined *any

php-install Digest 6 Jul 2003 09:43:33 -0000 Issue 1450

2003-07-06 Thread php-install-digest-help
php-install Digest 6 Jul 2003 09:43:33 - Issue 1450 Topics (messages 11224 through 11229): Sessions help needed! 11224 by: John Fuller 11227 by: Tony Dietrich 11229 by: Seung Hwan Kang Help! I have two issues. 11225 by: Michael Pratt Re: new install of PEAR

[PHP-INST] Re: Sessions help needed!

2003-07-06 Thread Seung Hwan Kang
I assume you use PHP 4.3x with register_globals = off in php.ini. Please read though my comments in your codes. I hope this helpful! John Fuller wrote: Hello all, I am new to php in general and am trying to set up a user authentification system with mysql. The registration page works well