Yes, it can be done automatically. you can try PHP function strtotime() to get next weekdays timestamp, like this:
<?php echo strtotime("next Thursday");?>
More help: http://www.php.net/manual/en/function.strtotime.php
Yes, it can be done automatically. you can try PHP function strtotime() to get next weekdays timestamp, like this:
<?php echo strtotime("next Thursday");?>
More help: http://www.php.net/manual/en/function.strtotime.php