[PHP] Re: re[PHP] gister_globals

2008-01-15 Thread tbt
ing a .htaccess file. Is there anyway to modify my php files so that it works correctly when register_globals is set to 'off'. I only need the value of the variable $refString accessible from all the php files. Thanks tbt wrote: > > Hi, > > I'm a newbie to php and i

[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 a

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 syn

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. >>

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 -070

[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: http://www.nabble.co

[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 beca