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
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
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
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
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
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
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
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
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
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
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
11 matches
Mail list logo