Search found 6 matches
Aprelium Forum Index
Author Message
  Topic: Display Abyss X2 Global Variable Values
ale

Replies: 3
Views: 11746

PostForum: General Questions   Posted: Fri Feb 26, 2010 12:37 pm   Subject: Display Abyss X2 Global Variable Values
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

PostForum: General Questions   Posted: Wed Feb 10, 2010 11:41 am   Subject: My web doesn't display internaltional language properly
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

PostForum: PHP   Posted: Sun Dec 16, 2007 12:45 pm   Subject: PHP.INI + MAMBO installation
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

PostForum: PHP   Posted: Fri Dec 14, 2007 8:24 pm   Subject: REDIRECT_STATUS Environment Variable
Thanks for the clear and concise answer, I understood
  Topic: REDIRECT_STATUS Environment Variable
ale

Replies: 4
Views: 18027

PostForum: PHP   Posted: Fri Dec 14, 2007 5:01 pm   Subject: REDIRECT_STATUS Environment Variable
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

PostForum: PHP   Posted: Wed Dec 12, 2007 8:01 pm   Subject: REDIRECT_STATUS Environment Variable
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 ...
 
Page 1 of 1
All times are GMT + 1 Hour
Jump to:  


Powered by phpBB phpBB Group