Jump to content

PHP Help please


Midnite

Recommended Posts

I am trying to do the following ...

1) get the server time from the server ...
2) check the server time and based on the hour and minutes have the script edit a .txt file on the server
3) then I would ultimately like to have some sort of PHP or maybe cron job script transfer that .txt file thru FTP ( as thats all the 2nd server has for access ) to another ( 2nd ) server to be used based on the time of day ...

If anyone could point me in the right direction I would be MOST greatful ...

Thank you in advance:
Midnite
Link to comment
Share on other sites

You can get the time with the date() function, then edit the text file with fopen(), fwrite() and fclose(). Then you can ftp the file with ftp_connect(), ftp_login(), ftp_put() and ftp_close().
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.