You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
324 B
8 lines
324 B
<?php $name = 'Alice'; echo "Hello, <span style='color: red;'>$name</span>!";?>
|
|
<em class="price" id="warePriceId"><?php echo 123456; ?></em>
|
|
<div class="list">
|
|
<span><?php echo 4536456; ?>:</span>
|
|
<em class="price" id="warePriceId"><?php echo 758676; ?></em>
|
|
</div>
|
|
|
|
<input name="rec_number_str" value="" type="">
|