Search found 4 matches
- Wed Sep 20, 2006 5:46 pm
- Forum: PHP - Code
- Topic: Redirecting Web Link Problem
- Replies: 2
- Views: 167
I believe the URL itself is good. For example, when I cut and paste the URL straight into a browser, it downloads the report as it should. So I use that same URL in my php code. However, the message I get has altered the URL in the output message. The code goes in fine by me, but the php part of it ...
- Wed Sep 20, 2006 10:17 am
- Forum: PHP - Code
- Topic: Redirecting Web Link Problem
- Replies: 2
- Views: 167
Redirecting Web Link Problem
I'm trying to open the following web link. It is linking to a reporting program called Discoverer. When I simply paste the link into my browser, it opens the Discoverer report just like it should. When I try to run this php program, the web link gets redirected (as I interpreted by the dnld.txt outp...
- Tue Sep 12, 2006 3:14 pm
- Forum: PHP - Code
- Topic: Call to undefined function: curl_init()
- Replies: 2
- Views: 202
Thanks
The Ninja Space Goat wrote:it means you don't have curl intalled
Ok thanks. I am now in the process of installing/configuring curl as I speak. Hopefully I am doing it right and all will be good when it's finished.
- Tue Sep 12, 2006 1:58 pm
- Forum: PHP - Code
- Topic: Call to undefined function: curl_init()
- Replies: 2
- Views: 202
Call to undefined function: curl_init()
When I try to run the following code, I get the following error: <!doctype html public "-//W3C//DTD HTML 4.0 //EN"> <html> <head> <title>Title here!</title> </head> <body> <p><big>This is my Default Home Page -- index.html ... </big></p> <? phpinfo(); $ch = curl_init(); curl_setopt($ch, CU...