Last chat QQ one mm asked me. Why can't my space can't run PHP.
I: I can't! As long as the space supports PHP. MM: What is supported PHP. I: Halo, this is not known. You are space. MM: 51.Net free space. I: Pour, free space only support Static html, it is no way. You spend money to buy a space that supports PHP. MM: 55555555555555555555
After that, I have been thinking about this problem. How to make static spaces to dynamize. Today I suddenly came into a sense :) The machine has to make a PHP server (no need to say) 2.php automatically generates a static page (this is not said) 3. The application of FTP function (specifically " $ Ftp_connect = ftp_connect (" ftp address); / / Connect ftp $ ftp_login = ftp_login ($ ftp_connect, "username", "password"); // Login FTP $ ftp_put = ftp_put ($ ftp_connect, "The file name to upload", "Upload address and file name", ftp_binary ); // upload file?>
I can understand my thoughts! Just use the ftp function to be uploaded immediately after the mass generation page. Oh! All updates are completed in this machine. You can go high! Go! Go to bed!