i want to put this line in a txt file
$$var=$row["$var"];
i know how i can add data to a txt file, that is no problem, but i have a problem with the $row, how the @!#$ can i write that to a txt file ?
if i use
$file_write2 = fwrite($file_open2, "\n<?$$linkname=$row['$linkname'];?>");
i have the following error :
Parse error: parse error, expecting T_STRING' orT_VARIABLE' or `T_NUM_STRING' in F:\FtpRoot\Music-Empire\add_subsite2.php on line 25