Thread: News System
View Single Post
  #2  
Old 08-11-2011, 01:01 AM
Emera Emera is offline
Delterian Hybrid
Emera's Avatar
Join Date: Mar 2011
Location: Newcastle Upon-Tyne
Posts: 1,704
Emera is a jewel in the roughEmera is a jewel in the rough
Screenshots?

PHP Code:
this.can = {"FIRST ACCOUNT""SECOND ACCOUNT""THIRD ACCOUNT}; 
You missed out a " so that would screw the whole code.
PHP Code:
this.can = {"FIRST ACCOUNT""SECOND ACCOUNT""THIRD ACCOUNT"}; 
and also
PHP Code:
function GetIt() { 
Couldn't you use functions that give a hint into what it is doing? I.e maybe GetText() or GetNews()
__________________

Last edited by Emera; 08-11-2011 at 01:15 AM.. Reason: Too long.
Reply With Quote