html output getting garbled

Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default html output getting garbled

    Hi,
    My Windows machine running PHP Version 4.3.4, Apache, mysql, Zend IDE
    has developed a strange problem whereas the html code coming out of
    php sometimes gets garbled in unpredicatable ways, i.e. my html page
    shows gibberish or I get a server error altogether, which is traced
    from log file to garbled html code.

    Has anyone seen this? I wanted to fix this, before I do a complete
    reinstall of php.

    --
    [url]http://www.dbForumz.com/[/url] This article was posted by author's request
    Articles individually checked for conformance to usenet standards
    Topic URL: [url]http://www.dbForumz.com/PHP-html-output-garbled-ftopict153165.html[/url]
    Visit Topic URL to contact author (reg. req'd). Report abuse: [url]http://www.dbForumz.com/eform.php?p=512805[/url]
    steve Guest

  2. Similar Questions and Discussions

    1. Can't output a variable to HTML
      I have this code on a page: <p class="appTitle"> <?php echo "$appTitle"; ?> </p> But the resulting HTML is: <p class="appTitle"> </p>
    2. Output to (X)HTML
      Using this code: #! /usr/local/bin/perl use diagnostics ; use warnings ; use strict ; use List::Util qw (sum) ; #not in the standard distro ...
    3. How do you debug HTML output?
      You should be able to override the Render method of your page object and get the final output from there. The HtmlTextWriter parameter should hold...
    4. HTML output
      http://www.aspfaq.com/show.asp?id=2257
    5. The right way to Encode html output
      What is the best way for that? I store all Data in the original form in the Database. To prevent output fields (especially the fields everyone can...
  3. #2

    Default Re: html output getting garbled

    steve <UseLinkToEmail@dbForumz.com> wrote in message news:<4153b2a6$1_1@alt.athenanews.com>...
    > Hi,
    > My Windows machine running PHP Version 4.3.4, Apache, mysql, Zend IDE
    > has developed a strange problem whereas the html code coming out of
    > php sometimes gets garbled in unpredicatable ways, i.e. my html page
    > shows gibberish or I get a server error altogether, which is traced
    > from log file to garbled html code.
    >
    > Has anyone seen this? I wanted to fix this, before I do a complete
    > reinstall of php.

    Not sure, but may be the problem with auto gzip feature. Tried in
    various browsers?

    --
    | Just another PHP saint |
    Email: rrjanbiah-at-Y!com
    R. Rajesh Jeba Anbiah Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139