PHP

Create slug with PHP

Function generateSlug() generates seo friendly url slug after receiving a string parameter. All unsupported url characters are removed from the string automatically..


PHP | Programming | SEO | Slug | String | URL

Get Future Date with PHP

With function GetFutureDate(), the date after x number of days can be calculated since a specific date. Just pass a date and an integer argument to this function to see the date..


Date | PHP | Programming