Jump to content

Recommended Posts

Posted

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 ?

Posted

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";

?>

Posted

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)

Posted

:dance:

That's not it :blink:

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...