Can anyone tell me why i get this error ?

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   Can anyone tell me why i get this error ?
armageddon05
CZ Newbie
armageddon05 has been a member for over 18 year's 18 Year Member
Gender: Male
Status: Offline
Joined: Jun 19, 2005
0.00 posts per day
Posts: 5
Points: 100
   
Parse error: parse error, unexpected T_STRING, expecting ',' or ';' in /home/jlowe76/public_html/modules/Nwsftv/index.php on line 19

Ive looked at the code it seems fine can someone help

the code im using is


<?php
#### Generated by Module Creator - By Disipal site (www.disipal.net) ####
if (!eregi("modules.php", $PHP_SELF)) {
   die ("You can't access this file directly...");

}
require_once("mainfile.php");
$module_name = basename(dirname(__FILE__));
include("header.php");
$index = 0;
OpenTable();
echo"<center>Welcome to the North West Sea Fishing video wall<br>"
  . "object width=\"212\" height=\"175\"> <param name=\"movie\" value=\"http://www.youtube.com/v/60h-WZPAXDw\"> </param> <embed src=\"http://www.youtube.com/v/60h-WZPAXDw\" type=\"application/x-shockwave-flash\" width=\"212\" height=\"175\"> </embed> </object>"
  . "embed width=\"212\" height=\"175\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" src=\"http://i236.photobucket.com/player.swf?file=http://vid236.photobucket.com/albums/ff162/pro_hunter/variouspics.flv\"></embed>"
  . "embed width=\"212\" height=\"175\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" src=\"http://i236.photobucket.com/player.swf?file=http://vid236.photobucket.com/albums/ff162/pro_hunter/variouspics.flv\"></embed>"
  . ""
  . ";
CloseTable();
include("footer.php");

?>


Thanks


Back to top Reply with quote
#2   
Telli
Site Admin
Telli has been a member for over 20 year's 20 Year Member
Occupation: Self Employed
Age: 45
Gender: Male
Fav. Sports Team: Detroit Red Wings
Website:
Status: Offline
Joined: May 26, 2003
1.06 posts per day
Posts: 8089
Points: 494,430
   

<?php
#### Generated by Module Creator - By Disipal site (www.disipal.net) ####
if (!eregi("modules.php", $PHP_SELF)) {
   die ("You can't access this file directly...");

}
require_once("mainfile.php");
$module_name = basename(dirname(__FILE__));
include("header.php");
$index = 0;
OpenTable();
echo   "<center>Welcome to the North West Sea Fishing video wall<br>"
     ."<object width=\"212\" height=\"175\"> <param name=\"movie\" value=\"http://www.youtube.com/v/60h-WZPAXDw\"> </param> <embed src=\"http://www.youtube.com/v/60h-WZPAXDw\" type=\"application/x-shockwave-flash\" width=\"212\" height=\"175\"> </embed> </object>"
     ."<embed width=\"212\" height=\"175\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" src=\"http://i236.photobucket.com/player.swf?file=http://vid236.photobucket.com/albums/ff162/pro_hunter/variouspics.flv\"></embed>"
     ."<embed width=\"212\" height=\"175\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" src=\"http://i236.photobucket.com/player.swf?file=http://vid236.photobucket.com/albums/ff162/pro_hunter/variouspics.flv\"></embed>";
CloseTable();
include("footer.php");
?>




_________________
The path of the righteous man is beset on all sides by the inequities of the selfish and the tyranny of evil men. Blessed is he, who in the name of charity and good will, shepherds the weak through the valley of darkness, for he is truly his brother's keeper and the finder of lost children. And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy my brothers. And you will know my name is the Lord when I lay my vengeance upon thee. Ezekiel 25:17
Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum