b.giorno,
Una cortesia che vorrei chiedere a qualcuno che si intende di PHP abbinato alla creazione di file XML per un GuestBook..
Chi è l' esperto?
Grazie a tutti![]()
b.giorno,
Una cortesia che vorrei chiedere a qualcuno che si intende di PHP abbinato alla creazione di file XML per un GuestBook..
Chi è l' esperto?
Grazie a tutti![]()
Interactive Html/CSS/JS Playground | @webbeloz ( cip..cip! )
Mechanics & Expert Tuning Fix Z3 Roadster Community
chiedi al forum di PHP se cerchi esperti PHP.
Free ActionScript Editor
Y en silencio y sin cruzar una palabra
solamente una mirada es suficiente para hablar
grazie del consiglio ma sono già in contatto per il file.php con il forum più mirato!
tuttavia..
se sto chiedendo in AS
è xchè c'è di mezzo anche FlashMX, e non è escluso, anzi ne sono certo che qualche flashato come mè, sappia cosa fare..
e magari proprio flash_mx2 qualcosa ne sà..![]()
attendo, magari qualcuno sai..
sempre grazie a tutti![]()
Interactive Html/CSS/JS Playground | @webbeloz ( cip..cip! )
Mechanics & Expert Tuning Fix Z3 Roadster Community
sera,
probabilmente seguendo questo tut. suggerito da Broly
riuscirò a sistemare la questione del file.php ma non ne sono certo!
essendo questo un GuestBook diverso da quello a cui sto lavorando..
Detto questo, ringrazio anticipatamnte per suggerimento dato!
a prescindere dal risultato finale.
Grazie
Interactive Html/CSS/JS Playground | @webbeloz ( cip..cip! )
Mechanics & Expert Tuning Fix Z3 Roadster Community
scusa, ma alla fine non ho ancora capito qual'è la domanda..
hai chiesto se c'erano esperti in PHP, però non ho ancora capito l'attinenza con flash...
Free ActionScript Editor
Y en silencio y sin cruzar una palabra
solamente una mirada es suficiente para hablar
salve, flash_mx2
il guestbook in questione è abbastanza simile a quello del tutorial di cui al link sopra.. tuttavia non ho ancora ben capito se l'errore che mi viene dato, sia solamente una questione di chmod del file.php,
oppure anche dovuto al fatto che il filmato flash è composto da due file .as esterni..
ora, postare i due file esterni è da escludere direi.. sono come minimo tre pagine di 3d, come totale spazio possibile..
però il file.php è abbastanza corto.. eccolo!
l' errore che mi da il server recita..Codice PHP:<?
clearstatcache();
$filename=$xmlToSave;
$fp=@fopen($filename,"w");
@flock ($fp,LOCK_EX);
$rec=$xmlContent;
fwrite($fp,$rec);
@flock($fp,LOCK_UN);
fclose($fp);
chmod($filename, 0766 );
if ($fp) {
if ($okSaveNewGB) {
$filename2=$gbxmlToSave;
$fp2=@fopen($filename2,"w");
@flock ($fp2,LOCK_EX);
$rec2=$gbxmlContent;
fwrite($fp2,$rec2);
@flock($fp2,LOCK_UN);
fclose($fp2);
chmod($filename2, 0766 );
if ($fp2) {
echo ("&erro=NONE&statusText=New Data Added....!");
} else {
echo ("&erro=OK&statusText=SERVER ERROR!, there was a problem. Pls try again!");
echo ("&erro=NONE&logStatus=failed");
exit();
}
}
echo ("&erro=NONE&statusText=SUCCESS! changes saved to database!");
echo ("&erro=NONE&logStatus=success");
} else {
echo ("&erro=OK&statusText=SERVER ERROR!, there was a problem. Pls try again!");
echo ("&erro=NONE&logStatus=failed");
}
exit();
?>la riga in questione è la seguente:codice:error_log File Type: ASCII text -------------------------------------------------------------------------------- [01-Feb-2004 16:48:30] PHP Warning: chmod(): Operation not permitted in /home/webbeloz/public_html/guestbook/data/savegbdata.php on line 20
detto questo, è molto probabile che l' errore sia solo dentro il file.php... :master: forse!Codice PHP:chmod($filename2, 0766 );
grazie
Interactive Html/CSS/JS Playground | @webbeloz ( cip..cip! )
Mechanics & Expert Tuning Fix Z3 Roadster Community