Posted by macca on 09/26/07 19:21
Me thinks you need to read up a bit on php. Try http://w3schools.com/php/default.asp $language = 'Arabic'; if ($language == 'Arabic'){ echo "<html><head><title>Some HTML and Arabic stuff</title></head>"; } elseif ($language == 'English'){ echo "<html><head><title>Some HTML and English stuff</title></head>"; } else { echo "You must choose a Language"; } Regards, Paul
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming