webForumDet fria alternativet

Hilfe!!!!

1 svar · 140 visningar · startad av DotStudio

DotStudioMedlem sedan apr. 2001361 inlägg
#1

if size=800
echo=1024

elseif
echo=800

Hur skriver man det så det blir rätt?

<?php
if(... någonting

bla bla...!
?>

------------------
"Never underestimate the destructive power of a comic sence"

www.DotStudio.f2s.com

LarsGMedlem sedan dec. 200012 464 inlägg
#2
if ( $size == 800 ) {
   $echo = 1024;
} elseif ( $size == 1024 ) {
   $echo = 800;
} else {
   $echo = 0;
}

http://www.php.net/manual/en/control-structures.elseif.php

------------------
essentitia preter non sans multiplicandum

128 ms totalt · 3 externa anrop · v20260731065814-full.30151723
0 ms — hämta forumlista (cache)
0 ms — hämta statistik (cache)
126 ms — hämta tråd, inlägg och bilagor (db)