Hello,
In my DB among others are two fields:
1) named "Mailto" var 10 default "mailto:"
2) named "Email" var 50 default NULL
my PHP script display the output in making page up, down , next etc...
the email output is scripted as follow:
<td width="33%" align="left" valign="top"><a href="<?=$data["mailto"]?><?=$data["email"]?>" <font color="#990000" size="2">E-Mail</font></a></td></tr>
My question is: I cannot figure how to write a code addition
that will tansform existing "@" part of stored data in its hexadecimal value?
thank you
regards
In my DB among others are two fields:
1) named "Mailto" var 10 default "mailto:"
2) named "Email" var 50 default NULL
my PHP script display the output in making page up, down , next etc...
the email output is scripted as follow:
<td width="33%" align="left" valign="top"><a href="<?=$data["mailto"]?><?=$data["email"]?>" <font color="#990000" size="2">E-Mail</font></a></td></tr>
My question is: I cannot figure how to write a code addition
that will tansform existing "@" part of stored data in its hexadecimal value?
thank you
regards