PHP Skript aus Batch-Datei mit Parameter

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

  • PHP Skript aus Batch-Datei mit Parameter

    Hallo,

    ich will ein PHP-Script aus einer Batch-Datei aufrufen. Dabei brauche ich zwei Parameter. Kann ich das auf diese Weise tun:

    php.exe "C:/.../htdocs/script.php?param1=xxx&param2=yyy"


    Gruß
    Mario

  • #2
    http://php.net/manual/en/features.commandline.php

    Comment

    Working...
    X