Activity Stream
48,167 MEMBERS
6964 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 5 of 5
  1.     
    #1
    Member

    Default [PHP] }else{ Function 3 parts

    Hey guys ,

    Is there any way to make the ''else function'' for 3 parts e.g :

    if blablabla
    {
    $configa
    } else {
    if zzzzzzz
    $configb
    } else {
    if dsakdbsad
    $configc
    }





    viruz99 Reviewed by viruz99 on . [PHP] }else{ Function 3 parts Hey guys , Is there any way to make the ''else function'' for 3 parts e.g : if blablabla { $configa } else { if zzzzzzz $configb Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    wscripts.net damnlolscript.com lulzjet.com

  4.     
    #3
    Member
    Website's:
    imdber.org justpaste.me
    You could also...

    PHP Code: 
    if($a){
      
    //abcd
    }elseif($b){
      
    //efgh
    }else{
      
    //ijklmn..


  5.     
    #4
    Super Member
    If memory serves correct you can also do:

    Code: 
    if($a){
      //abcd
    }elseif($b){
      //efgh
    }elseif($c){
    //igjk
    }elseif($d){
    //lmno
    }else{
      //pqrstuv..
    }  

    So kiss me and smile for me, say that you'll wait for me <'3

  6.     
    #5
    Banned
    what sp32 is doing is the correct way of using if-else-if

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Many or few parts?
    By gd020188 in forum File Host Discussion
    Replies: 3
    Last Post: 3rd Jul 2012, 04:27 PM
  2. help how to rar file into parts rapidleech?
    By kale4me in forum Tutorials and Guides
    Replies: 2
    Last Post: 16th Jul 2011, 07:56 AM
  3. Why 400MB parts?
    By pi0tr3k in forum General Discussion
    Replies: 48
    Last Post: 15th Dec 2010, 08:10 PM
  4. How can i make my sql db in parts
    By Shadow008 in forum Webmaster Discussion
    Replies: 4
    Last Post: 8th Sep 2010, 03:54 PM
  5. I want to buy a PC , looking for advices , looking for good Parts
    By TheTorrentSeller in forum General Discussion
    Replies: 23
    Last Post: 5th Mar 2010, 07:35 PM

Tags for this Thread

BE SOCIAL