Error for PHP pages

Discussion in 'Databases' started by pnt_global, Feb 15, 2009.

  1. #1
    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
     
    pnt_global, Feb 15, 2009 IP
  2. crivion

    crivion Notable Member

    Messages:
    1,669
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    210
    Digital Goods:
    3
    #2
    you can use dreamweaver very well to edit php pages
    also you could use notepad, wordpad, notepad++
     
    crivion, Feb 16, 2009 IP
  3. pnt_global

    pnt_global Peon

    Messages:
    268
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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
     
    pnt_global, Feb 16, 2009 IP
  4. crivion

    crivion Notable Member

    Messages:
    1,669
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    210
    Digital Goods:
    3
    #4
    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
     
    crivion, Feb 16, 2009 IP