Quantcast
Channel: PHP Magic Book - Free PHP Scripts, Tutorials and Downloads » General
Browsing all 5 articles
Browse latest View live

Hello world!

PHP echo — Hello World! Yeah … exactly what I want to say right now in my first post. Here we are finally. I have learned PHP in my computer science experience journey. Now I am ready to share it with...

View Article



Custom Error Pages For Server Using PHP

This article will explain everything about error pages e.g. 404, 401,…..,425, 449, 500,….,505,…,509. The list is huge and here I have put all these error pages with their explanations, so that you may...

View Article

Simple Math in PHP

Do some Math in PHP. Here is how to do Summation, Multiplication, Subtraction, Division, Power and more in PHP. Summation <?php $sum = 16 + 30; echo $sum; ?> <?php $a = 26; $b = 30; $sum = $a...

View Article

Hide Ads from Admin at Blog

You can trace which user is logged in. Users at WordPress have levels for access. Admin access level is 10. You can simply trace if the admin is logged in and hide ads from your blog so that admin may...

View Article

PHPMagicBook Reloaded

PHPMagicBook has been very modest, small, insignificant and under the hood. It is still modest but now with a fresh look. PHPMagicBook has got a new logo style. Lately we have not been posting enough...

View Article

Browsing all 5 articles
Browse latest View live




Latest Images