[PHP] PDF permissions problems

2005-10-31 Thread Jeremy Reynolds
I'm trying to write a FDF file into a directory outside of the webserver. I keep getting errors such as: Warning: fopen(/x/x/FDF/FLQual.fdf): failed to open stream: Permission denied in /Library/WebServer/Documents/x/x/FLCorpQual.php on line 36 Can someone give me a quick lesson in permissi

[PHP] rawurldecode problems

2005-05-27 Thread Jeremy Reynolds
I'm using the rawurldecode() function to try and polish up some data I get from a parameter I use the function below and this is what it does. It's as-if it only unencodes the last part. Anybody have ideas on what I'm doing wrong? $order = rawurldecode($HTTP_GET_VARS["x"]); 3445%252520Cau

[PHP] rawurldecode problems

2005-05-27 Thread Jeremy Reynolds
I'm using the rawurldecode() function to try and polish up some data I get from a parameter I use the function below and this is what it does. It's as-if it only unencodes the last part. Anybody have ideas on what I'm doing wrong? $order = rawurldecode($HTTP_GET_VARS["x"]); 3445%252520Cau

[PHP] rawurldecode problems

2005-05-27 Thread Jeremy Reynolds
I'm using the rawurldecode() function to try and polish up some data I get from a parameter I use the function below and this is what it does. It's as-if it only unencodes the last part. Anybody have ideas on what I'm doing wrong? $order = rawurldecode($HTTP_GET_VARS["x"]); 3445%252520Cau

[PHP] how to convert char into number

2005-05-27 Thread Jeremy Reynolds
What function do I use to convert an ASCII character into it's equivalent number? -- Sorry, I think my spam filters got any responses. If you replied, could you please resend it to me? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] how to convert char into number

2005-05-27 Thread Jeremy Reynolds
What function do I use to convert an ASCII character into it's equivalent number? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] gather reply from POST

2005-05-18 Thread Jeremy Reynolds
On Wed, May 18, 2005 11:55 am, Jeremy Reynolds said: I received this useful bit of code for storing a page into a variable instead of loading it as an include. But how can I modify this to submit some parameters to a page and collect the returned page / HTML into a variable?? Jeremy

[PHP] gather reply from POST

2005-05-18 Thread Jeremy Reynolds
I received this useful bit of code for storing a page into a variable instead of loading it as an include. But how can I modify this to submit some parameters to a page and collect the returned page / HTML into a variable?? Jeremy -- $text = file_get_contents('DocumentA.php'); ech

[PHP] XSL problem

2005-04-18 Thread Jeremy Reynolds
I'm very new to XML and XSL and feel very helpless about a problem I am having. I've tried several message boards with no luck. The problem I am having is this... === Problem: can't retrieve the "1" from the ERRORCODE tag. I've narrowed down the source to the xmlns attribute in

[PHP] xml question

2005-03-29 Thread Jeremy Reynolds
I'm new to XML. I'm just now learning about XML tags and how an XML Style Sheet can be used to "filter" or "format" the data. Something missing in my mind is how to "submit" the XML to the XSLT though. If the XML page contained a path to the XSLT page, that would make sense. But I haven't r

[PHP] include literal

2005-03-28 Thread Jeremy Reynolds
What if I want to include some literal test into a PHP document that I don't want it to interpret as it loads. In particular, I am working with XML but for the example's sake I will say PHP. Example: -- DocumentA.txt: --- --- Document B: -- -- I would l