Ask a Question related to PHP Development, Design and Development.
-
steve #1
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
-
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> -
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 ... -
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... -
HTML output
http://www.aspfaq.com/show.asp?id=2257 -
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... -
R. Rajesh Jeba Anbiah #2
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



Reply With Quote

