Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Fatal error: Call to undefined function: dbquery()

Empfohlene Antworten

Veröffentlicht

Hmmm? Eigentlich ist dbquery() doch genauso wie mysql_connect STANDARD, oder?

Was habe ich falsch gemacht?

  

<?php


function listobjekte($art) {

        print "<form>";

	print "<table border=0 cellspacing=0 cellpadding=2 width=100%>";

	print "<tr><td width=300><b>Eigentumswohnungen</b><td><td></td>";

	$result = dbquery("SELECT ueberschrift,text,preis,ID FROM objekte WHERE art='$art'");

	$nrows = mysql_num_rows($result);

	for ($i=0;$i<$nrows;$i++) {

		$A = mysql_fetch_array($result);

		print "<tr><td> </td><td align=left><b>{$A["ueberschrift"]}</b></td>";

                print "<tr><td> </td><td align=left>{$A["text"]}</td>";

                print "<tr><td> </td><td align=left><i>{$A["preis"]}</i></td>";


	}

	print "</table></form>";

        mysql_close;

}

?>

OK, es muss analog dazu natürlich auch mysql_query heissen!!!! MannMannMann!

Hi,

es muss heißen mysql_db_query(blafasel)

CU Fab.. :))

<BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica, sans-serif">Zitat:</font><HR>

...

$result = dbquery("SELECT ueberschrift,text,preis,ID FROM objekte WHERE art='$art'");

...

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.