Posted by <talthen.z-serwera.o2 on 11/20/76 11:25
Hello,
I have a file that looks like this:
=========
<td valign='top'>Data</td>
<td><input type='text' name='Data' value="$_REQUEST['Data']" size='50'>
</td>
=========
I would like to include this in my script, but I want the $_REQUEST to be
automatically filled.
When I do:
include 'file';
I have this printed to output AS-IS.
I would like to treat file as string for echo (smth like:)
$x=include 'file';
echo $x;
However it doesn't work.
Regards,
Talthen
Navigation:
[Reply to this message]
|