A bump in the road...

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
phice
Moderator
Posts: 1416
Joined: Sat Apr 20, 2002 3:14 pm
Location: Dallas, TX
Contact:

A bump in the road...

Post by phice »

I was busy programming my next `project`, and came to a problem.

I want to fileopen a file on another website. IE: http://www.site.com/webpage/file.php?va ... &zip=29384

But, I try to do that, and it comes up with all of these errors. Is there something I have to do to encode the url itself, or what? Because I can fileopen the same page without the '?var1=content&zip=29384', but the error comes up with the variables added.
Image Image
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

hmm..can't access it at all. Even http://www.site.com/webpage returns a 404 8O
User avatar
phice
Moderator
Posts: 1416
Joined: Sat Apr 20, 2002 3:14 pm
Location: Dallas, TX
Contact:

Post by phice »

volka wrote:hmm..can't access it at all. Even http://www.site.com/webpage returns a 404 8O
*sigh* I used http://www.site.com/webpage... as a referrence. :roll: :P
Image Image
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

ooppsi :oops:
my only excuse is: it's 5:30am here ;)

/me is going to bed immediately :D
User avatar
phice
Moderator
Posts: 1416
Joined: Sat Apr 20, 2002 3:14 pm
Location: Dallas, TX
Contact:

Post by phice »

Good idea. :D
Image Image
User avatar
phice
Moderator
Posts: 1416
Joined: Sat Apr 20, 2002 3:14 pm
Location: Dallas, TX
Contact:

Post by phice »

Anyone willing to help?
Image Image
User avatar
mydimension
Moderator
Posts: 531
Joined: Tue Apr 23, 2002 6:00 pm
Location: Lowell, MA USA
Contact:

Post by mydimension »

can we see the code for this and possibly the error messages you are getting. your description is a little vauge and doesn't give much to go on.
Post Reply