Quote:
Originally posted by Mike
ive had it running on a WAMP setup fine..
are you allowing short tags in php.ini?
|
Thank you for the reply...
I'll have to check it out...
Anyway, i've also noticed that on the top left corner of the form page, it appears the following:
0) {?>
My guess is it also might be an issue with the 5th line here:
PHP Code:
<table align="center" class="table">
<tr>
<td colspan="2" class="table_header" width="100%"><?=$websitename;?></td>
</tr>
[COLOR=orangered]<?If($allowattach > 0) {?>[/COLOR]
<tr>
<td width="100%" class="attach_info" colspan="2">
<b>Valid Attachment Types:</b> <?=$types?><br />
<b>Max size per file:</b> <?=$max_file_size?>kb.<br />
<b>Max combined file size:</b> <?=$max_file_total?>kb.
</td>
</tr>
<?}?>