Data with sockets
Hi,
It is possible to get certain data from a .php file using the sockets module? For example in a test.php i have: Code:
$something = "value"; |
Re: Data with sockets
PHP Code:
GET /test.php?get=something ... |
Re: Data with sockets
Can you please give a working example?
|
Re: Data with sockets
|
Re: Data with sockets
Yes i know but for some reasons that example is not working properly .. that task - connect_web is returning nothing.
|
Re: Data with sockets
Clauu
Did you change PHP Code:
|
Re: Data with sockets
Obviously .. :) Everything is ok the connection is established but nothing is returned.
|
Re: Data with sockets
That's strange.
Add logging to check what exactly you send. And what exactly returned. Re-check your php file. |
Re: Data with sockets
Logging for what ? that plugin is mented to retrieve some data from that .php file.
If i remove the if statement - if (equal(line_variable, "some_value")) this is what i get: Code:
Value is 200 |
Re: Data with sockets
Traffic log seems ok.
So the problem you don't get any response for your request? |
| All times are GMT -4. The time now is 04:24. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.