Kod
$query = "SELECT ID, Nazwa, Text FROM `text strony 2` where ID=1";
$result = mysql_query($query);
while( $row = mysql_fetch_array( $result )){
$textsave .= $row[ 'Text' ].'';
}
$result = mysql_query($query);
while( $row = mysql_fetch_array( $result )){
$textsave .= $row[ 'Text' ].'';
}
Został wykonany po otwarciu strony?