source:
branches/dev/html/test/uehara/test.php
@
8
| Revision 8, 157 bytes checked in by root, 20 years ago (diff) |
|---|
| Line | |
|---|---|
| 1 | <?php |
| 2 | require_once("../../require.php"); |
| 3 | |
| 4 | $test= "eee<{assign_product_id}>aaaa"; |
| 5 | $test = ereg_replace("<{assign_product_id}>", "test", $test); |
| 6 | echo $test; |
| 7 | ?> |
Note: See TracBrowser
for help on using the repository browser.
