Need some php help.
In the code shown below how would I define friendname instead of having it being entered as a input text field? Is there a way to do this so that the name is not shown on the actual page?If anyone can offer any help I would really appreciate it.Code:<?php echo tep_draw_input_field('friendname', (($friendname_error == true) ? $HTTP_POST_VARS['friendname'] : $HTTP_GET_VARS['friendname'])); if ($friendname_error == true) echo '&nbsp;' . TEXT_REQUIRED;?>
Thanks,
Andrew





LinkBack URL
About LinkBacks






Bookmarks