Current Page: 1 of 1
Results 1 - 6 of 6
16 years ago
dfobare
Unfortunately that didn't help. Same response.
Forum: WampServer English
16 years ago
dfobare
I'm trying to run a simple PHP form filler; here is the code: $post = "username=myusername&password=mypassword"; $ch = curl_init("; curl_setopt($ch, CURLOPT_POSTFIELDS, $post); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $out = curl_exec($ch); echo $out; All I'm getting is the /privatelogin page back, as if the POSTFIELDS command ain't working. I cribbed the above examp
Forum: WampServer English
16 years ago
dfobare
Ok, so I did a reboot. Now the wamp page shows mysql as being loaded. PHPmyadmin works. I re-hooked up Navicat, which I'm using as a frontend to mysql, and loaded in a table. Now when I try to do a mysql_connect('localhost:81','root','') call, I'm timing out. Any ideas?
Forum: WampServer English
16 years ago
dfobare
And just to make sure, I did a "sc query mysql" and mysql is not running, even after restarting wamp. Shouldn't that reload wamp's mysql?
Forum: WampServer English
16 years ago
dfobare
I followed your instructions - and the following does bring up the WAMP page properly. Except that mysql isn't listed as one of the loaded extensions. What am I missing?
Forum: WampServer English
16 years ago
dfobare
I just installed wamp 1.7.2. I've been trying to get PHP & MySQL to work on WinXP/IIS. Actually, I was able to get PHP and MySQL to work separately just fine, but was unsuccessful in getting a connection to MySQL from inside of PHP. But at least I could get them to work separately. Now with WAMP, I can't even get PHP to work. Opening up the \www\index.php doesn't trigger the wamp PHP at all
Forum: WampServer English
Current Page: 1 of 1