[PHP] re[PHP] gister_globals

2008-01-15 Thread tbt
Hi, I'm a newbie to php and i would like to set register_globals to 'on' from my php script itself(eg:- index.php). Is there any way of doing this. Thanks -- View this message in context: http://www.nabble.com/register_globals-tp14868899p14868899.html Sent from the PHP - General mailing list

[PHP] Re: re[PHP] gister_globals

2008-01-15 Thread tbt
the php files. Thanks tbt wrote: Hi, I'm a newbie to php and i would like to set register_globals to 'on' from my php script itself(eg:- index.php). Is there any way of doing this. Thanks -- View this message in context: http://www.nabble.com/register_globals-tp14868899p14871630.html

Re: [PHP] error messages

2007-10-07 Thread tbt
Yes i was looking for view parse errors on my browser but now I guess will have to use an IDE Like zend :) tedd wrote: At 10:27 PM +0200 10/5/07, Zoltán Németh wrote: 2007. 10. 5, péntek keltezéssel 12.57-kor tedd ezt írta: I long for the time where my editor said Offending syntax on

Re: [PHP] error messages

2007-10-05 Thread tbt
I added the following lines to the top of my script but still no error messages show up on the browser. When a php error occurs the entire page is still shown blank. Larry Garfield wrote: On Friday 05 October 2007, Paul Scott wrote: On Thu, 2007-10-04 at 22:38 -0700, tbt wrote: I'm

Re: [PHP] error messages

2007-10-05 Thread tbt
yes it is pscott wrote: On Fri, 2007-10-05 at 00:32 -0700, tbt wrote: I added the following lines to the top of my script but still no error messages show up on the browser. When a php error occurs the entire page is still shown blank. Is your script *supposed* to output

[PHP] error messages

2007-10-04 Thread tbt
Hi I'm a newbie to php and i would like to know a way of viewing runtime errors on the browser. Currently when an error occurs nothing is displayed on the browser. Is there any way of viewing all error messages on the browser itself. Thanks -- View this message in context:

[PHP] setting the document root path in linux

2007-09-19 Thread tbt
Hi I'm a newbie to php and I'm using require_once($_SERVER['DOCUMENT_ROOT']./includes/class.announcement.php); to import pages in php. This works fine on a windows environment. However when I move this application to a linux environment the files dont get imported properly. This is