Hello,
I've made an accounts creator with the help of httpsocket.php
Everything works fine,But I'm attempting to make an errors checker (Check whether the username and subdomain already exists)
$result = $sock->fetch_body();
I'm attempting to use the instr command to find the error message in $ result.
But the problem is that $result is not always getiting the whole HTML source.
Is there some way to make sure that $result will get the whole HTML source?
Thanks in advance!
Best regards,
DAUser.
I've made an accounts creator with the help of httpsocket.php
Everything works fine,But I'm attempting to make an errors checker (Check whether the username and subdomain already exists)
$result = $sock->fetch_body();
I'm attempting to use the instr command to find the error message in $ result.
But the problem is that $result is not always getiting the whole HTML source.
Is there some way to make sure that $result will get the whole HTML source?
Thanks in advance!
Best regards,
DAUser.