Hi all,
I am getting crazy, can't understand what i missed!
Does anybody know?
$champs = array ("titre_art" => "h3" ,"nom" => "bleu", "prenom" => "green",
"resume" => "bold");
foreach($champs as $key => $value) {
echo "$row($key))";
}
TIA.
zeg
So my code is clean ? There isn't a problem of infiny loop?
My server is free.fr.
How do u suggest i can cach the data?
-Message d'origine-
De : Rasmus Lerdorf [mailto:[EMAIL PROTECTED]]
Envoye : lundi 7 octobre 2002 03:07
A : arnaud gonzales
Cc : Php-General
Objet
Hi all,
Does anybody can tell me why i have this error :"Fatal error: Maximum
execution time of 5 seconds exceeded in photos2.php on line 28"
whith this
$tab_img = array();
$tab_img_size = array();
for($i=0;$
Hi all,
I' m searching how to write in a file on a new line each times whith
fputs().
Because i want read the file whith file() and so ,have one line per indice
in a table.
So i need to write on a new line each time.
TIA.
arnaud.
--
PHP General Mailing List (http://www.php.n
Hi all,
I' m trying to copy an uploaded file:
if(!empty($fichier)) {
$nom = $HTTP_POST_FILES["fichier"]["name"];
$type = $HTTP_POST_FILES["fichier"]["type"];
$taille = $HTTP_POST_FILES["fichier"]["size"];
$nom_tmp = $HTTP_POS
Hi,
I'm newbie in php and i would like to clearly understand how can i use:
LENGTH in string fgets ( int fp [, int length])
"Returns a string of up to length - 1 bytes read from the file pointed to by
fp. Reading ends when length - 1 bytes have been read, on a newline (which
is included in t
6 matches
Mail list logo