[PHP-INST] Sessions Issue

2003-02-13 Thread CSParker1
I hope someone can help.. I am trying to run a session and I keep getting the following error: "Session initialization failed" Do you know what could be causing this? Thank you in advance, Chris

[PHP-INST] PHP for Apache

2002-12-13 Thread CSParker1
Does anyone know where I can download PHP for Apache, PHP.net doesnt distribute PHP for Linux anymore... Thanks, Chris

Re: [PHP-INST] mySQL with PHP

2002-12-12 Thread CSParker1
In a message dated 12/12/2002 3:08:07 PM Eastern Standard Time, [EMAIL PROTECTED] writes: > At the top, in the"Configure Command" cell will be "--with-mysql", there > may be an equals sign and directory. Further down will be an entire > table entitled "mysql". > > If you do not have these then

Re: [PHP-INST] mySQL with PHP

2002-12-12 Thread CSParker1
Yes, I looked at that and didn't see anything related to mySQL??? In a message dated 12/12/2002 2:18:10 PM Eastern Standard Time, [EMAIL PROTECTED] writes: > call it phpinfo.php (assuming you webserver sends .php files to php), > put it where your webserver can get at it and view it with your b

Re: [PHP-INST] mySQL with PHP

2002-12-12 Thread CSParker1
Yes, I looked at that and didn't see anything related to mySQL??? In a message dated 12/12/2002 2:18:10 PM Eastern Standard Time, [EMAIL PROTECTED] writes: > call it phpinfo.php (assuming you webserver sends .php files to php), > put it where your webserver can get at it and view it with your b

Re: [PHP-INST] mySQL with PHP

2002-12-12 Thread CSParker1
The person who setup my server disabled it and I dont see where to enable it again... In a message dated 12/12/2002 1:46:13 PM Eastern Standard Time, [EMAIL PROTECTED] writes: > PHP comes comes pre-builtin with MySQL - it is already enabled. > > Aaron > > -Original Message- > From: [

[PHP-INST] mySQL with PHP

2002-12-12 Thread CSParker1
What do I edit in the "php.ini" to enable the mySQL functions? Thanks, Chris

Re: [PHP-INST] Question about mysql_connect() function

2002-11-15 Thread CSParker1
In a message dated 11/15/2002 10:18:04 AM Eastern Standard Time, [EMAIL PROTECTED] writes: > >--with-mysql=shared,/opt/bcs' > > Shorten it to --with-mysql will use the internal php mysql support > Try it :-)) This worked, thank you all for your help... Christopher

Re: [PHP-INST] Question about mysql_connect() function

2002-11-15 Thread CSParker1
In a message dated 11/15/2002 10:09:33 AM Eastern Standard Time, [EMAIL PROTECTED] writes: > It´s really easy...you don´t have any mysql support build in! Say again > ./configure --your-stuff --with-mysql :-)) This is listed in the "Configure Command" box: --with-mysql=shared,/opt/bcs'

Re: [PHP-INST] Question about mysql_connect() function

2002-11-15 Thread CSParker1
In a message dated 11/15/2002 9:53:15 AM Eastern Standard Time, [EMAIL PROTECTED] writes: > if it does not, i'd reconfigure. > well first check if a phpinfo() call shows mysql is installed? Im looking over my phpinfo page and don't see anything about mysql... What section would it be under..

Re: [PHP-INST] Question about mysql_connect() function

2002-11-15 Thread CSParker1
In a message dated 11/15/2002 9:47:37 AM Eastern Standard Time, [EMAIL PROTECTED] writes: > i know you need to connect to run other functions, but does you set up > recognize other mysql_functions? at least giving you an access denied > error, instead of undefined function? No, it does not...

[PHP-INST] Question about mysql_connect() function

2002-11-15 Thread CSParker1
Is there a setting in php.ini that would disable the mysql_connect() function? I have the same exact script on two servers but one of them keeps giving me "Call to undefined function: mysql_connect()" Thanks for any help... Christopher

Fwd: [PHP-INST] Problem With Form Data

2002-11-14 Thread CSParker1
I'm cured...  Some how my php.ini got messed up...  Thanks for everyones help! --- Begin Message --- Could this be a PHP setting I need to modify? When I fill out a form I built on one of my servers it doesn't see the submitted data. When I use the same form on another server it works fine. Ha

Re: [PHP-INST] Problem With Form Data

2002-11-14 Thread CSParker1
In a message dated 11/14/2002 1:04:13 PM Eastern Standard Time, [EMAIL PROTECTED] writes: > Very likely related to register globals. > > How are you parsing your queries? Using $_REQUEST['query'] or anything? > > R > > On Friday, November 15, 2002, at 04:57 AM, [EMAIL PROTECTED] wrote: > > >

[PHP-INST] Problem With Form Data

2002-11-14 Thread CSParker1
Could this be a PHP setting I need to modify? When I fill out a form I built on one of my servers it doesn't see the submitted data. When I use the same form on another server it works fine. Has anyone seen this type of behavior before? thanks for the help.