This is a discussion on cURL and relative paths within the PHP General forums, part of the PHP Programming Forums category; I'm coming up against a brick wall on this one. Can one cURL in a web page while automatically ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I'm coming up against a brick wall on this one.
Can one cURL in a web page while automatically resolving all the relative file paths? I've fooled around with regexp to resolve this issue, but it is not a real stable solution. I tried the archives and googled, but there appears to be no solution to this. Any advice? ck |
|
|||
|
Try the <base href=""> tag in your page.
I used it to automate login from my protected user pages to our webmail program. Koen "Colin Kettenacker" <list@novus-tele.net> schreef in bericht news:BB7D2144.36C4C%list@novus-tele.net... > I'm coming up against a brick wall on this one. > > Can one cURL in a web page while automatically resolving all the relative > file paths? I've fooled around with regexp to resolve this issue, but it is > not a real stable solution. > > I tried the archives and googled, but there appears to be no solution to > this. > > Any advice? > > ck |