php Programming Glossary: automation
Merge a table and a change log into a view in PostgreSQL http://stackoverflow.com/questions/10109564/merge-a-table-and-a-change-log-into-a-view-in-postgresql to supply the column definition list automatically Full automation I use a number of advanced PostgreSQL features here crosstab..
PHP - Convert File system path to URL http://stackoverflow.com/questions/1240462/php-convert-file-system-path-to-url url filesystems share improve this question IMHO such automation is really error prone. You're far better off using some explicit..
Create Word Document using PHP in Linux http://stackoverflow.com/questions/124959/create-word-document-using-php-in-linux Word documents you need a Windows based web server and COM automation. I highly recommend Joel's article on this subject. share improve..
PHP script to automate login and form submit http://stackoverflow.com/questions/16588073/php-script-to-automate-login-and-form-submit parameters How can I do the same using PHP php curl automation share improve this question I recommend using this class..
Is there a PHP equivalent of Perl's WWW::Mechanize? http://stackoverflow.com/questions/199045/is-there-a-php-equivalent-of-perls-wwwmechanize would be much quicker if I could do the above in PHP. php automation screen scraping mechanize www mechanize share improve this..
Setting up a deployment / build / CI cycle for PHP projects http://stackoverflow.com/questions/2180460/setting-up-a-deployment-build-ci-cycle-for-php-projects on how to set this up Solutions that provide as much automation as possible for example by creating a skeleton API test cases..
Should I use a single or multiple database setup for a multi-client application? http://stackoverflow.com/questions/255616/should-i-use-a-single-or-multiple-database-setup-for-a-multi-client-application a database for each new client An important factor is automation I want it to be dead simple to create a new client and perhaps..
How to auto-deploy web-app http://stackoverflow.com/questions/2754676/how-to-auto-deploy-web-app on the right track to solve this Thank you php deployment automation share improve this question you may want to check out phing..
Timed Tasks (cron-like) in PHP http://stackoverflow.com/questions/318361/timed-tasks-cron-like-in-php featureful implementation of some subset of these php automation cron scheduling share improve this question A quick google..
Do you use Phing? [closed] http://stackoverflow.com/questions/36646/do-you-use-phing into our process. php deployment build process build automation phing share improve this question From Federico Cargnelutti's..
Programmaticly building htpasswd http://stackoverflow.com/questions/39916/programmaticly-building-htpasswd depending on OS specific functions i.e. exec passthru php automation htpasswd share improve this question .httpasswd files are..
How to Automatically Start a Download in PHP? http://stackoverflow.com/questions/40943/how-to-automatically-start-a-download-in-php to disk once you click on the name of the software php automation download share improve this question Send the following..
PHP Read and Write in MS WORD http://stackoverflow.com/questions/5052292/php-read-and-write-in-ms-word It's worth noting that Microsoft advises against the automation of Office documents via COM objects Microsoft does not currently..
Send email at automated times stored in database http://stackoverflow.com/questions/7694479/send-email-at-automated-times-stored-in-database delete the scheduled job. Help much appreciated php sql automation share improve this question you have to run cron your server...
How to delete mysql row after time passes? http://stackoverflow.com/questions/9865393/how-to-delete-mysql-row-after-time-passes anyone point me to a good place to start php mysql delete automation rows share improve this question You can use PHP script..
|