Posted by Chung Leong on 05/21/06 21:50
funkychicken818@gmail.com wrote:
> hello i am going to remake my site and well i want to place all my code
> in a database were i can access the code and output, just how can i
> make it so when i access this code it outputs exactly the same way it
> would if i were just putting it in a regular php file?
> how i can do this?
>
> oh and made this
> <?php
> $hello="<?php
> echo 'hello my name is sam';
> ?>";
> ?>
> <?php
> $hello
> ?>
> can some one help me make it work, because it would save me lots of
> time, thanks.
Defining a stream wrapper is one way to do this.
[Back to original message]
|