Welcome Guest, Not a member yet? Register   Sign In
unexpected end of file
#2

(This post was last modified: 12-01-2014, 01:39 AM by Rufnex.)

lines like this are wrong and again realy bad code!

PHP Code:
?><link href="<?=$fn?>" rel="stylesheet" type="text/css" /><?
?><script type="text/javascript" src="<?=$fn?>"></script><? 

Maybe they want to gave a value like that back

PHP Code:
return '<script type="text/javascript" src="'.$fn.'"></script>'

Reply


Messages In This Thread
unexpected end of file - by djcata - 11-30-2014, 05:10 PM
RE: unexpected end of file - by Rufnex - 12-01-2014, 01:38 AM
RE: unexpected end of file - by djcata - 12-01-2014, 12:40 PM



Theme © iAndrew 2016 - Forum software by © MyBB