[PHP] Web Forum donated to PHP community

2002-04-21 Thread Jim Hankins
pBB2/index.php?c=5 Enjoy and let me know what you'd like to see in the way of additional forums under this General Category. Best regards, Jim Hankins -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Help with nested if statements, is this possible?

2002-03-31 Thread Jim Hankins
Here is a portion of a work in progress, I tested by sending the script with a payment status of incomplete yet it still executed other portions of the code. Should it not have jumped out. Or is my nested if invalid for some reason? if ($payment_status = "Completed") { echo "1st if is passed"; /

Re: [PHP] Trouble with mysql_pconnect unable to connect to database?

2002-03-24 Thread Jim Hankins
Hankins "Gerard Samuel" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Is that supposed to be -> > $db = @mysql_pconnect("localhost", "bookorama", "bookorama123"); > > Jim Hankins wrot

Re: [PHP] Trouble with mysql_pconnect unable to connect to database?

2002-03-23 Thread Jim Hankins
never mind got it "localhost:/pathto/mysql.sock" duh? :) Thanks a million, I'm up and running. - Original Message - From: "Rasmus Lerdorf" <[EMAIL PROTECTED]> To: "Jim Hankins" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent

Re: [PHP] Trouble with mysql_pconnect unable to connect to database?

2002-03-23 Thread Jim Hankins
OTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Figure out where your mysql.sock file is and provide the path right in > your mysql_connect() call. "mysqladmin version" tells you the path. > > -Rasmus > > On Sat, 23 Mar 2002, Jim Hankins

[PHP] Trouble with mysql_pconnect unable to connect to database?

2002-03-23 Thread Jim Hankins
I'm doing a simple database connection using the follow syntax: Book-O-Rama Search Results Book-O-Rama Search Results http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Outputing XML to browser???

2002-02-16 Thread Jim Hankins
More info on my latest issue regarding the integrating of xml and php for dynamic xml documents Thanks for help, could use another assist if you have a moment. When I used the method of using the application it worked only the output is text not xml, ie it does update the dynamic information but

[PHP] Re: Outputing XML to browser???

2002-02-16 Thread Jim Hankins
nging? Now all xml displays as text even if I don't use php commands. I assume because of the ext is getting process before the mime type text/xml line or something? "Jim Hankins" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Chr

[PHP] Re: Outputing XML to browser???

2002-02-16 Thread Jim Hankins
Christian, never mind, my fault. It's working beauthifully now. Thanks so much for the help! Save my weekend! Jim "Jim Hankins" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Christian, when I changed the AddType to include

[PHP] Re: Outputing XML to browser???

2002-02-16 Thread Jim Hankins
Christian, when I changed the AddType to include .htm .html .xml and .xhtml now even if I don't have any php content in the file, it displays as plain text instead of xml, the files have an xml ext. Any ideas? "Christian Blichmann" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EM

[PHP] Outputing XML to browser???

2002-02-15 Thread Jim Hankins
I'm attempting to do some dynamic XML output to an xml capable browser. Can someone give me an example? I'm using .php files currently. Tried xml files and the tags were messing up my xml output or if I used http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php