skip to Main Content

Php – $_POST not set after submit

Why is $_POST not set after submit ? I'm using WAMPSERVER (x64) up to date. Thank you for your help. <!-- index.php --> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Form</title> </head> <body> <form method="post" action="index.php">…

VIEW QUESTION
Back To Top
Search