GH <mailto:[EMAIL PROTECTED]>
    on Thursday, December 16, 2004 10:10 AM said:

> However, I can not get any results into the <title> tags.... all three
> options are not displaying....

try:

<?php

  echo "<pre>";
  print_r($language['program_name']);
  echo "</pre>";

?>

If you don't see anything then there's no data in your variable. Thus
the problem is not occuring during the outputting but of the data but
rather the point at which the data is assigned to the variable.


hth,
Chris.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to