Category Archives: Programming

Solution for error date Function in PHP

  As we all know, that to take a date using the date function. But this can not apply for the latest PHP version. Perhaps because different between the server time and also at the client, making this function is … Continue reading

Share
Posted in Programming | Tagged date Function, error, PHP, Solution | Leave a comment

Redirect Using Javascript

  Once we learn the diversion and use PHP redirect HTML redirect, now let’s look at ways to outsource destination URL using Javascript. Note the template code: <script language=javascript> setTimeout (“location.href = ‘[url-destination]‘”, [time]); </ script> Please replace the [time] … Continue reading

Share
Posted in Programming | Tagged Redirect, Redirect Using Javascript, Using Javascript | Leave a comment