This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<project name="DB Post Deploy Restore" default="run"> | |
<property file="properties" /> | |
<!-- find out what db's need to be restored and loop through the process for each --> | |
<target name="run"> | |
<input propertyname="production.user">(Required) Please enter your ssh user name:</input> | |
<foreach list="${dbs}" param="db" target="prepare" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
echo <<<_END | |
<font face='Courier New' size='4'><pre> | |
<ul> | |
<b><u>PHP PICTURE PROCESSOR</u> | |
<form method='post' action='picproc.php' | |
enctype='multipart/form-data'> | |
UPLOAD : <input type='file' name='p' size='1'> | |
ACTION : <select name='a'> |