Re: Drop Down Menu Bar
Ok iv'e implemeted the suquence for my drop down menu list, created the files needed and what not, now i'm having problems with 1 damn error...
Parse error: syntax error, unexpected T_STRING in /******/public_html/header2.php on line 119
Iv'e just cut out from "line 110/130" Can anyone see my problem i'm having?
110. print "<img src=jailbanner.jpg />";
111. }
112. else if ($ir['hospital'] > 0)
113. {
114. print "<img src=hospitalbanner.jpg />";
115. }
116. else
117. {
118. print "<img src=Banner.gif />";
119. }
120.
121. $count=mysql_query("SELECT COUNT(*) as cnt FROM users WHERE
122. laston>unix_timestamp()-15*60",$c) or die(mysql_error());
123. $num=mysql_fetch_array($count);
124.
125. print"<center>
126. <body bgcolor='000000'>
127.
128. <script type="text/javascript" language="JavaScript1.2">BuildLayer
129. ('h','','','','250','250','','','','5','0','1px Solid #000000','1px Solid #000000','1px Solid #000000','1px Solid
130. #000000','left','#FFFFFF','blacktile.gif','1','1','','Filter:none
Much help needed, thanks.