View Single Post
  #4 (permalink)  
Old 03-16-2004, 08:07 AM
tenaki tenaki is offline
WebProWorld Member
 
Join Date: Jul 2003
Posts: 39
tenaki RepRank 0
Default

Code:
"; if ( $config_field_1 != "" ) { echo "" . $config_field_1 . ""; $field_1 = true; }
Where would the following go?

Code:
<a href=mailto:<?php echo $email ?>>email me
Or am I on the wrong track totally
Reply With Quote