BigDog wrote:

> Does this not work...
>
> <a href=contactus.php?email=director&subject=job enquiry>
>

No but this will:
<a href="contactus.php?email=director&subject=job enquiry">
For more adversity between browsers, use this:
<a href="contactus.php?email=director&subject=job%20enquiry">

--
Submit your PHP or Perl Script to the newest Script Repository on the web.
http://www.nukedweb.com/

The Webmaster's Board - http://www.nukedweb.com/board/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to