I know this might sound stupid but I am wondering something...
Why is there no closing php tag in the mail.php file? (?>)
I added one and my little mail problem seems to have disappeared.......
I know this might sound stupid but I am wondering something... Why is there no closing php tag in the mail.php file? (?>)
I added one and my little mail problem seems to have disappeared....... http://towtalk.net ... Hosted by Zarconia.net! |
and where is this file located exactly? |
and where is this file located exactly? It's in the root directory of the site. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Perhaps mail.php is included in another php file ? adding " ?> " at the end might give other problems. |
I thought of that. That's why I was hoping someone with more knowledge would step in and give us an answer.... http://towtalk.net ... Hosted by Zarconia.net! |
PHP's close tag is not necessary! It's optional parameter PS: If possible do not write me personally, please try to ask on the forum first |