Thread Adding html to php (1 answers)
Opened by Gast at 2007-01-28 22:17

Gast Gast
 2007-01-28 22:17
#73739 #73739
Hi.
I'm low at German, sorry.
I have a php script 'index.php'
which returns this html code:
Code: (dl )
<b>Thank you</b>

and sent it to the browser.

How do I capture it's code, add mine and return it to the browser as if it's the php's one.

Example:
User requested index.php
Quote
print("<b>This is by php</b>");


in some way perl script had been started
and then added this string to the output:
<b>This from perl</b>

And the user receives one page, named index.php
which contains
Code: (dl )
<b>This is by php</b><b>This from Perl</b>


Any manual at English or English Perl forum, or simple example.
Thank you ahead, Sasha.

View full thread Adding html to php