View Single Post
  #15  
Old 05-28-2005, 09:22 PM
IcIshoot is offline IcIshoot

Join Date: Mar 2004
Location: Farmington Hills, MI
Posts: 1,473

Send a message via AIM to IcIshoot Send a message via MSN to IcIshoot Send a message via Yahoo to IcIshoot
For the forum action, change it from

PHP Code:
<?php echo( $self ) ; ?>
to

PHP Code:
<?= $self?>
(I didn't try submitting the data to a database, but I was able to have the script echo back the selected results making that change.)


IcI
Reply With Quote