Results 21 to 23 of 23
Threaded View
-
3rd Dec 2010, 06:39 PM #1OPMemberWebsite's:
StoneArcade.comphp error
im getting this error,i cant find the problem with it
"parse error syntax error unexpected t_constant_encapsed_string on line 1"
this is the random.php
PHP Code:<?php
require_once '../../config.php';
include ('../../includes/core.php');
// Include language file
include '../../language/'.$setting['language'].'.php';
include '../../'.$setting['template_url'].'/template_settings.php';
$sql = mysql_query("SELECT * FROM ava_games WHERE published=1 ORDER BY rand() LIMIT 1") or die(mysql_error());
while($row = mysql_fetch_array($sql)) {
$url = GameUrl($row['id'], $row['name'], $row['category_id']);
$name = shortenStr($row['name'], $template['module_max_chars']);
if ($setting['module_thumbs'] == 1) {
$image_url = GameImageUrl($row['image'], $row['import'], $row['url']);
$image = '<img src="'.$image_url.'" width= 100 height= 100 style="vertical-align: middle;" /> ';
}
else {
$image = '';
}
echo '<center><a href="'.$url.'" title="Play '.$name.'">'.$image.'</a></center>';
}
?>iMage Reviewed by iMage on . php error im getting this error,i cant find the problem with it "parse error syntax error unexpected t_constant_encapsed_string on line 1" this is the random.php <?php require_once '../../config.php'; include ('../../includes/core.php'); Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Error Detected in sitemap XML. How to remove error?
By Bobby3711 in forum Web Application/Script SupportReplies: 1Last Post: 21st Mar 2012, 03:51 PM -
Rapidleech error: Error openning rar process
By tractor3231 in forum Server ManagementReplies: 13Last Post: 14th Dec 2011, 04:35 AM -
HTTP Error 500 (Internal Server Error):
By joshmoore in forum Technical Help Desk SupportReplies: 4Last Post: 25th Nov 2011, 03:59 AM -
wtf happened? (ipb 3.23 skin error causes fatal error)
By mrHunt in forum Technical Help Desk SupportReplies: 1Last Post: 25th Nov 2011, 03:55 AM -
Adding Domain Error in cPanel (Error from park wrapper:)
By Ryza in forum General DiscussionReplies: 0Last Post: 20th Feb 2011, 01:57 AM
themaCreator - create posts from...
Version 3.45 released. Open older version (or...