[PHP] Re: Location in php's source for ini-values

2008-02-02 Thread ehl lhe
please, don't ask me why I need this - I know exactly why I need it and why there is no other solution... thanks anyway, regards ehl22 _ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.ms

[PHP] Re: Location in php's source for ini-values

2008-02-02 Thread Nathan Rixham
ehl lhe wrote: hello, I'd like to know where PHP finally sets the php.ini-values in it's sourcecode, e.g. max_execution_time, open_basedir, etc... What I need is to set several static values which must not be editable using php.ini, .htaccess, ini_set, or whatever - so I simply need to set fi

[PHP] Re: Location ....

2005-12-31 Thread zerof
Christian Ista escreveu: Hello, Could you tell me a efficient solution for change page (new location) in PHP? I tried this code : header("Location: mypage.php"); - If you are at Apache environment, the best choice is to redirect 301 our 302 via .htaccess. redirect 301 -> for pages/files

[PHP] Re: Location header does not work?

2004-08-03 Thread Nadim Attari
just suggesting... try this: if ($option == 'content' and $task == 'view' and $id == 159 and $Itemid == 162) { session_write_close(); header("Refresh:0; url=https://computing.eng.iastate.edu/mambo/index.php?option=content&task=vi ew&id=159&Itemid=162"); exit; } let us know whether it

[PHP] Re: "location bar"

2001-08-14 Thread lallous
I don't believe such locations can't be displayed. Usually location contains: http://server/directory/file.ext The ':' used in the location denotes the port number that is used to connect to the web server. Maybe javascript can do that. Don't know exactly how. Good luck. "Wolfgang Schneider" <[