Search results

  1. I

    inductivesoul

    It seems to be fixed now, Thank you.
  2. I

    inductivesoul

    My website has stopped working correctly. inductivesoul.x10hosting.com Server Name: starka
  3. I

    PHP Time and day display

    Thank you so much! The reason I have it set up the way I do is so I can put custom messages in for each day as I want to. as for simplifying it... I like the date format like that so it shows more details.
  4. I

    PHP Time and day display

    <?php $d=date("D"); if ($d=="Fri") echo "Today is Friday,"; elseif ($d=="Sat") echo "Today is Saturday,"; elseif ($d=="Sun") echo "Today is Sunday,"; elseif ($d=="Mon") echo "Today is Monday,"; elseif ($d=="Tue") echo "Today is Tuesday,"; elseif ($d=="Wed") echo "Today is Wednesday,"; elseif...
Top