Skip to main content

All Questions

Tagged with
-2 votes
1 answer
43 views

getting issue in update query in laravel

Guys i am facing an issue in laravel on update i want to update 2 values in single column but its update only one value i want to update both values please help also please see my code and image link ...
digi soft's user avatar
1 vote
2 answers
72 views

JOIN and UPDATE a MySQL record with an ID from another table?

AdminTable ---------------------------- ID | Start Date | LoginID ---------------------------- 3 | 10/11 | 28 4 | 12/12 | 89 5 | 13/13 | 74 ---------------...
baconLikeTheKevin725's user avatar
1 vote
1 answer
201 views

Error Code : 1064 on MySQL update query

Table: immunization id vac_id vaccine_id 1 5 0 2 5 0 3 3 0 4 4 0 5 4 0 Table: vaccine id vac_id 8 1 9 2 10 3 11 4 12 5 I have two ...
Ashish's user avatar
  • 207
-2 votes
1 answer
55 views

mysql updates not working

I have a mysql insert function that works whenever I insert data into a database, but my mysql update function for some reason doesn't seem to work... it doesn't return any data... just zilch... not ...
Jose josemartinez Martinez's user avatar
0 votes
1 answer
126 views

Upgrading old code to newer MySQL version

I'm very much an amatuer at this kind of thing, but I am trying to teach myself about PHP and MySQL databases. I'm trying to build my own local copy of the lesson talked about here: https://www....
Ads's user avatar
  • 15
0 votes
1 answer
5k views

How to update multiple fields on one row with CakePHP

I'm trying to update multiple fields of a row on a table on the database. I tried several solutions I found here in stackoverflow but no one had worked for me. In this function, I give a feedback of a ...
Julia's user avatar
  • 558
2 votes
0 answers
1k views

How to update production database with development one?

I have built a web app using MySQL and php and I'm at the moment trying to figure out the best approach to make a script to automatically update the customers based on the new changes on my ...
Aramil's user avatar
  • 411