Hi Everyone
Information is potential energy. Large amount of Entropy is great for the cosmos but for a good site its all about logic.
I need some help to set up a link that can triggering an event. If click
then create variable
then select from db where variable is a where conditon taken from the varible of link.
Thanks
Tom
and eval() will be used sparigaly
I have to incorporate the action into this script
if ($myrow = mysql_fetch_array($result))
echo "<OL>\n";
do
//<a href="#" onClick="Print();">Back to top</a>
{
echo "<LI>";
echo "<A HREF=\"",$myrow["personID"], onclick="Print()" "\">"," ",$myrow["fname"]," ",$myrow["lname"]," ",
$myrow["email"]," ",$myrow["country"],"",$myrow["state"],
" ",$myrow["city"];
echo "</A> - ",$myrow["home_phone"],"<BR>";
} while ($myrow = mysql_fetch_array($result));
echo "</OL>";
Thanks