Jump to content

Unexpected "T_PAAMAYIM_NEKUDOTAYIM"???


jdock1

Recommended Posts

Error:

Parse error: parse error, expecting `T_PAAMAYIM_NEKUDOTAYIM' in C:\wamp\www\dl\index.php on line 1

 

Code:

<?php
if (isset(button))
{
echo <applet code='rhasyoutubedownloader.RhasYouTubeDownloader.class' archive='rhasYouTubeDownloader.jar' height='1' width='1' align='center' MAYSCRIPT>
<param name='v' value=''/>
<param name='u' value='$url'/>
<param name='site' value='$url'/>
<param name='ua' value='$_SERVER['HTTP_USER_AGENT']'/>
</applet>;
}

?>

 

Link to comment
https://forums.phpfreaks.com/topic/206076-unexpected-t_paamayim_nekudotayim/
Share on other sites

That didn't do shit for me.

 

<?php
if (isset(button))
{
echo "<applet code='rhasyoutubedownloader.RhasYouTubeDownloader.class' archive='rhasYouTubeDownloader.jar' height='1' width='1' align='center' MAYSCRIPT>
<param name='v' value=''/>
<param name='u' value='$url'/>
<param name='site' value='$url'/>
<param name='ua' value='$ua'/>
</applet>";
}

?>

 

Can someone atleast point in the right direction on what I'm doing wrong?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.