source: branches/comu/html/test/uehara/test.php @ 2

Revision 2, 157 bytes checked in by root, 17 years ago (diff)

new import

Line 
1<?php
2require_once("../../require.php");
3
4$test= "eee<{assign_product_id}>aaaa";
5$test = ereg_replace("<{assign_product_id}>", "test", $test);
6echo $test;
7?>
Note: See TracBrowser for help on using the repository browser.