--- In [email protected], "Patrick Bierans" <[EMAIL PROTECTED]> wrote: > > <?php > > require_once("private_stuff/paths.php"); > > > > // I've also tried include "the_path/the_file.php"; > > > > echo $my_path; > > ?> > > > > and my paths.php is like > > > > <?php > > $my_path = "private_stuff/other_files"; > > ?> > > > > I've tried every variation of this I can think of and nothing seems to > > work on the PHP4/Linux server. Once I get this resolved, I'm sure > > I'll run into some Smarty issues next :-(. > > lookup php.ini if the current dir (" . ") is in INI_PATH
I'm not sure I understand what you mean. The problem is on my ISPs server. I don't have access to INI_PATH. Community email addresses: Post message: [email protected] Subscribe: [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] List owner: [EMAIL PROTECTED] Shortcut URL to this page: http://groups.yahoo.com/group/php-list Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php-list/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
