Search found 2 matches
- Mon Apr 19, 2004 1:06 pm
- Forum: PHP - Code
- Topic: PHP-generated realaudio file?
- Replies: 0
- Views: 112
PHP-generated realaudio file?
I've checked around and it seems like PHP has the capability to generate a ram file, just by sending the realaudio header. However, when I test this code (below), I just get a browser page with "http://www.domain.com/this.ram" printed in it. Am I doing something wrong? Does this require th...
- Wed Jan 07, 2004 2:21 pm
- Forum: PHP - Code
- Topic: replace special characters \\ + * ? [ ^ ] $ ( ) { } = ! <
- Replies: 1
- Views: 339
replace special characters \\ + * ? [ ^ ] $ ( ) { } = ! <
Does anyone have a working code that will replace special characters: \\ + * ? [ ^ ] $ ( ) { } = ! < > | : I have this so far, but it doesn't work for all chareacters <? $patterns = array("/`/", "/~/", "/!/", "/@/", "/#/", "/$/", "/%/&...