[AJUDA]PHP
#6

PHP Code:
<?php
    $Link 
mysql_connect('localhost''root''') or die ('Erro:' .mysql_error());
    
$DB    mysql_select_db('DataBase'$Link) or die ('Erro:' .mysql_error());
    
    
$Result mysql_query("SELECT * FROM `Table`"); // Se nгo for para mostrar todas linha adc WHERE Tal = '$Tal' - Assim ele pega somente as linhas desejadas.
?>
Reply


Messages In This Thread
[AJUDA]PHP - by mengueh - 22.05.2012, 20:52
Re: [AJUDA]PHP - by Kuddy - 22.05.2012, 21:02
Re: [AJUDA]PHP - by Jeffrey_Hatrix Jeffrey_ - 22.05.2012, 21:03
Re: [AJUDA]PHP - by mengueh - 22.05.2012, 21:03
Re: [AJUDA]PHP - by BreakDriFT - 22.05.2012, 21:03
Re: [AJUDA]PHP - by paulor - 22.05.2012, 21:22
Re: [AJUDA]PHP - by [JD]BlackFire - 22.05.2012, 21:45
Re: [AJUDA]PHP - by mengueh - 22.05.2012, 21:50
Re: [AJUDA]PHP - by [JD]BlackFire - 22.05.2012, 21:56
Re: [AJUDA]PHP - by mengueh - 22.05.2012, 22:09
Re: [AJUDA]PHP - by [JD]BlackFire - 22.05.2012, 22:18
Re: [AJUDA]PHP - by mengueh - 22.05.2012, 22:19
Re: [AJUDA]PHP - by BreakDriFT - 22.05.2012, 22:20
Re: [AJUDA]PHP - by [JD]BlackFire - 22.05.2012, 22:22
Re: [AJUDA]PHP - by mengueh - 22.05.2012, 22:24
Re: [AJUDA]PHP - by BreakDriFT - 22.05.2012, 22:25
Re: [AJUDA]PHP - by [JD]BlackFire - 22.05.2012, 22:26
Re: [AJUDA]PHP - by Ricop522 - 22.05.2012, 22:47

Forum Jump:


Users browsing this thread: 1 Guest(s)