View Single Post
  #14  
Old 18th November 2009, 06:25
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
Just a small input here.
Y do you have sooooo many unneeded open/close of php and you should make sure you use full php tag and not short tags
short tag
PHP Code:
<?
full tag
PHP Code:
<?php
If your going to tell me it is because you added comments I'm not buying it because you only need to add
HTML Code:
<!-- this is what I did-->
this way you don't have to open close open close :unknown:
I count 25 short tags in donate.php alone and you open php 84 times
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote