אשכול: שאלה בPHP
View Single Post
ישן 23-11-06, 22:33   # 8
forils
Permanently Banned
 
מיני פרופיל
תאריך הצטרפות: Apr 2006
הודעות: 368

forils לא מחובר  

משהו כזה ?
PHP קוד:
<?php
mysql_connect
('localhost','masdasd_1','111111');
mysql_select_db('fgfg');
$result mysql_query("SELECT * FROM fgfg ORDER BY id DESC") OR die ("Error: ".mysql_error());  

    if(
$ID == "$ID") {
    include (
"index.php?ID=$id"); 
}

?>
אני בדרך ?
  Reply With Quote