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 - 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
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
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]
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
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
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
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 - 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
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
10 matches
Mail list logo