User Profile

Collapse

Profile Sidebar

Collapse
dfm
dfm
Last Activity: Mar 5 '08, 07:08 AM
Joined: Feb 29 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • dfm
    replied to Warning: Cannot modify header information
    in PHP
    meant put the connection string in the test page, sorry
    See more | Go to post

    Leave a comment:


  • dfm
    replied to Warning: Cannot modify header information
    in PHP
    [HTML]«åO;½kã2ßÍ:ÿ— S
    ™8® §‡|¹}yá 5¸¹æ¶‡½õ
    ¬{w,0ÅpÅ?‚ÿ>Ϋï ËÅq$XÉQ|¢àoex
    kžk`y(¤¢±_ ˜\{çN]_p䂦«Š&ÿŸµã
    /¿'ZÕ±æ¶
    ßÌ=»Õáf ûCû}oã—Óˆi©À YvÁ
    ©a)a)a)a)a )a)a)a)a)a 
    )a)a)a)a+åØ ”9øgÅ,ÒI<ðŽ«Ïs
    à—Sµ>5LÔÝéÛÆo nNµ=RÑSÕ
    =QÕ=QÕNî9-¸ã%.8ÉKŽ2...
    See more | Go to post
    Last edited by ronverdonk; Mar 3 '08, 11:21 AM. Reason: code too wide

    Leave a comment:


  • dfm
    replied to Warning: Cannot modify header information
    in PHP
    I tried that, its displaying a picture box with a red x in it and the funny characters next to it ?
    See more | Go to post

    Leave a comment:


  • dfm
    replied to Warning: Cannot modify header information
    in PHP
    [php]<?
    $host="******";
    $username="**** **";
    $password="**** ***";
    $dbname="secwho use";
    mysql_connect(" $host","$userna me", "$password" );
    mysql_select_db ("$dbname");
    header("Content-type: image/jpeg");
    ?><head>
    <title>Securi ty Warehouse Sample Concept</title>
    </head>...
    See more | Go to post
    Last edited by ronverdonk; Mar 3 '08, 01:09 PM. Reason: make up text

    Leave a comment:


  • dfm
    replied to Warning: Cannot modify header information
    in PHP
    [PHP]<?
    $host="******";
    $username="**** **";
    $password="**** ***";
    $dbname="secwho use";
    mysql_connect(" $host","$userna me", "$password" );
    mysql_select_db ("$dbname");
    header("Content-type: image/jpeg");
    ?>[/PHP[HTML]]<head>
    <title>Securi ty Warehouse Sample Concept</title>...
    See more | Go to post

    Leave a comment:


  • dfm
    started a topic Warning: Cannot modify header information
    in PHP

    Warning: Cannot modify header information

    Hi, I cant change the header to display images from a database. It's giving me this error :

    Warning: Cannot modify header information - headers already sent by (output started at /home/content/d/f/m/dfmcons/html/secwhouse/index.php:18) in /home/content/d/f/m/dfmcons/html/secwhouse/index.php on line 71

    Here is the code :
    [php]
    <?
    mysql_connect(" $host","$userna me", "$password" );...
    See more | Go to post
    Last edited by ronverdonk; Mar 3 '08, 11:23 AM. Reason: code within code tags
No activity results to display
Show More
Working...