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
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
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
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
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" <[
5 matches
Mail list logo