function write_beg($filename, $header, $nodeStart, $data, $nodeEnd) { //Imports old data //Imports old data $handle = fopen($filename, "r"); $old_content = fread($handle, filesize ($filename));
//Sets up new data $final_content = $header.$nodeStart.$data.$nodeEnd.$old_content;
//Writes new data $handle2 = fopen($filename, "w"); $finalwrite = fwrite($handle2, $final_content); fclose($handle2); }
include("include/conn.php"); $sql = mysql_query("SELECT * FROM tblImg where b_mapID=".$_REQUEST["m_id"]) or die("Mysql fejl"); while($title = mysql_fetch_array($sql)){
$filename = "gallery.xml"; // File which holds all data $data = "<image>\n<url>images/gallery/".$title["b_navn"]."</url>\n</image>\n";
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.