07-18-2008, 10:28 PM
|
#1 (permalink)
|
|
Super Moderator
Join Date: Sep 2007
Location: Near you.
Posts: 791
Thanks: 241
|
what is wrong in this line :S?
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';'
PHP Code:
echo '<div class="hVlog" style="text-align: center"> <a href="http://www.youtube.com/v/'.$linkarray[1]." class="hVlogTarget" type="application/x-shockwave-flash" onclick="vPIPPlay(this, '', '', 'active=true, caption=Youth Wasted'); return false;"> <img src="http://s2.ytimg.com/vi/'.$linkarray[1]." /></a> <br /> <a href="http://www.youtube.com/v/'.$linkarray[1]." type="application/x-shockwave-flash" onclick="vPIPPlay(this, '', '', ''); return false;"> Video </div>';
Thank you in advance!.

Last edited by codefreek : 07-18-2008 at 10:51 PM.
|
|
|
|