Raised This Month: $ Target: $400
 0% 

achievement


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Infernuz
Member
Join Date: May 2011
Old 08-31-2012 , 17:46   Re: achievement
Reply With Quote #10

Well.. this is amx plugin coding forum.. but anyways..

PHP Code:
<?php 
ini_set
('mysql.connect_timeout'5);

$sql_connection mysql_connect("HOST""USERNAME""PASSWORD");

if(
$sql_connection) {
    
$database mysql_select_db("YOUR DATABASE");
    
    if(
$database) {
        
$query mysql_query("SELECT * FROM YOUR_TABLE");
        
        while(
$row mysql_fetch_array($query)) {
            foreach(
$row as $item) {
                echo 
'</br>ITEM: ' .$item;
            }
        }
    }
}
?>
Infernuz is offline
Send a message via ICQ to Infernuz
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:52.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode