10-08-2008, 01:55 AM
|
#1 (permalink)
|
|
The Wanderer
Join Date: May 2008
Location: Singapore
Posts: 11
Thanks: 0
|
PHP fill in form help
Hey!
so, i have a website thats all coded with html, except for the fill-in form (order form) thats coded with PHP.
i have three issues with my PHP code.
1) i've uploaded my code onto my website but when i go there i get this message:
Parse error: parse error, unexpected $ in /home/content/l/e/o/leopoldine/html/order.php on line 1008
but the issue is that there are only 1007 lines in my whole code!
2) when you hit submit, i receive an email telling me what the person filled in. But once you hit submit, the thanks-for-your-order page doesn't show up.
3) i have PHP Editor 2.22 and when i open my code in it, this "window" thingy is highlighted in red and underlined:
<script language="JavaScript" type="text/JavaScript">
<window.location.href = "http://www.mywebsite.com/ordersent.php";>
</script>
could someone please help me?
|
|
|
|