GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.160 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /nginx/html/JimMartinson/CST2146/Resources/Snippets/!Default/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?> <snippet name="form" description="Form stub code" type="block"> <insertText location="beforeSelection"> <![CDATA[<div id="divname_of_form"> <table class="centered"><tr><td> <fieldset><legend>name_of_form_legend</legend> <form name="form_name_of_form" action="<?=php_self()?>" method="post" enctype="multipart/form-data"> <input type="hidden" name="form" value="form_name_of_form"> <input type="hidden" name="uuid" value="<?=uuid()?>"> <input type="hidden" name="task" value=""> <input type="hidden" name="" value="<?=$f['']?>"> </form><!-- form_name_of_form --> </fieldset> </td></tr></table> </div><!-- divname_of_form --> ]]> </insertText> <insertText location="afterSelection"><![CDATA[]]> </insertText> </snippet>