[PHP] Validating XML strings

2003-07-01 Thread Moore, Christie
I am parsing an xml string using the DOM package in php. Is there anyway to validate the xml string against a schema or a dtd with DOM. I know it is still experimental but I didn't know if something like that existed. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http:

RE: [PHP] Trouble reading POST data that is not associated with a value.

2003-06-27 Thread Moore, Christie
Well, Marcus. Thanks to Mike I found out exactly how to do this. I am doing the same exact thing and now parsing throw my xml message without any problems. You have to add a value in your php.ini (normally located in the /usr/local/lib directory) file if it is turned off. You can see if the se

[PHP] OCI8 Issues

2003-06-27 Thread Moore, Christie
I don't receive any errors from this code but when I look in the look at the table it is not updated. I am also receiving a Warning: _oci_open_server: ORA-12535: TNS:operation timed out. Not sure why. I guess my question is what would make the update not change the valuse in the database but sh

RE: [PHP] RE: $HTTP_RAW_POST_DATA

2003-06-25 Thread Moore, Christie
The client is not to a form. I only though POST could be used if it were in name/value pair format form a FORM posting. -Original Message- From: Michael A Smith [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 1:54 PM To: Moore, Christie Subject: Re: [PHP] RE

[PHP] RE: $HTTP_RAW_POST_DATA

2003-06-25 Thread Moore, Christie
-Original Message- From: Moore, Christie Sent: Wednesday, June 25, 2003 1:45 PM To: '[EMAIL PROTECTED]' Subject: $HTTP_RAW_POST_DATA I am very unfamiliar with PHP. I am trying to get a POST (which includes an text/xml) into the $HTTP_RAW_POST_DATA variable. Once filled, I