php to Javascript

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • php to Javascript

    hi leutz...
    habe null aber wirklich null plan von javascript..
    habe jetzt aber ein tolles popup script welches auch super funzt.
    Nur wie zur hell bekomme ich folgendes hin:

    Das habe ich:
    PHP Code:
    echo "<td><a href='javascript:showWindow('".$pname."')'>show</a></td></form>"
    Das muss nachher rauskommen:

    PHP Code:
    echo "<td><a href='javascript:showWindow("Wert von pname")'>show</a></td></form>"
    wichtig sind ja anscheind die "" !

    alles andere haut hin, nur wie bekomme ich die "" mit in die ()..

    THX
    [color=red]Parse error: parse error, unexpected T_STRING in signature.php on line 47[/color]

  • #2
    escapen \
    INFO: Erst suchen, dann posten![color=red] | [/color]MANUAL(s): PHP | MySQL | HTML/JS/CSS[color=red] | [/color]NICE: GNOME Do | TESTS: Gästebuch[color=red] | [/color]IM: Jabber.org |


    Comment


    • #3
      May Serously expand my Mind

      THX
      [color=red]Parse error: parse error, unexpected T_STRING in signature.php on line 47[/color]

      Comment


      • #4
        Deutsch reicht auch..

        Comment

        Working...
        X