phpbar.de logo

Mailinglisten-Archive

RE: [php] Prüfung ob Ergebnis existiert
Archiv Mailingliste php_(at)_infosoc.uni-koeln.de

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [php] Prüfung ob Ergebnis existiert



>gibt es eine Möglichkeit, zu prüfen, ob ein MySQL-Ergebis "existiert".
>Sprich, ich mache eine Abfrage
>$query=mysql_query("select * from $userstable where(url = '$url')");

Hi...

das kann man zb so machen ...

$array= mysql_fetch_row(MYSQL_QUERY("SELECT * FROM $userstable WHERE User_Id
like '$User_Id' and Produktnummer like '$Produktnummer'"));

		if ($array == false) {
			$result = mysql_query("INSERT INTO $userstable
VALUES('$User_Id','$Produkt', '$Produktnummer' , '$Description' , '$Preis'
,'$Anzahl' )") or die("Unbale to query db!");

		//print "neuer eintrag! ";
		Show_cart($User_Id,$Produkt,$Produktnummer,$Description,$Preis,$Anzahl);
		}
		else {

		//print "eintrag vorhanden! ";

Show_cart($User_Id,$Produkt,$Produktnummer,$Description,$Preis,$Anzahl,$host
name,$username,$password,$userstable,$dbName);
		}

den code muste natürlich auf deine bedürfnisse anpassen .....
das hier ist aus einem einauffsscript....

Beste Grüße aus Sinzig,

Alexander Meis
pixelhouse media service

----------------------------------------------------------------
 - Barbarossastraße 36 -  53489 Sinzig
 - Tel: 02642-980330 - Fax: 02642-980215
 - Internet: http://www.pixelhouse.de
-----------------------------------------------------------------


Home | Main Index | Thread Index

php::bar PHP Wiki   -   Listenarchive