No account yet?
 

Subscriptions

ImageWhen you sign up as a premium subscriber, you get more than access to a host of fantastic features. You become a member of a flourishing community that continuously improves the very projects that run your website. Why not sign up today?

Subscriber Benefits

  • Subscriber only addons and plugins!
  • Latest beta code and SVN builds!
  • Access new versions before anyone else!
  • Premium Priority Support!
  • User Manuals for our components!
Read On!
Pragmatic Utopia
Welcome, Guest
Please or Register.    Lost Password?
Preferred PUArcade Web Host:
Small mistake in the modules (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Small mistake in the modules
#8735
mucha0815 (User)
Newb Sauce
Posts: 18
graphgraph
User Offline Click here to see the profile of this user
Small mistake in the modules 2 Months, 3 Weeks ago Karma: 0  
In the modules
Code:

case 1: echo "<br />".PUA_SCORES.": ".clsPUArcade::NumScores($game->id)."</td>"; break; case 2: echo "<br />".PUA_TIMES_PLAYED.": ".$game->numplayed."</td>"; break; case 3: echo "<br />Rating: ".clsPUArcade::GetCurrentRating($game->id)."</td>"; break;
the ."</td>" can be deleted, because its closed later in the code with
Code:

echo "</td>";
And its better use the " to make it validate. like this one: BEFORE
Code:

<table width=100% border=0 cellspacing=0 cellpadding=1>
AFTER
Code:

<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"1\">
There are also some points wich cant be validate in the puarcade.html.php.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.


Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop

My Amazon.com Wish List