Posts Tagged ‘mark’

PHP Tutorials: Ternery Operator (Inline IF statement)

The ternary operator is essentially an inline IF statement, saving a lot of time and lines of code. In this tutorial we shorten around 9 lines, to 2. Official website phpacademy.org Support Forum http Follow us on Twitter! twitter.com

PHP Tutorials: Dynamic Pages (Part 3/3)

Load files into a content area dynamically using $_GET (eg index.php?p=contactus) WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com

PHP Tutorials: Dynamic Pages (Part 2/3)

Load files into a content area dynamically using $_GET (eg index.php?p=contactus) WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com

PHP Tutorials: Dynamic Pages (Part 1/3)

Load files into a content area dynamically using $_GET (eg index.php?p=contactus) WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com

PHP Tutorials: Automatically Watermark Image on Upload

This will automatically upload, save and display a watermarked image. The user will upload an image, it will then be processed and an external watermark image will be placed in the bottom right hand corner. The watermarked image will then be saved and is ready to be used. FORUM phpacademy.org TWITTER twitter.com BLOG blog.phpacademy.org