• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

[Help] Wap truyện bị giới hạn kí tự khi viết bài??

Lang Tu

New Member
Vip
Tình hình là mình làm 1 cái wap truyện mà khi post bài nó bị giới hạn kí tự,anh em ai biết sửa chỗ nào xin giúp.thank all

----------> Bổ sung bài viết lúc 09:12 <----------> Bài viết trước lúc 09:04 <----------

Úp,anh em vào giúp nào?

----------> Bổ sung bài viết lúc 09:59 <----------> Bài viết trước lúc 09:12 <----------

Úp.............lên....
 
Em không nói em dùng code gì, demo cũng không thì giúp làm sao
 
Vào host post lên đây nhé em
đây anh
<?php
include 'head.php';echo '<title>Viết Bài</title>';
echo '<div class="menu">';
if (isset($_GET['posted'])) {
if(md5(strtoupper($_POST["captcha"])) == $_SESSION["captcha"])
{
if(empty($_POST['title']) || empty($_POST['content'])){
echo 'Bạn chưa nhập tên hoặc nội dung bài viết<br /><a href="gui_bai.php?post">Quay lại</a>';
} else {
$title=mysql_real_escape_string($_POST['title']);
$content=mysql_real_escape_string($_POST['content']);
$category=mysql_real_escape_string($_POST['category']);
$idadmin=0;
$finaltime=time();
$result = $mysql->rq("SELECT * FROM zinglove_blogs ORDER BY blogid DESC limit 1");
$r=$mysql->fetch($result);
$id=$r['blogid']+1;
$id=(int)$id;
$query="INSERT INTO `zinglove_blogs` VALUES ('$id', '{$title}', '{$finaltime}','$idadmin','','','{$category}', '{$content}', '0','0','1')";
$mysql->rq($query);
echo 'Cảm ơn bạn đã gửi bài, chúng tôi sẽ duyệt bài trong thời gian sớm nhất ^^!';
}
}
else
{
echo '<p class="error">Mã xác nhận sai rồi.</p>';
unset($_SESSION["captcha"]);
}
}
elseif(isset($_GET['post'])){
$categories = $mysql->rq("SELECT `cateid`,`catename` FROM `zinglove_categories`");
echo '<form action="'.$home.'/gui_bai.php?posted" method=post>';
echo 'Tên bài:<br /><input type="text" name="title" value=""><br />';
echo 'Nội Dung:<br /><textarea type="content" name="content"></textarea><br />';
echo "Chuyên mục<br><select name=\"category\">";
while($cat=$mysql->fetch($categories))
{
echo "<option value=\"{$cat["cateid"]}\">{$cat["catename"]}</option>";
}
echo '</select>';
echo '<img src="captcha/captcha.php"/><br>';
echo '<input type="text" name="captcha" id="captcha" maxlenth="6" /><br>';
echo '<input type="submit" value="OK" />';
echo '</form>';
}
else{
echo '<a href="'.$home.'/gui_bai.php?post">Gửi bài</a><br>';
}
echo '</div>';
require_once ('foot.php');
?>
 

Facebook Comments

New posts New threads New resources

Back
Top