Hi Friends I have one php website with many database pages, now i want to update meta tags on that, when i opened php page in dreamweaver its giving error "create php environment. Please tell me how can i update meta tags on php pages and which software i should use for that. Also suggest me for database pages. Thanks in Advance
Yes friend i tried all ways but its giving same code error see below "<?php /*======================================================================*\ || #################################################################### || || # vBulletin 3.7.3 Patch Level 1 || # ---------------------------------------------------------------- # || || # Copyright ©2000-2008 Jelsoft Enterprises Ltd. All Rights Reserved. || || # This file may not be redistributed in whole or significant part. # || || # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # || || # http://www.vbulletin.com | http://www.vbulletin.com/license.html # || || #################################################################### || \*======================================================================*/ // ####################### SET PHP ENVIRONMENT ########################### error_reporting(E_ALL & ~E_NOTICE); // #################### DEFINE IMPORTANT CONSTANTS ####################### define('THIS_SCRIPT', 'index'); define('CSRF_PROTECTION', true); define('CSRF_SKIP_LIST', '');" please tell me why i am getting this error am i missing anything? Thanks
haha lol sorry because I am laughing man but you're not getting any error error_reporting(E_ALL & ~E_NOTICE); is a php function which notices php engine to show errors on page if any check php.net/error_reporting