Connecting Tech Pros Worldwide Forums | Help | Site Map

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

dae3
Guest
 
Posts: n/a
#1: Jul 2 '08
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)

dae3
Guest
 
Posts: n/a
#2: Jul 3 '08

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