php.ini include path question

This is a discussion on "php.ini include path question" within the PHP Forum section. This forum, and the thread "php.ini include path question are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > PHP Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old May 10th, 2008, 14:43
Junior Member
Join Date: Apr 2008
Location: uk
Age: 23
Posts: 38
Thanks: 0
Thanked 0 Times in 0 Posts
php.ini include path question

hi, im trying to use phpmailer on my 1and1.co.uk hosting webspace but it says i need to set the include path for it to work. 1and1 allows you to set your own php.ini file to add to basic settings which is fine but ive done this but am unsure if ive done it right. the files i want to include are located in my webspace like this:

Code: Select all
/shop/file_info/admin/paypal/class.phpmailer.php
and

Code: Select all
/shop/file_info/admin/paypal/class.smtp.php
the php.ini is going to be put in the webspace root so i figured i just do the include path as follows:

Code: Select all
include_path = ".:/shop/file_info/admin/paypal/class.phpmailer.php;/shop/file_info/admin/paypal/class.smptp.php" ;
....but it isnt working, this is the only code i have in the php.ini file so im not sure if i need more or if ive even got the right syntax?

i also tried php_value include_path but this didnt work

any advice?
Reply With Quote

Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Local path. sketchfly PHP Forum 3 Aug 14th, 2007 15:03
Motion path in flash? Zonglars Flash & Multimedia Forum 7 Jul 26th, 2007 04:19
Displaying an Image in php via path in MYSQL chimp PHP Forum 1 Jul 5th, 2006 09:43
Question about my navigation include file James-Clarke Classic ASP 3 May 17th, 2005 14:36
Access port and Path from IIS humair Classic ASP 0 Apr 28th, 2004 06:10


All times are GMT. The time now is 08:13.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43