# What is wrong with my php?

**URL:** https://forum.kirupa.com/t/what-is-wrong-with-my-php/96596
**Category:** Uncategorized
**Created:** [December 11, 2003, 10:31am UTC](https://forum.kirupa.com/t/what-is-wrong-with-my-php/96596 "2003-12-11T10:31:17Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Gilla](https://avatars.discourse-cdn.com/v4/letter/g/48db29/32.png) [@Gilla](https://forum.kirupa.com/u/Gilla)
#### Post date: [December 11, 2003, 10:31am UTC](https://forum.kirupa.com/t/what-is-wrong-with-my-php/96596/1 "2003-12-11T10:31:17Z")

</div>

I’m sorry for this but I am new to php and I have used the tutorials to get a mail to form to work in flash, the flash part is working but when I view the php file in a browser it keeps telling me there are errors in line 3, what am I doing wrong?

\<?PHP  
$to = “james@…co.uk”;  
$msg =\_"$email

“;  
$msg .=\_”$subject

“;\_  
$msg .=\_”$message

";\_  
mail ($to ,\_ $subject ,\_ $msg ,\_ "For:_Mail Us  
Reply-To:_$email  
");  
?\>

Thanks
