| View previous topic :: View next topic |
| Author |
Message |
tjcares
Joined: 19 Jul 2009 Posts: 1
|
Posted: Sun Jul 19, 2009 4:16 am Post subject: Random Qoute |
|
|
Hi love the program but can't get it to display on the opposite surf bar in a ventrino script with the include.
The include I used was this include("../quotes.php/");
as you can see from the link the code works fine outside the program:
so what did I do wrong this time? LOL
Dave
Owner
royal family promotions |
|
| Back to top |
|
 |
NZ's Finest Site Admin
Joined: 05 Nov 2007 Posts: 245
|
Posted: Mon Jul 20, 2009 4:17 am Post subject: |
|
|
Hi Dave, the include you may want to try is:
| Code: | | include("../quotes.php"); | (without the extra / at the end)
This is also assuming you have the quotes script located in the parent directory - for example: if you have the page with the includes at yoursite.com/test/thepage.php and your quotes script at yoursite.com/quotes.php than the include above should work fine.
Let me know how it goes, and feel free to PM the website and the link where the code works fine (I can't see it in your post?) if you'd like.
Cheers. |
|
| Back to top |
|
 |
|