Re: neither var_dump() nor die() displays anything [message #173639 is a reply to message #173636] |
Fri, 22 April 2011 00:00 |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma:
|
Senior Member |
|
|
On 4/21/2011 1:39 PM, Jivanmukta wrote:
>> Have you tried looking at your page source?
>
> If you mean View|Source from a browser - yes, I tried: my page
> contains only result of var_dump($statementNo), no other markers nor
> text.
OK, do you have the following in your php.ini file (on your development
system):
display_errors=on
error_reporting=E_ALL // or E_ALL | E_STRICT
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
|
|
|