Hello,
Like i want to get Current Month name as a Variable (String)..
Printable View
Hello,
Like i want to get Current Month name as a Variable (String)..
You can use the date function:
PHP Code:$month = date('F');
Thanks :) i will check it in some hour as soon as i get free and get back to PHP work :)
I am pretty sure the code is bug free ;)
THANK YOU.Quote:
Originally Posted by visualAd
This helped me a lot