Details
Joined devRant on 3/15/2021
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
@electrineer you’re right
-
@theKarlisK that’s new inforfor me. Thanks!
The web server runs on Apache -
@C0D4 The PUT method would not work to grab input. But if I use POST for the same, it will work.
-
@theKarlisK I checked and the short tags are enabled. I am not really sure about the "security hardened" thing because of lack of experience
-
@C0D4 The environments are different but I am not able to figure out where specifically to look at. I did check .htaccess and it does have PUT method enabled.
-
@Fast-Nop *The problem persists.
-
@synemeup does not work :(
-
@C0D4 So, now the update query works in dev and not in prod. Agrhhhh
-
@C0D4 $data is an array of information like name, contact number, etc. The values does match the database columns
-
@C0D4 So I have a function named ‘updateInfo’ where I am trying to update database. I did try the following
function updateInfo($data)
{
$this->db->set($data);
$this->db->where(‘id’,$id);
$this->db->update(‘contractors’);
}
Still I am getting the same error -
Solved this, error was in the PHP file *cries more in the corner*
-
@theabbie you are saviour
-
@theabbie lol didn’t knew that. What I am trying to do is if I click a specific button, I want a it to be active even on page reload. Can you suggest something?
-
@Billi thanks!
-
@homo-lorens 🥲
-
Just like that? For real?
-
I do not want to believe this but I do
-
@Xentra A lot of people who’s first language is not English have problems in communicating in English. I really appreciate that you are trying. I had the same problem a few years back and I did not even try 🥲
-
Can you umm.. elaaaborate?
-
Sad to see this kinda stuff on devRant.
Khopdi todd do sali ka @Billi -
@mash97 may be build the project to a good level that might attract other developers to help. I do have a few friends who are enthusiastic to work on this after their office hours.
-
Rip
-
How does https://devrant.com/collabs/... sound to you?
-
@YADU I would highly encourage you to give a bit more time that you devoted in commenting to read one of my comments where I explained what a Computer Engineering curriculum is like for us :)
-
@TeachMeCode so in our curriculum(which sucks obviously) for Computer Engineering, 80% courses are programming based. And after 4 years of Bachelor’s if someone’s not having basic knowledge about that, I feel kinda furious
-
@hoylecake I hope the HR is not making me April fool lol
-
@rantsauce 🙏🏼 thank you, I will :)
-
@electrineer you got it right
-
@Cyanide I know right
-
@theabbie makes sense