RE: Parse Error... how to fix?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



GH <mailto:garyhotko@xxxxxxxxx>
    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



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux