kostenloser Webspace werbefrei: lima-city


Variablen Problem

lima-cityForumProgrammiersprachenPHP, MySQL & .htaccess

  1. Autor dieses Themas

    rollen

    rollen hat kostenlosen Webspace.

    Hallo
    Ich hab ein Problem mit einer Variable:
    Ich will dieses Script in eine Variable packen nur ich wei? nicht wie!
    <a href="newthread.php?fid=$fid" OnMouseOut="na_restore_img_src('topic', 'document')" OnMouseOver="na_change_img_src('topic', 'document', 'http://location.lo.ohost.de/skruppel/bilder/newtopicn.png', true);"><img src="http://location.lo.ohost.de/skruppel/bilder/newtopico.png" width="100" height="50" border="0" name="topic"></a>
    Kan mir wer helfen?
  2. Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!

    lima-city: Gratis werbefreier Webspace für deine eigene Homepage

  3. t*****b

    <?php
    $variable = "<a href=\"newthread.php?fid=".$fid."\" OnMouseOut=\"na_restore_img_src('topic', 'document')\" OnMouseOver=\"na_change_img_src('topic', 'document', 'http://location.lo.ohost.de/skruppel/bilder/newtopicn.png', true);\"><img src=\"http://location.lo.ohost.de/skruppel/bilder/newtopico.png\" width=\"100\" height=\"50\" border=\"0\" name=\"topic\"></a> ";
    ?>


    Beitrag ge?ndert am 20.08.2006 13:47 von trueweb
  4. Autor dieses Themas

    rollen

    rollen hat kostenlosen Webspace.

    Dake ich hab noch ein Problem!
    Und zwar folgendes:

    Notice: Undefined index: file in /usr/export/www/hosting/location/skruppel/avatar.php on line 79

    Notice: Undefined index: file in /usr/export/www/hosting/location/skruppel/avatar.php on line 79

    Notice: Undefined index: file in /usr/export/www/hosting/location/skruppel/avatar.php on line 79

    Das kommt immer wen ich vollgende datei aufruf:
    if($_FILES['file']['type'] == 'image/gif' OR $_FILES['file']['type'] == 'image/jpg' OR $_FILES['file']['type'] == 'image/jpeg')
    Wie mach ich das anders?
  5. Hi,


    Dake ich hab noch ein Problem!
    Und zwar folgendes:

    Notice: Undefined index: file in /usr/export/www/hosting/location/skruppel/avatar.php on line 79

    Notice: Undefined index: file in /usr/export/www/hosting/location/skruppel/avatar.php on line 79

    Notice: Undefined index: file in /usr/export/www/hosting/location/skruppel/avatar.php on line 79

    Das kommt immer wen ich vollgende datei aufruf:
    if($_FILES['file']['type'] == 'image/gif' OR $_FILES['file']['type'] == 'image/jpg' OR $_FILES['file']['type'] == 'image/jpeg')
    Wie mach ich das anders?


    Dies bedeutet, dass $_FILES nicht den Index 'file' hat ($_FILES['file']). Du solltest zuerst ?berpr?fen, ob dieser Index existiert:
    if (array_key_exists('file',$_FILES)) {
      // Der Rest hier ...
    }


    Alles klar?

    mfg,
    hr
  6. Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!

    lima-city: Gratis werbefreier Webspace für deine eigene Homepage

Dir gefällt dieses Thema?

Über lima-city

Login zum Webhosting ohne Werbung!