Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment My solution (Score 1) 506

I use a hyperlink with an image for the arial (@) sign that links to a page. The link would look something like href=em/?u=contact.

I'm a php guy, so the code on the page goes something like this:

<?php
header("Location: mailto:$_GET%5Bu%5D@phyquest.com");
?>

Easy breezy covergirl!

Slashdot Top Deals

Keep your boss's boss off your boss's back.

Working...