Removing depreciated messages in PHP
To remove depreciated messages form displays you can use the ~E_DEPRECATED value in the error_reporting function something like the following : error_reporting(E_ALL & ~E_DEPRECATED & ~E_NOTICE);
All Blog posts
To remove depreciated messages form displays you can use the ~E_DEPRECATED value in the error_reporting function something like the following : error_reporting(E_ALL & ~E_DEPRECATED & ~E_NOTICE);
This posts illustrates a relatively simple shopping cart using PHP sessions to store the cart details, quantities and total cart amount. The cart has an ‘add to cart’, ‘remove from cart’ and displays the total value of the cart. This …
The Amazon reviews can have a huge effect on your book sales. You need to be popular to become popular which can be tricky when you first make a book available. You need to drive as many reviews to your …
Creating a stand out front cover is a must to get your book noticed on web sites and in book shop shelves – if you are lucky to get your book that far. The front cover needs to be smart, …
The paperback version of ‘PHP Tutorials: Programming with MySQL and PHP’ has been published and is available from the Amazon book store. Do a search for the ISBN number 0992869730 or the above title should get you there or click …
It is not immediately obvious how to do different header / footer for different Chapters in a long document. The main control of this is by section breaks. For each section that requires a different header / footer you use …
Word Large Documents with different header / footer Read more »
I use Word to write and format my eBook and printed version of the book because it is easy to use and is a common platform with plenty of online help. However, it has take me a very long time …
How to remove unwanted styles from Microsoft Word Read more »