Connecting Tech Pros Worldwide Help | Site Map

How to pass parameters to a php://filter ?

  #1  
Old July 2nd, 2008, 03:45 PM
dae3
Guest
 
Posts: n/a
I would like to use the 'php://filter' feature, but how to pass
parameters to the invoked filter?

Example:

file_get_contents("php://filter/read=string.strip_tags/resource=blabla");

But how do I pass, say, a list of accepted tags to the
'string.strip_tags' filter?

Thanks in advance...

--
I am dae3 and I approve my own message
--------------------------------------
"Right now I feel that I've got my feet on the ground as far as my head
is concerned." (Baseball pitcher Bo Belinsky)
  #2  
Old July 3rd, 2008, 02:05 PM
dae3
Guest
 
Posts: n/a

re: How to pass parameters to a php://filter ?


dae3 <7252d9cf@example.invalidwrote:
Quote:
I would like to use the 'php://filter' feature, but how to pass
parameters to the invoked filter?

No one knows? Shucks, I really wanted to use this cool feature.


--
I am dae3 and I approve my own message.
---------------------------------------
History is on our side (as long as we can control the historians).
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to access a query inside MS Access program EVH316 answers 13 August 13th, 2008 04:26 PM
VB6 OR VBA & Webbrowser DOM Tiny $50 Mini Project Programmer help gunimpi answers 0 January 10th, 2007 08:55 PM
preg_match exclude string within subpattern Han answers 3 July 17th, 2005 01:25 AM