This file contains hidden or 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
<form class="form-horizontal" name="eventSubmit" id="eventSubmit" method="POST" enctype="multipart/form-data" action=""> | |
<fieldset class="event_info"> | |
<legend>Event Information</legend> | |
<label>Event name:</label> | |
<div class="input-prepend"> | |
<input class="required" type="text" name="title" placeholder="Event name"> | |
</div><br> | |
<label>Category:</label> | |
<div class="input-prepend"> |
This file contains hidden or 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
// ========================================================================================== | |
// File: /samples/phpexamples.php5 | |
// Desc: To give users PHP examples of using the SOSE object | |
// https://docs.newscyclesolutions.com/display/Onl/The+SAXOTECH+Online+object | |
// Author: Stacey Jenkins | |
// Date: 1/13/2013 | |
// | |
// ========================================================================================== | |
OlderNewer