How to send input from HTML Form and use it in php CURL function
问题 I'm new to web programming and I was looking to find the solutions on the internet but I get stuck, so anyone can help me I would appreciate his effort very much. I have two files. The first file is an HTML form like this. <html> <title>index.html</title> <body> <form action="index.php" method="post"> Title <input type="text" name="title" /> <br> Cat <input type="text" name="cat" /> <br> Private <input type="text" name="private" /> <br> Description <textarea name="description" rows="10" cols=