|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Rewriting php output
Hello,
i have Apache+PHP server what I need to do is to take the output generated by PHP and replace <BODY> text with some other text (ex. <BODY> <p>test</p>) Is there any Apache module that can do this? Any suggestions? Thank you Last edited by mgalesic : September 5th, 2007 at 05:38 AM. |
|
#2
|
|||
|
|||
|
you could use:
str_replace preg_replace ereg_replace and others... Listed in the manual under string functions.
__________________
Bob |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Server Administration > Rewriteing php output |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|