View Single Post
  #5 (permalink)  
Old 03-17-2004, 07:47 PM
blastradius blastradius is offline
WebProWorld Member
 
Join Date: Jul 2003
Location: Chilliwack, BC Canada
Posts: 99
blastradius RepRank 0
Default

I'm not sure of all you are testing for. But lets say $config_field1 is your email field in the database

if ( $config_field_1 != "" );
{echo "<a href=mailto" $config_field_1 ">email me</a>

I use PHP very little so my syntax maybe a little off but the logic is correct
__________________
http://www.freshfire.ca
Reply With Quote