I need to install the PHP DOM extension on my server, however I'm using a free shared hosting host for this project, and I have no command line access, (but I can FTP/upload files, if that helps). Could this be done by using:
- a PHP file itself to download and install when I run the script? I was able to make a symbolic link from inside a php file before. I was wondering if I could do the same for setting-up PHP DOM... or
- by setting-up a cron job on cPanel to do this?
and how? Sorry for such a noob question, I haven't been that lucky with searches. Thanks in advance.