📁 File Manager
🏠 /
/
home
/
u857492117
/
domains
/
mangaldaicollege.org
/
public_html
Dosya Düzenle: homeDep.php
<?php session_start(); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> <body> <form action="addStudyM.php" method="post" enctype="multipart/form-data" name="form1" id="form1"> <center> <table width="204" border="0" cellspacing="1" cellpadding="2"> <tr> <th width="130" scope="row">Course</th> <td width="57" colspan="2"><input type="text" name="course" id="textfield" /></td> </tr> <tr> <th scope="row">Subject</th> <td colspan="2"><input type="text" name="subject" id="textfield2" /></td> </tr> <tr> <th scope="row">Topic</th> <td colspan="2"><textarea name="Topic" id="textarea" cols="45" rows="5"></textarea></td> </tr> <tr> <th scope="row">Semester</th> <td colspan="2"><input type="text" name="Semester" id="textfield3" /></td> </tr> <tr> <th scope="row">Type</th> <td colspan="2"><select name="Type" size="1" id="select"> <option>Major</option> <option>General</option> </select></td> </tr> <tr> <th scope="row">File</th> <td colspan="2"><input type="file" name="File" id="fileField" /></td> </tr> <tr> <th height="40" scope="row">Date</th> <td colspan="2"><input type="date" name="Date" /></td> </tr> <tr> <th scope="row"> </th> <td><input type="reset" name="Reset" id="button" value="Reset" /></td> <td><input type="submit" name="submit" id="button2" value="Submit" /></td> </tr> <tr> <th scope="row"> </th> <td colspan="2"> </td> </tr> </table></center> </form> </body> </html>
💾 Kaydet
İptal