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

Results 1 to 8 of 8

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1.     
    #1
    Member
    Website's:
    sborg.us
    Tried using single quotes?

    Strings give a hell lot of trouble when used in switch-case statements. Try

    PHP Code: 
    $condition="OFF";
     
    switch (
    $condition) {
         case 
    'OFF' :
                     
    $condition="ON";
                     break;
         case 
    'ON' :
                     
    $condition="OFF";
                     break;

    If this doesn't work, Then check it via ASCII values(or equivalent).

    I hope that helps.
    Halcyon Reviewed by Halcyon on . Anyone Who Knows PHP Programing I like to use a php function to switch between ON and OFF automatically upon the call. Of course something simple like $condition="OFF"; switch ($condition) { case "OFF" : $condition="ON"; break; case "ON" : $condition="OFF"; Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    litewarez.net litewarez.com triniwarez.com
    Quote Originally Posted by V3g3t4 View Post
    Tried using single quotes?
    This dies not make a difference in PHP, single quotes are used for escape chars
    Join Litewarez.net today and become apart of the community.
    Unique | Clean | Advanced (All with you in mind)
    Downloads | Webmasters


    Notifications,Forum,Chat,Community all at Litewarez Webmasters


Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Programing services
    By dropboks in forum Completed Transactions
    Replies: 0
    Last Post: 11th Mar 2012, 08:16 PM
  2. what programing language needed to code a bot
    By YOUSEFN in forum General Discussion
    Replies: 1
    Last Post: 25th Jan 2012, 04:16 PM
  3. Some help need in Java programing
    By bapi21 in forum Web Development Area
    Replies: 1
    Last Post: 10th Jul 2011, 01:08 PM
  4. TCP / Ip programing ?
    By CatchItBaby in forum Web Development Area
    Replies: 2
    Last Post: 8th Jul 2010, 02:38 PM

Tags for this Thread

BE SOCIAL