Author |
Message |
Topic: Display Abyss X2 Global Variable Values |
ale
Replies: 3
Views: 11746
|
|
You may try this for PHP
<?php
echo "Total hits: " . $_SERVER['X_ABYSS_STATS_SERVER_TOTAL'];
?>
|
Topic: My web doesn't display internaltional language properly |
ale
Replies: 3
Views: 11903
|
|
You already asked here: <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
but make sure the editor you're using does support Unicode and save the file as U ... |
Topic: PHP.INI + MAMBO installation |
ale
Replies: 9
Views: 23588
|
|
magic_quotes_gpc and register_globals are both two settings in php.ini file
if you create a file called index.php in the htdocs folder with just this line of code <?php phpinfo(); ?> ... |
Topic: REDIRECT_STATUS Environment Variable |
ale
Replies: 4
Views: 18027
|
|
Thanks for the clear and concise answer, I understood |
Topic: REDIRECT_STATUS Environment Variable |
ale
Replies: 4
Views: 18027
|
|
So to recap we have two possibilities
a) Generally PHP default is cgi.force_redirect = 1, like in the Windows installer offered on the PHP web site and we need to declare a REDIRECT_STATUS custom e ... |
Topic: REDIRECT_STATUS Environment Variable |
ale
Replies: 4
Views: 18027
|
|
I chose to install PHP without using the preconfigured package as a learning experience. I had a few problems at the beginning until in "FastCGI (Local - Pipes)" I changed the Type option fr ... |
|