How to redirect to a page with plain PHP
Learn how to create a redirect function without the help of any framework using plain PHP.
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
Learn how to create a redirect function without the help of any framework using plain PHP.
Learn how to generate a QR Code with a logo in the middle.
Learn why this error appears in your project and how to solve it.
Learn how to deal with the SSL Certificate problem when accesing a rest api with unirest in php.
Learn how to run a console command without await for the output using PHP in unix and windows environments.
Learn how to resize a image with PHP easily.
Learn how to solve the unable to get local issuer certificate error on your php distribution.
Learn how to retrieve the difference in years (and other formats) between 2 dates with php.
What does every composer function exactly.
Learn how to upload a file within a form asynchronously with jQuery ajax.