Advertisement
terorama

dip / vieww.php

Aug 21st, 2012
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1.  
  2. <?
  3.  
  4.  
  5. include("minc.php");
  6.  
  7.  
  8.  
  9. $sql1="select * from TTEXT where IID='$iid'";
  10. $result1=mysql_query($sql1);
  11. $row1=mysql_fetch_array($result1);
  12.      
  13. $inform=$row1["COMMENT"];
  14.    
  15. print($inform);
  16.  
  17.  
  18.  
  19.  
  20. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement