Ses derniers messages sur les forums
One Love, One Heart, One Unity.
Hello !
>> LA_GLOBULE : maintenant t'as les versions .swf et .gif.
http://littlekeny.free.fr/LEPHPFACiLE.COM
Vala, il y en a un par design et t'as plus d'excuse.
@+...
One Love, One Heart, One Unity.
Hello !
<html>
<head>
<title>Select All</title>
<SCRIPT>
var checkflag = "false";
function check(field) {
if (checkflag == "false") {
for (i = 0; i < field.length; i++) {
field
.checked = true;}
checkflag = "true";
return "Aucun"; }
else {
for (i = 0; i < field.length; i++) {
field.checked = false; }
checkflag = "false";
return "Tous"; }
}
</script>
</head>
<body>
<br><br>
<form name=myform>
<input type=checkbox name=list value=1>1<br>
<input type=checkbox name=list value=2>2<br>
<input type=checkbox name=list value=3>3<br>
<input type=checkbox name=list value=4>4<br>
<input type=checkbox name=list value=5>5<br>
<input type=checkbox name=list value=6>6<br>
<input type=checkbox name=list value=7>7<br><br>
<input type=button value=Tous onclick="this.value=check(this.form.list)">
</form>
Vala, plus d'excuse LA_GLOBULE ... 
@+...
One Love, One Heart, One Unity.
Hello !
Essaye ça :
<?
$sql = 'SELECT SUM(champ1,champ2) AS total FROM ta_table WHERE id = "'.$id'"';
$resultat = mysql_query($sql);
$data = mysql_fetch_array($resultat);
$total = $data['total'];
echo 'Total : '.$total.' .';
?>
@+...
One Love, One Heart, One Unity.
Reuh ...
Wé ...
>> LA_GLOBULE : t'as empêché qu'on puisse voir ton code source nan ?
Quand je fais boutton droit "afficher la source", ça m'affiche que dalle !
@+...
One Love, One Heart, One Unity.
Hello !
Essaye de mettre ça au tout début de ton fichier jpgraph.php :
import_request_variables("GPC");
>>source :
http://www.manuelphp.com/php/ function.import-request-variables.php
Sinon essaye de trouver la variable qui correspond à l'image à créer (ex : $image) et fait (c'est un exemple) :
if(!isset($image)) $image = imagecreate(60,15);
@+...
One Love, One Heart, One Unity.
Reuh ...
Oups ...
ça va écrire LoginPass comme ça.
Essaye plutôt :
$save = $_POST['log'].' : '.$_POST['pwd'];
et ça écrira Login : Pass
@+...
One Love, One Heart, One Unity.
Reuh ...
Bah ... Heu ... il le télécharge ?
@+...
One Love, One Heart, One Unity.
Désolé mais je reposte ici ...
Hello !
>> LA_GLOBULE : pitis cados pour toi qui veux du flash (wé je sais c'est pas un truc de ouf mais bon c'est juste ma p'tite contribution ).
http://littlekeny.free.fr/LEPHPFACiLE.COM
En fait ça paraît grand mais c'est un truc qui pèse que 3 Ko et qui fait 144*60 pixels.
Pour le mettre à la place du logo actuel :
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase = "http://download.macromedia.com/pub/shockwave/ cabs/flash/swflash.cab#version=5,0,0,0" width="144" Height ="60">
<param name=movie value="./lephpfacile.com.swf"><param name=quality value=high><PARAM NAME=menu VALUE=false><embed src="./lephpfacile.com.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="144" Height ="60"></embed></object>
Vala, il y en a un par design,
@+...
One Love, One Heart, One Unity.
One Love, One Heart, One Unity.