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.

Empfohlene Antworten

Veröffentlicht

Hallo zusammen!

Ich habe folgende Tabelle in einer Datenbank. Nun möchte ich einen neuen Eintrag mit PHP machen. Wie muss dabei der PHP Code aussehen?

$query = "insert into `tiki_pages` ..."

. Sollte ja irgendwie in die Richtung gehen. Nur weiß ich eben nicht, welche Spalten ich füllen muss und wie. Kann mir jemand helfen?

Danke!

CREATE TABLE "TIKI_TEST"."tiki_pages" 

   (	"page_id" NUMBER(14,0) NOT NULL ENABLE, 

	"pageName" VARCHAR2(160 BYTE) DEFAULT '' NOT NULL ENABLE, 

	"hits" NUMBER(8,0) DEFAULT NULL, 

	"data" CLOB, 

	"description" VARCHAR2(200 BYTE) DEFAULT NULL, 

	"lastModif" NUMBER(14,0) DEFAULT NULL, 

	"comment" VARCHAR2(200 BYTE) DEFAULT NULL, 

	"version" NUMBER(8,0) DEFAULT '0' NOT NULL ENABLE, 

	"user" VARCHAR2(40 BYTE) DEFAULT NULL, 

	"ip" VARCHAR2(15 BYTE) DEFAULT NULL, 

	"flag" CHAR(1 BYTE) DEFAULT NULL, 

	"points" NUMBER(8,0) DEFAULT NULL, 

	"votes" NUMBER(8,0) DEFAULT NULL, 

	"cache" CLOB, 

	"wiki_cache" NUMBER(10,0) DEFAULT NULL, 

	"cache_timestamp" NUMBER(14,0) DEFAULT NULL, 

	"pageRank" NUMBER(4,3) DEFAULT NULL, 

	"creator" VARCHAR2(200 BYTE) DEFAULT NULL, 

	"page_size" NUMBER(10,0) DEFAULT '0', 

	"lang" VARCHAR2(16 BYTE) DEFAULT NULL, 

	"lockedby" VARCHAR2(200 BYTE) DEFAULT NULL, 

	"is_html" NUMBER(1,0) DEFAULT 0, 

	"created" NUMBER(14,0), 

	 PRIMARY KEY ("page_id")

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

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.