Skip to content Skip to main menu
PHP Web Applications
Information and support for products of WithinWeb.com
Menu
  • WITHINWEB
  • BLOG
  • ABOUT US
Home › 2013 › May

Monthly Archives: May 2013

Removing depreciated messages in PHP

Posted on May 25, 2013 by paulv — No Comments ↓

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);

Posted in General PHP

Recent Posts

  • Updated book PHP Tutorials: Programming with PHP and MySQL
  • Bootstrap 4 NavBar make Rollover for DropDown Navigation and Clickable Top Link
  • Sell digital downloads – pros and cons of different methods
  • A Shopping Cart using PHP Sessions
  • Analyzing Google Webmaster Statistics with Spreadsheets
  • Updating SQLite database when updating a Xamarin Forms App for iOS and Andriod
  • PHP-eSeller updated with Album display
  • Do I need SSL on my Web Server for use with PayPal IPN?
  • WordPress Plugin for selling License Key Codes – PHP-KeyCodes
  • Using Subversion for WordPress Plugins

Categories

  • eBooks (14)
  • General PHP (50)
    • Classes (3)
    • EasyPHP (3)
    • PDO Objects (2)
    • Regular Expressions (8)
  • Other (2)
  • PHP-eSeller (55)
  • PHP-KeyCodes (32)
  • PHP-Register (4)
  • PHP-SecureArea (29)
  • Security Issues (6)
  • Shopping carts (8)
    • PayPal (3)
  • Site Design (7)
  • SOE (17)
  • SQL databases (18)
    • SQL Injection (2)
© 2026 PHP Web Applications
Responsive II powered by WordPress
↑