Search found 4 matches

by debug
Fri Mar 13, 2009 5:13 pm
Forum: PHP - Code
Topic: file reference problems.
Replies: 6
Views: 182

Re: file reference problems.

thanks! that works perfectly.
by debug
Fri Mar 13, 2009 4:47 pm
Forum: PHP - Code
Topic: file reference problems.
Replies: 6
Views: 182

Re: file reference problems.

I was just using reality debug.co.uk as a test and it could be working on any site on the net. How would I go around inserting <base href= $url > into the code? It had occurred to me that using regular expressions might be required but base href seems like a much simpler way of doing it. Thanks again!
by debug
Fri Mar 13, 2009 3:56 pm
Forum: PHP - Code
Topic: file reference problems.
Replies: 6
Views: 182

Re: file reference problems.

Well that site contained within the above code is mine so I won't be 'copying' that site. Yeah it actually occurred to me just after posting that this kinda code could be pretty dodgy. All I'd like to do is write a really simple word substitution program kinda like the 'Dialectizer' (http://rinkwork...
by debug
Fri Mar 13, 2009 3:28 pm
Forum: PHP - Code
Topic: file reference problems.
Replies: 6
Views: 182

file reference problems.

Hi- I'm using this code to load in a website and then echo it out to hopefully have it looking exactly like the original site however because some of the images/css and other files contained with the HTML are referenced in a relative manner and not absolute it doesn't display the page properly. Any ...