Ek Olarak: div'in üstündekiler:
etiketinin üstüne gelecek.
Ek Olarak: Bide increment yazan yere tablo adını yazıcaksın
Bir Türlü Yapamadım Bakarmısınız MYSQL TABLO |
8 Mesajlar | 1.089 Okunma |
Select * from tabloadi where etiket_1 is null or etiket_2 is null
$hostname = '192.xx.xxx.xx';
$username = 'Mitchyl';
$password = 'root1323';
$dbname = 'test';
try {
$dbh = new PDO("mysql:host=$hostname;dbname=$dbname", $username, $password);
$sql = $dbh->prepare("SELECT * FROM increment");
if($sql->execute()) {
$sql->setFetchMode(PDO::FETCH_ASSOC);
}
}
catch(Exception $error) {
echo '', $error->getMessage(), '
';
}
?>
fetch()) { ?>
...etc...
Ek Olarak: div'in üstündekiler:
etiketinin üstüne gelecek.
Ek Olarak: Bide increment yazan yere tablo adını yazıcaksın
$hostname = '192.xx.xxx.xx';
$username = 'Mitchyl';
$password = 'root1323';
$dbname = 'test';
try {
$dbh = new PDO("mysql:host=$hostname;dbname=$dbname", $username, $password);
$sql = $dbh->prepare("SELECT * FROM increment");
if($sql->execute()) {
$sql->setFetchMode(PDO::FETCH_ASSOC);
}
}
catch(Exception $error) {
echo '', $error->getMessage(), '
';
}
?>
fetch()) { ?>
...etc...
Umarım çalışır. Mantık;
Öncelikle etiket_1 sütunundakileri bulur eğer boş ise yazmaz ama else den sonra yani dolu ise etiket_2'dekilerini yazacaktır.