Posted by David Dorward on 12/13/06 00:05
one.1more@gmail.com wrote:
(Snip a form with a PHP action and an input named firstpart_email)
> If a user inputs "joe124", what code do i add in order for the form to
> submit "joe124@user.mysite.com"
<?php
$email = $_GET['firstpart_email'] . '@user.mysite.com';
?>
If I remember rightly. You'd be better off asking in a PHP group though.
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Navigation:
[Reply to this message]
|