I want to create a dependency where one User can have many InvestorCase, but one InvestorCase belongs to only one User. I need to have user_id field in Investor
function updateprs1($db,$it_no,$prs_qty,$prs_unit,$supp_id,$prs_price,$prs_no){ $stmt1 = $db->prepare("UPDATE prs_details SET prs_details.it_no = ?,
I am trying to cross compile a simple hello world program. The cross compiler I am using is for Buildroot Linux on a RPI4. I am trying to do the compilation on
The output I want; I want to make a sphere with names, but without curving/bending the names. I also want to make it spin in the direction of the mouse pointe
I am posting this question after having a look at all similar questions and answers. Here are the questions I researched. Could not find method compile() for ar
I'm trying to build a webapp with Vue. I have a component that serves as a template and a vue where I use the template and fill it with props. For this I have a
I know this looks like a question answered thousands of time, but none of the traditional answers concerning the environment PATH are working. I want to run th
Hi I am working on mvc as part of my learning, So I came accross a situation where I have to pass a datatable to the sp, along with the datatable I have to give
I am relative new to Flutter. While I was experimenting, I came across with an issue. My REST Api takes a timezone parameter (Zone ID format such as Europe/Lond
I'm trying to scrape a website in which I need to send a POST request to a form to query data. Here is the code I'm using. import requests headers = {'User-Age