Jump to content

pepo

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

pepo's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. first make sure there is no white spaces around the opening and closing php tags then place this line header ("Content-type: image/jpg"); immediately after the opening php tag <?php
  2. yes, it's the right one. here is the result using the phpinfo() [attachment deleted by admin]
  3. Hi all. am facing a little problem with my php.ini configuration (WampServer2.0c) for now, am still learning php. and am try to understand some output control function.. am trying to debuge the error that well hapen whene am use an code like the following <html> <head> <title>example</title></head> <body> example body </body></html> <?php header ('Content-Type: text/html'); ?> this code should generate a warning. but it's not. [from my php.ini] error_reporting = E_ALL display_errors = stdout output_buffering = Off what did I miss?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.