Hướng dẫn làm web bán hàng bằng php từ a- z-phần 4
Hướng dẫn làm web bán hàng bằng php từ a- z-phần 4
Chào các bạn hôm nay mình lại viết tiếp phần 4 hàm
include_file(“../class/class_luan.php”); dung để kiểm tra không được nhập trống dữ liệu
Chúng ta tạo 1 forder là class ở cùng phân cấp với ketnoi.php , quanly , web . Trong đó ta tạo 1 file là class_luan.php có code như sau :
[sourcecode language=”plain”]</pre>
<?php
class luan
{
<h2><span style="font-size: 14pt;"> function kiem_tra_tieu_de()</span></h2>
{
//thongbao($_POST[‘tieu_de’]);
if($_POST[‘tieu_de’]=="")
{
thongbao("Không được bỏ trống ô nhập liệu");
trangtruoc();
exit;
}
}
function fck_editor__20($nd,$rong,$cao)
{
$nd = str_replace("’","\’",$nd);
$nd = str_replace(‘"’,’"’,$nd);
$nd = str_replace("\t","",$nd);
$nd = str_replace("\n","",$nd);
$nd = str_replace("\r","",$nd);
echo "
<script>
var nd = \"$nd\";
</script>\n
";
?>
<script type="text/javascript">
var oFCKeditor = new FCKeditor(‘noidung’);
oFCKeditor.BasePath = "giaodien/fckeditor/";
oFCKeditor.Width = <?php echo $rong; ?> ;
oFCKeditor.Height = <?php echo $cao; ?>;
<?php
mau_fckeditor();
?>
oFCKeditor.Value=nd;
oFCKeditor.Config["EnterMode"] = "br" ;
oFCKeditor.Create();
document.getElementById(‘xEnter’).value = "br" ;
</script>
<?php
}
<h5><span style="font-size: 14pt;"> function fck_editor__21($nd,$rong,$cao)</span></h5>
{
$nd = str_replace("’","\’",$nd);
$nd = str_replace(‘"’,’"’,$nd);
$nd = str_replace("\t","",$nd);
$nd = str_replace("\n","",$nd);
$nd = str_replace("\r","",$nd);
echo "
<script>
var nd = \"$nd\";
</script>\n
";
?>
<script type="text/javascript">
var oFCKeditor = new FCKeditor(‘noidung_en’);
oFCKeditor.BasePath = "giaodien/fckeditor/";
oFCKeditor.Width = <?php echo $rong; ?> ;
oFCKeditor.Height = <?php echo $cao; ?>;
oFCKeditor.Value=nd;
oFCKeditor.Config["EnterMode"] = "br" ;
oFCKeditor.Create();
document.getElementById(‘xEnter’).value = "br" ;
</script>
<?php
}
<h5><span style="font-size: 14pt;"> function nut_chap_nhan__cach_trai_50px()</span></h5>
{
echo "<input type=\"submit\" name=\"chap_nhan\" value=\"Chấp nhận\" class=\"nut_chapnhan\" style=\"margin-left:50px\"/>";
}
function nut_chap_nhan__cach_trai_50px___001($ten)
{
echo "<input type=\"submit\" name=\"$ten\" value=\"Chấp nhận\" class=\"nut_chapnhan\" style=\"margin-left:50px\"/>";
}
function xuat($nd)
{
echo "$nd \n";;
}
}
$luan=new luan;
?>
<pre>[/sourcecode]
Ở hàm này các bạn cũng nhìn thấy rồi mình kiểm tra để ckediter ko được nhập rỗng vào 😀
Chúc các bạn học tốt
Bạn có thể xem thêm các khóa học ở dưới:
Tag: học thiết kế đồ họa tại hà nội, học thiết kế đồ họa ở hà nội, học thiết kế đồ họa ở đâu, học thiết kế đồ họa ngắn hạn, khóa học thiết kế đồ họa ở hà nội, khóa học thiết kế đồ họa tại hà nội, học thiết kế đồ họa in ấn quảng cáo tại hà nội, khóa học thiết kế đồ họa in ấn quảng cáo tại hà nội, học lập trình web ở đâu, học lập trình web tại hà nội, học lập trình php ở đâu, học lập trình php tại hà nội
- Học thiết kế đồ họa ngắn hạn
- Học lập trình php ở đâu
- Học html css tại hà nội
- Học photoshop tại hà nội
Mọi thông tin bạn có thể liên hệ:
Đào tạo lập trình và thiết kế đồ họa
Hotline: 0968.853.958 hoặc hỗ trợ kỹ thuật Mr. trung: 0947.499.221
Bình luận