79327051

Date: 2025-01-03 16:31:56
Score: 1.5
Natty:
Report link
  1. Kindly make use of this information here. https://dev.to/devabdul/building-a-contact-form-with-react-and-php-ae7

  2. Also look into how you to run the php server correctly example below cd into the folder where your php file is located php -S localhost:8000

3.Enable CORS access with a sample below in you php file header

header("Access-Control-Allow-Origin: http://localhost:4000");

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Anonym Ous