Pain Member Joined Feb 20, 2016 Messages 102 Reaction score 17 Points 53 Feb 29, 2016 #1 Hallo , i need help , look at this image , so he have a script with the date , Thursday - February 27 2016 . someone can me help , send the link of this script in th R4p3 forum , thank you guys .
Hallo , i need help , look at this image , so he have a script with the date , Thursday - February 27 2016 . someone can me help , send the link of this script in th R4p3 forum , thank you guys .
DifferentUser Member Joined Feb 19, 2016 Messages 53 Reaction score 23 Points 58 Feb 29, 2016 #2 I dont know what exactly do you want but with PHP it would look like this PHP: <?php echo date('l - F j Y'); ?> http://php.net/manual/en/function.date.php
I dont know what exactly do you want but with PHP it would look like this PHP: <?php echo date('l - F j Y'); ?> http://php.net/manual/en/function.date.php
Pain Member Joined Feb 20, 2016 Messages 102 Reaction score 17 Points 53 Feb 29, 2016 Thread starter #3 i want the full script also TIMEBOT , but timebot is for the hours ofcourse , i want now the date script please .
i want the full script also TIMEBOT , but timebot is for the hours ofcourse , i want now the date script please .
mrcraigtunstall Member Joined Feb 23, 2016 Messages 5 Reaction score 5 Points 38 Feb 29, 2016 #4 <?php echo "Today is " . date("Y/m/d") . "<br>"; ?>