Re: what 's wrong of the syntax
- From: "Sean" <oreilly.sean@xxxxxxxxx>
- Date: 28 Nov 2005 10:24:27 -0800
You are not telling it to output that is why its not working.
try
<html>
<?php
$code="0001";
$name="hello";
printf ('<a herf="../%s/profile.htm" title=%s target="_top">%s</a>',
$code, $name, $name);
?>
</html>
.
- Prev by Date: Re: Responding To HTTP Post
- Next by Date: Re: calling image <img src=" .php" hiding img src
- Previous by thread: file_exists() with Windows share
- Next by thread: Re: what 's wrong of the syntax
- Index(es):