PHP Tips

How to redirect a user in PHP in seconds?How to redirect a user in PHP in seconds?

How to redirect a user in PHP in seconds?

Do you want to redirect your users after the job of current page is completed. It's easy. Just redirect.Redirect with… Read More

6 years ago
How to obtain current URL data with Smarty?How to obtain current URL data with Smarty?

How to obtain current URL data with Smarty?

Do you want to get the current URL data of and page using Smarty. Here is the way to do… Read More

6 years ago
PHPMailer – Unable to find the socket transport “ssl” on WAMP issue? | SolvedPHPMailer – Unable to find the socket transport “ssl” on WAMP issue? | Solved

PHPMailer – Unable to find the socket transport “ssl” on WAMP issue? | Solved

SMTP -> ERROR: Failed to connect to server: Unable to find the socket transport "ssl" - did you forget to… Read More

6 years ago
How to make SEO friendly URLs from any string with PHP?How to make SEO friendly URLs from any string with PHP?

How to make SEO friendly URLs from any string with PHP?

I wanted to convert very complicated strings in to SEO friendly URLs. The challenge was to generate a unified URL… Read More

6 years ago