|
|
|
ช่วยผมทีครับผมเพิ่งหัดเขียน php ไม่คล่องครับ คือผมทำระบประกาศข่าวครับ พอดีผมต้องเพิ่มรูปได้ด้วยต้องทำอย่างไรครับ |
|
|
|
|
|
|
|
พอดีผมทำระบบประกาศข่าวครับ ผมทำประกาศข่าวได้แล้ว
แต่ติดตรงต้องเพิ่มรูปได้ด้วยน่ะครับผมต้องทำอย่างไหรได้ครับ
จากที่ผมทำ
พอกดไปที่เริ่มข่าว
คือถ้าผมจะให้มันเพิ่มรูปจะทำอย่างไรดีครับ
จาก code ต่อนเพิ่มข่าวน่ะครับ
Code (PHP)
<tr>
<?php
include("top.php")
?>
<?php
$student_no = $_SESSION['user_no'] ;
$user_type = $_SESSION['user_type'] ;
?>
<!--#include file = "top.php" -->
<script language="VBScript" type="text/VBScript">
Function FrmOK()
Dim TheForm
Set TheForm = Document.Form1
TheForm.submit
End Function
Function FrmCancel()
Dim TheForm
Set TheForm = Document.Form2
TheForm.submit
End Function
</script>
<tr>
<td colspan="24"><table width="100%" height="351" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" background="images/template_edit_2_23.gif" bgcolor="#FFFFCC">
<?php
if ( $user_type == 5 ){
?>
<table width="995" border="0" cellpadding="0" cellspacing="0" bordercolor="#000000">
<tr>
<td width="132"> </td>
<td width="739" valign="top"><div align="right" class="text1"></div></td>
<td width="124" valign="top"> </td>
</tr>
<tr>
<td> </td>
<td valign="top">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr bgcolor="#9900CC" class="text9">
<td width="100%" colspan="4" bgcolor="#3333FF" class="text9"><div align="center" class="text1">
<p class="text10">เพิ่มข่าวประชาสัมพันธ์ในโรงเรียน</p>
</div></td>
</tr>
<tr class="text9">
<td class="text13"> </td>
</tr>
<tr align="center" class="text9">
<td class="text13"> <div align="center">
<form name="form1" method="post" action="show_list_activity_news.php">
<table width="100%" border="0">
<tr class="text22">
<td width="9%"><div align="center">
<p class="text23">
<input type="hidden" name="add_status" value="1">
</p>
</div></td>
<td width="28%"><div align="center">
<p align="right" class="text23">วันเดือนปี</p>
</div></td>
<td width="2%"><div align="left">
<p> <span class="text23"> </span></p>
</div></td>
<td width="61%">
<?php
$today = getdate();
$mon = $today['mon'];
$year = $today['year'];
$day = $today['mday'];
?>
<select name="select_day">
<?php for ($i = 1; $i <= 31; $i++) { ?>
<option value="<?php echo $i ;?>" <?php if($i==$day ){ echo " selected " ;}?> ><?php echo $i?></option>
<?php } ?>
</select>
<?php $month_name = array("","มกราคม","กุมภาพันธ์","มีนาคม" ,"เมษายน" ,"พฤษภาคม" ,"มิถุนายน","กรกฎาคม" ,"สิงหาคม" ,"กันยายน" ,"ตุลาคม" ,"พฤศจิกายน","ธันวาคม" ) ?>
<select name="select_month">
<?php for ($i = 1; $i <= 12; $i++) { ?>
<option value="<?php echo $i ;?>" <?php if($i==$mon ){ echo " selected " ;}?> ><?php echo $month_name[$i]?></option>
<?php } ?>
</select> <select name="select_year">
<?php for ($i = $year-5; $i <= $year+5; $i++) { ?>
<option value="<?php echo $i ;?>" <?php if($i==$year ){ echo " selected " ;}?> ><?php echo chang_year($i )?></option>
<?php } ?>
</select> </td>
</tr>
<tr>
<td> </td>
<td><div align="right">
<p class="text23">หัวข้อข่าว</p>
</div></td>
<td> </td>
<td> <div align="left">
<input name="activity_news_head" type="text" size="50" value="">
</div></td>
</tr>
<tr>
<td> </td>
<td class="text23"><div align="right">รายละเอียดข่าว</div></td>
<td> </td>
<td> <textarea name="activity_news_detial" cols="49" rows="10" ></textarea>
</td>
</tr>
<tr>
<td> </td>
<td class="text23"> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td colspan="4"> <div align="center">
<input type="button" name="Button" value="บันทึก" onClick= FrmOK()>
<input type="button" name="Submit2" value="ยกเลิก" onClick= FrmCancel()>
</div></td>
</tr>
<tr>
<td colspan="4">
</td>
</tr>
<tr>
<td colspan="4"> </td>
</tr>
<tr>
<td colspan="4"> </td>
</tr>
</table>
</form>
</div></td>
</tr>
<tr class="text9">
<td class="text12">
<form name="form2" method="post" action="show_list_activity_news.php">
<input type="hidden" name="add_status" value="0">
</form>
</td>
</tr>
<tr class="text9">
<td class="text12"><div align="center" class="text13"></div>
<div align="center"></div></td>
</tr>
</table>
<div align="left"></div></td>
<td valign="top"> </td>
</tr>
</table>
<?php
}
?>
<div align="right"></div>
<div align="center"></div></td>
</tr>
</table> </td>
</tr>
</tr>
Tag : PHP, MySQL, CakePHP
|
|
|
|
|
|
Date :
2013-12-13 17:33:30 |
By :
man |
View :
1152 |
Reply :
3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<input type="file"> ใช้อันนี้ครับ แล้วค้นหาในบทเรียน เรื่องการอัพโหลดภาพเก็บไว้ในดาต้าเบส มีหลายแบบ ให้เลือกครับ
|
|
|
|
|
Date :
2013-12-13 18:54:50 |
By :
Dragons_first |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ครับขอบคุณครับ
|
|
|
|
|
Date :
2013-12-13 19:15:59 |
By :
man |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
รบกวนช่วยดูอีกทีได้ไหมครับ ผมพยายามทำตามแล้ว มัน error เต็มไปมหดเลยครับ รบกวนท่านผุ้รู้ที่ครำบ
จะต้องทำอย่างไหรครับผมไปต่อไม่ถูกแล้วครับ
แค่อยากจะมีการเพิ่มรุปภาพได้น่ะครับ จาก data base น่ะครับ
|
|
|
|
|
Date :
2013-12-15 15:13:13 |
By :
man |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|