![]() |
Second Opinion
Folosind serviciul second opinion ne puteți trimite RMN-uri, CT -uri, angiografii, fișiere .pdf, documente medicale. Astfel vă vom putea da o opinie neurochirurgicală, fără ca aceasta să poată înlocui un consult de specialitate. Răspunsurile vor fi date prin e-mail în cel mai scurt timp posibil (de obicei în mai putin de 24 de ore, dar nu mai mult de 48 de ore). Second opinion – Neurohope este un serviciu gratuit. www.neurohope.ro |
Fa ceva daca 2 chestii sunt adevarate (php)
Last Updated: Oct 16 2016 21:23, Started by
grobian
, Oct 16 2016 21:06
·
0

#1
Posted 16 October 2016 - 21:06

<?php if(get_theme_mod('bla') == true) : ?> body { background: red; } <?php endif; ?> codul de mai sus cred ca se traduce : daca bla e adevarat schimba culoarea body-ului in rosu cum fac sa se schimbe bg-ul daca bla si blabla sunt adevarate ? cum adaug inca o daia ? |
#2
Posted 16 October 2016 - 21:13

<?php if ((conditia1) AND (conditia2)) : ?> codul dorit <?php endif ?> Edited by tigerheart, 16 October 2016 - 21:20. |
#4
Posted 16 October 2016 - 21:23

<?php if((get_theme_mod('bla') == true) && (get_theme_mod('blabla') == true)) : ?> body { background: red; } <?php endif; ?> sau <?php if((get_theme_mod('bla') == true) AND (get_theme_mod('blabla') == true)) : ?> body { background: red; } <?php endif; ?> sau <?php if(get_theme_mod('bla') == get_theme_mod('blabla') == true) : ?> body { background: red; } <?php endif; ?> Edited by easycoder, 16 October 2016 - 21:25. |
Anunturi
▶ 0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users