$cooky = $_COOKIE['flash'];
if($cooky == "flash"){
$flash = "done";
}else{
setcookie("flash","flash");
}
?>
.:: TCC ::.
include "keywords.php";
?>
|
RETURN TO PROJECTS TIME LINE
RETURN TO SERVICES
$id = $_GET['id'];
include "admin/connection.php";
$result = mysql_query("select * from timeline where id = '".$id."'");
$row = mysql_fetch_array($result);
print substr(strstr($row['name'],"-"),"1");
$result = mysql_query("select * from photos where pid = '".$id."'");
$counter = 1;
print "";
while($row = mysql_fetch_array($result)){
if($counter == 1){
print "
".nl2br($row['text'])." | ";
}
}
print " ";
?>
TOP
|
|
|