Welcome Guest, Not a member yet? Register   Sign In
Newbie, problem with parse error unexpected T_CONSTANT_ENCAPSED_STRING
#2

[eluser]The Beginner[/eluser]
I am not sure what happened above but part of the line is missing,

Code:
function getSplashData()
   {
    for ($counter = 0; $counter <= 59; $counter++)
    {
    $arr[$counter] = "\"<div style=\"height:700px; width:700px;background-color:
        rgb(256,256,256);\"><img  /></div>\"";            
        }
   $name = 'arr';
   $jsdata['jsvar'] = array_to_js_string($arr, $name);
   $return($jsdata);
   }
Hopefully this will do it. Sorry,


Messages In This Thread
Newbie, problem with parse error unexpected T_CONSTANT_ENCAPSED_STRING - by El Forum - 09-29-2009, 05:57 PM



Theme © iAndrew 2016 - Forum software by © MyBB