Hallo allemaal,
Heb een php vraagje
Wie heeft de beste oplossing het moet een if , else worden nu krijg ik ze allebei te zien maar zodra er geen lowprice is laat die zien -1. maar dan moet die alleen de getprice laten zien. Hoop dat ik duidelijk ben, ben al lang aan het stoeien.PHP Code:
<?php
$pf->loadProduct((int)$HTTP_GET_VARS['products_id'],
(int)$languages_id);
if $products_price=$pf->getLowPrice();
echo ('€');
echo (int) ($products_price);
echo (',-');
echo ('<br>');
}
else $products_price=$pf->getPrice();
{
echo ('€');
echo (int) ($products_price);
echo (',-');
echo ('<br>');
}
}
?>
- php vraagje
-
23-11-2006, 10:51 #1DTA Systems BV
- Berichten
- 111
- Lid sinds
- 17 Jaar
php vraagje
-
In de schijnwerper
nieuwe onlyFANS site exploitatie met diverse niches (sports ) zoekt investeerderInvesteringsaanvragenProfessionele tekstschrijver (actie: 2,5 cent per woord)Freelance / WerkSnatcher.nl - Slechts €10 - Snatch Quarantaine DomeinnamenPromotieBacklinks.nl - Trustflow 50+ SuperboostAdvertentieruimte -
23-11-2006, 11:38 #2
- Berichten
- 1.470
- Lid sinds
- 18 Jaar
zoiets?
PHP Code:<?php
$pf->loadProduct((int)$HTTP_GET_VARS['products_id'],
(int)$languages_id);
if ($products_price == $pf->getLowPrice()){
echo ('€');
echo (int) ($products_price);
echo (',-');
echo ('<br>');
}
else ($products_price == $pf->getPrice())
{
echo ('€');
echo (int) ($products_price);
echo (',-');
echo ('<br>');
}
}
?>
-
23-11-2006, 11:53 #3DTA Systems BV
- Berichten
- 111
- Lid sinds
- 17 Jaar
Zoiets inderdaad, maar wat als er geen lowprice is dan geeft die alsnog op -1 in plaats van 0.
En hij doet geen else omdat die alsnog een waarde geeft. Terwijl de tabel leeg is, moet ik misschien standaart null in de mysql database instellen.
-
24-11-2006, 09:43 #4DTA Systems BV
- Berichten
- 111
- Lid sinds
- 17 Jaar
PHP Code:<?php
$pf->loadProduct((int)$HTTP_GET_VARS['products_id'], (int)$languages_id);
if ($this->quantity[1] > 0) {
$this->hasQuantityPrice = true;
$this->hiPrice = $this->thePrice;
$this->lowPrice = $this->thePrice;
if($this->hasQuantityPrice == true) {
for($i=1; $i<=8; $i++) {
if($this->quantity[$i] > 0) {
$products_price=$pf->getLowPrice();
}
}
}
else
if ($this->quantity[1] < 0) {
$this->hasQuantityPrice = false;
if($this->hasQuantityPrice == false) {
$products_price=$pf->getPrice();
}
}
}
echo ('€');
echo (int) ($products_price);
echo (',-');
echo ('<br>');
}
}
?>
-
27-11-2006, 09:12 #5DTA Systems BV
- Berichten
- 111
- Lid sinds
- 17 Jaar
Weet iemand mij hier toevallig mee te kunnen helpen? Kom er echt niet uit, en dacht hier zitten wel mensen die het weten.
Plaats een
- + Advertentie
- + Onderwerp
Marktplaats
Webmasterforum
- Websites algemeen
- Sitechecks
- Marketing
- Domeinen algemeen
- Waardebepaling
- CMS
- Wordpress
- Joomla
- Magento
- Google algemeen
- SEO
- Analytics
- Adsense
- Adwords
- HTML / XHTML
- CSS
- Programmeren
- PHP
- Javascript
- JQuery
- MySQL
- Ondernemen algemeen
- Belastingen
- Juridisch
- Grafisch ontwerp
- Hosting Algemeen
- Hardware Info
- Offtopic