Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 2 years ago. Improve this question Would there be a way to create a POST HTTP request that sends SQL data to a site and then a GET request to show
Tag: post
Contents of a folder (retrieved via stored procedure) not loading onto page
I’m running a stored procedure in order to get the contents of a folder and display them on a page. When I run the procedure I can see all of the documents that are in the folder, but on the page …
Why does my button not pass the Order ID onto another page?
I have a page called order_page.php and it has a hyperlink that should pass the Order ID of a particular order to another page called edit.php. I looked up some tutorials on youtube but it’s still …
PHP fails to insert into Mysql (auto increment)
I have made my Mysql Table link this: That problem occurs because i am not able to insert auto_increment into my mysql query. index.php I post to it by a HTML form and it does executes the query but i get no rows in that table. I thnk its because of auto_increment or Unique or Primary. i was told to