wednesday Posted November 21, 2006 Share Posted November 21, 2006 Hi There.Massive apologies in advanced. Absolute novice at all this. Sorry to trouble you with such simple stuff.I have a web-site, somebody made for me, that I am trying to update: http://www.regencyint.comhttp://www.regencyint.com/market.php has some links under Other Articles. These don't seem to be working and I can't fathom why.I have created these files by (for example) duplicating the market.php changing the file name itself to pensions.php and within the code 'main' => "market.tpl" to 'main' => "pensions.tpl".I then edit the text in market.tpl using dreamweaver and resave as pensions.tplThen I upload pensions.tpl and (I think) in theory it should work. But it does not. 'There's the rub' as ol' Will would say.I only get a blank page, so I'm thinking that it could be the php (but what do I know?!) Would much appreciate any advice/help/guidance anyone could offer.Many thanks.Keep on keeping on. Link to comment https://forums.phpfreaks.com/topic/27962-white-pagesbroken-links/ Share on other sites More sharing options...
craygo Posted November 21, 2006 Share Posted November 21, 2006 post the code for one of the pages that does not work. Can't help without some code to go by.Ray Link to comment https://forums.phpfreaks.com/topic/27962-white-pagesbroken-links/#findComment-127903 Share on other sites More sharing options...
wednesday Posted November 21, 2006 Author Share Posted November 21, 2006 Sure thing Ray.Here is the code for the PHP.<?phpinclude('template.php'); $template->set_filenames(array( 'main' => "indiantaxlaw.tpl" ) ); //include('function.php');//readFeeds("http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/business/rss.xml");$template->pparse("main");?> Link to comment https://forums.phpfreaks.com/topic/27962-white-pagesbroken-links/#findComment-127907 Share on other sites More sharing options...
craygo Posted November 21, 2006 Share Posted November 21, 2006 lol Going to need a little more than that. The links on the page[code]Other ArticlesRetirement planning >>Retirement planning continued >>UK Domicility >> UK Domicility continued >>Cross Border Wills >>EU Directive>> Pensions >> [/code]What does their code look like?? also post the code to the page they go to.Ray Link to comment https://forums.phpfreaks.com/topic/27962-white-pagesbroken-links/#findComment-127912 Share on other sites More sharing options...
wednesday Posted November 21, 2006 Author Share Posted November 21, 2006 Sorry. Sorry. Of courseOther Articles<br /> </span><span class="style13"><a href="retirementplanning.php">Retirement planning >><br /> </a><a href="retirementplanning.php">Retirement planning continued >><br /> </a><a href="ukdomicility.php">UK Domicility >></a> </span><a href="ukdomicility2.php"><br /> UK Domicility continued >><br /> </a></span><span class="style13"><a href="crossborderwills.php">Cross Border Wills >><br /> </a><a href="eudirective.php">EU Directive>></a> <br /> <a href="contact.php">Pensions >></a> <br /></span> Link to comment https://forums.phpfreaks.com/topic/27962-white-pagesbroken-links/#findComment-127914 Share on other sites More sharing options...
wednesday Posted November 21, 2006 Author Share Posted November 21, 2006 So this one... 'talks to' indiantaxlaw.tpl<?phpinclude('template.php'); $template->set_filenames(array( 'main' => "indiantaxlaw.tpl" ) ); //include('function.php');//readFeeds("http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/business/rss.xml");$template->pparse("main");?> Link to comment https://forums.phpfreaks.com/topic/27962-white-pagesbroken-links/#findComment-127915 Share on other sites More sharing options...
wednesday Posted November 21, 2006 Author Share Posted November 21, 2006 Is that enough stuff? I'm having difficulty posting the code of the tpl file into the forum, perhaps because it's too long?Thanks for your time. Link to comment https://forums.phpfreaks.com/topic/27962-white-pagesbroken-links/#findComment-127925 Share on other sites More sharing options...
wednesday Posted November 22, 2006 Author Share Posted November 22, 2006 Hello PHPfreaks.I've still not resolved my problem. Can somebody kindly assist me?Many thanks.W. Link to comment https://forums.phpfreaks.com/topic/27962-white-pagesbroken-links/#findComment-128288 Share on other sites More sharing options...
wednesday Posted November 22, 2006 Author Share Posted November 22, 2006 Nobody want to help little ol' me? :( Link to comment https://forums.phpfreaks.com/topic/27962-white-pagesbroken-links/#findComment-128399 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.