MySQL get content from web page (or other network resource)
Posted
by Rescommunes
on Stack Overflow
See other posts from Stack Overflow
or by Rescommunes
Published on 2010-04-07T02:34:33Z
Indexed on
2010/04/07
4:53 UTC
Read the original article
Hit count: 177
Is it possible to open a curl like object in MySQL?
What I would like to do is create procedure which would check to see if a certain value is returned from a specific URL like http://example.com/inschedule?id=200&time=20m. The returned result would be a simple string like 1 or 0.
I know it is better to have a script do this by putting a entry into a table etc. However, it would be much less complex for me to be able to do it this way.
Thanks
© Stack Overflow or respective owner