Jump to content

automatically upload videos to a site problem


shah

Recommended Posts

Well you say your good with PHP so its kinda hard to say where your stuck

this would be my basic steps

 

Well first step is knowing the problem.

first workout how to do it manually

then break it down in to smaller steps

 

#1 look at the form and write down fields are needed etc

#2 create a script to build up that data and send a post request

#3 check results/output

#4 create a script to check for the conditions (ie new file to be added) and get that to create a log

#5 test #4 check logs

#6 put that script (#4) into a cron job, and check the logs

#7 update #4 to use script from #2

#8 refactor code (clean up etc)

 

hope that helps,

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.