[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 ?php this would show up as an xml object. Running Redhat Linux 7.2 with apache on the

[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 .htm .html .xml and .xhtml

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

2002-02-16 Thread Jim Hankins
? 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]... Christian, never mind, my fault. It's

[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

[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: html head titleBook-O-Rama Search Results/title /head body h1Book-O-Rama Search Results/h1 ? if (!$searchtype || !$searchterm) { echo You have not entered search details. Please go back and try again.; exit; }

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

2002-03-23 Thread Jim Hankins
[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 wrote: I'm doing a simple database connection using th

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: Saturday, March 23, 2002 10:50 PM Subject: Re: [PHP] Trouble

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 wrote: I'm doing a simple database connection using the follow syntax: htm

[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 passedbr; //

[PHP] Web Forum donated to PHP community

2002-04-21 Thread Jim Hankins
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