$_POST[] not working in php

后端 未结 1 851
后悔当初
后悔当初 2021-01-29 15:59

I\'ve started learning PHP. Managed to setup things.

I\'m using php version 5.3.13.

I\'m trying to post some info to a html form and receive it in a php file.

1条回答
  •  难免孤独
    2021-01-29 16:19

    Here is a super simple example, I suggest you begin to look for example tutorials @ your favorite search engine, or buy a book.

    Edit: Do you even have PHP installed? you mention inetpub which is a IIS path.

        
       
       
    FORM; } ?> My first test Script

    My first test Script

    0 讨论(0)
提交回复
热议问题