Thanks Owen, I'll try to fix them.
Jude, correct. I have a page that I want to embed S9Y in it. I have limited knowledge of PHP and or HTML. that's why I'm stuck!
blog shows only one atricle and nothing else,what's wrong?
-
Don Chambers
- Regular
- Posts: 3659
- Joined: Mon Feb 13, 2006 2:40 am
- Location: Chicago, IL, USA
- Contact:
-
MyPersianBay
- Regular
- Posts: 13
- Joined: Fri Jan 12, 2007 6:19 pm
-
MyPersianBay
- Regular
- Posts: 13
- Joined: Fri Jan 12, 2007 6:19 pm
I corrected the first error by adding // and omiting this line "header('HTTP/1.0 200')"
here it is:
http://www.mypersianbay.com/serendipity1/test.php
Update:
I fixed it all! Thanks all for your help.
Here is the trick:
I didn't need these lines in the wrapper!
chdir("http://www.mypersianbay.com/serendipity1/");
Also since the header was already printed, I elliminated all the lines relating to the header in the index.php file.
here it is:
http://www.mypersianbay.com/serendipity1/test.php
Update:
I fixed it all! Thanks all for your help.
Here is the trick:
I didn't need these lines in the wrapper!
chdir("http://www.mypersianbay.com/serendipity1/");
Also since the header was already printed, I elliminated all the lines relating to the header in the index.php file.