View Single Post
ישן 03-03-06, 15:37   # 2
Tomer
Whatever
 
Tomer's Avatar
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
הודעות: 7,039
שלח הודעה באמצעות MSN אל Tomer Send a message via Skype™ to Tomer

Tomer לא מחובר  

PHP קוד:
<? error_reporting(0); ?>
 <center><?php 
include "db.php"
$sel=mysql_query("SELECT * FROM posts"); 

$date=date("d/m/y"); 
$posted stripslashes$_POST['body'] ); 

$insert=mysql_query("INSERT INTO `posts` VALUES ('$posted')") or die(mysql_error());  

if(
$insert


while(
$quer=mysql_fetch_array($sel)) 

  
$show $quer['posted']; 
echo 
"$show"


else 

echo 
"post faild"


?>
במידה ואכן מופיע התיבה של FCKEditor ופשוט קיימת השגיאה הזו - זה יתקן אותה.
__________________
תומר
  Reply With Quote