- rhcps-computer:~ rhcp$ cat test.php
- <?
- ob_start();
- include("test2.php");
- $b = ob_get_contents();
- echo "B = $bn";
- ?>
- rhcps-computer:~ rhcp$ cat test2.php
- <?
- die("ERROR");
- ?>

By: rhcp | Date: Apr 29 2008 11:01 | Format: None | Expires: never | Size: 193 B | Hits: 1165
Latest pastes
17 days ago
2 months ago
17 months ago
19 months ago
23 months ago