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.

Imagecreate();

Empfohlene Antworten

Veröffentlicht

Hallo

Habe Folgendes Problem !!!!

Ich habe in einer .php seite ein image erstellt.

Nun möchte ich über ein Form auf einer anderen seite Variablen an die .php seite schicken und sie im bild verarbeiten.

Wie geht das?

ich hänge hier da und hab kein plan mehr !!!!! HELP ME

http://nopaste.php-q.net/12958 <----- HTML seite wo das form geschrieben ist

http://nopaste.php-q.net/12957 <---- PHP seite wo image erstellt wird

hi

GRUNDLAGEN IN PHP:

Du greifst auf variablen, die an das PHP-Script übergeben werden, zu über

entweder $HTTP_POST_VARS["name_im_html_form"]

oder $_POST_VARS["name_im_html_form"] // funktioniert nur bei neueren phpversionen

ich würde daher immer die lange form ($HTTP_POST_VARS...) benutzen, zwecks der abwärtskompatiblität : )

oder halt $HTTP_GET_VARS["name_im_html"] (du benutzt GET ! )

bzw. $_GET_VARS["...."]

hoffe es hilft dir weiter

ciao

r##t

Original geschrieben von root@localhost

hi

GRUNDLAGEN IN PHP:

Du greifst auf variablen, die an das PHP-Script übergeben werden, zu über

entweder $HTTP_POST_VARS["name_im_html_form"]

oder $_POST_VARS["name_im_html_form"] // funktioniert nur bei neueren phpversionen

so un nun richtig :D

//für PHP-Versionen unter 4.1.0 das verwenden
$HTTP_POST_VARS["variable"]

//für Versionen >= 4.1.0
$_POST["variable"]
[/PHP]

wenn register_globals aktiviert ist kannst du ach normal auf die Variablen zugreifen, so:

[PHP]$variable

diese Variante solltest du aber aus Sicherheits-Gründen ncht benutzen !

MfG

KillerGod

Danke für deine Antwort habe aber auch selber raus gefunden :) war wirklich grund lage :))

Merci aber noch ma

Nok

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.