I recently asked a question about a php error
after playing with the php.ini file I found that after commenting
extension=php_soap.dll
I got the same error as I did on the internet
so I relized that line on 000webhost's php.ini file must be commented
Other than hack into 000webhost and change the file I don't know how to uncomment a line
all I need to do is change
;extension=php_soap.dll
to
extension=php_soap.dll
I cannot use a php function because this only allows you to change an existing line not one that is commented
what am I to do
I tried copying php_soap.dll and putting in the same directory as my php file but I still got the same error
I don't know what to do