Hi
having trouble with this simple php code. every time i run it, this shows up:
[b]Bob’s Auto Parts
Order Results
Your order is Processed
’ ?>
[/b]
Obviously, i dont want the ’ ?> to be displaying. im kinda new to php. pls help. dont know if somethings wrong with the code, the server (wamp) or what.
[code]
Bob's Auto Parts - Order ResultsBob's Auto Parts
Order Results
[/code]
[php]<?php
echo ‘
Your order is Processed
’?>[/php]
[code]
[/code]