Hi guy,
I'm having problems with function file_get_contents
My server have turned of allow_url_include (as almost every other) for security reasons. Is there any way I could get forms from external server without using file_get_contents function. I've tried curl but with no luck.. just geting 503 error. Nothing works
Any thoughts ?
Edit >
btw this is where im testing out plugin.. http://lab.designitive.com/
I'm having problems with function file_get_contents
My server have turned of allow_url_include (as almost every other) for security reasons. Is there any way I could get forms from external server without using file_get_contents function. I've tried curl but with no luck.. just geting 503 error. Nothing works
Any thoughts ?
Edit >
btw this is where im testing out plugin.. http://lab.designitive.com/
Comment