Jump to content

[SOLVED] Parse error: syntax error, unexpected '?' in /home/realfina/public_html/website_


ballhogjoni

Recommended Posts


print ("File could not be opened.");

exit;
}


fputs($myFile, $f); 

fclose($myFile); 



echo 'The insertion code is generated at /PCB_code/edit.php<a href="/PCB_code/edit.php">Edit</a> <br>';';



/* FOR VIEW.PHP */





$f='<?
include(\'main.php\');
include(\'connect.php\');
';
$f=$f.'$q1="select * from '.$table.'";
$q1e=mysql_query($q1);
$n1=mysql_num_rows($q1e);
echo \'<table border="1" width="100%">
<tr>\';
echo \'

 

I included a couple more lines because i didn't think there was enough code to work with.

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.