allaboutmadonna.com Posted October 10, 2004 Posted October 10, 2004 I'm trying to make my site completely XHTML / CSS 2.0 valid and I have problems with some links... Anyway how can I make external page with all links and just connect to it with PHP ? Quote
TCH-Bruce Posted October 10, 2004 Posted October 10, 2004 If you are talking about embedding it within an existing web page, yes, you do it something like this. <?php include $_SERVER['DOCUMENT_ROOT']."/yourlinks.html"; ?> Quote
allaboutmadonna.com Posted October 10, 2004 Author Posted October 10, 2004 Sorry my english is not really good... I was thinking about making links (to other web sites) that will look like this : http://www.allaboutmadonna.com/scripts/site_info.asp?id=01 http://www.allaboutmadonna.com/scripts/site_info.asp?id=02 http://www.allaboutmadonna.com/scripts/site_info.asp?id=03 (this is asp example, i'll need php) Quote
TCH-Don Posted October 10, 2004 Posted October 10, 2004 Blue just posted a link on tuesday in a thread about this very subject that may help. read thread Quote
allaboutmadonna.com Posted October 10, 2004 Author Posted October 10, 2004 That's not it I'll try again ... asp sample example : When you click on http://www.designersnetwork.org/scripts/si...isit.asp?id=370 you'll visit http://www.regnum-obscuri.org/ I need this 'couse I'm having troubles with very long links that aren't valid like : http://www.fanfire.com/artistName=Madonna&sourceCode=FAF203 or http://www.amazon.com/exec/obidos/external...onna&mode=music Quote
TCH-Bruce Posted October 10, 2004 Posted October 10, 2004 (edited) You can get this to validate by replacing the "&" with & www.fanfire.com/artistName=Madonna&sourceCode=FAF203 Edited October 10, 2004 by TCH-Bruce Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.