- 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: 1046
Latest pastes
6 hours ago
7 hours ago
9 hours ago
21 hours ago
1 days ago