Normally, ResetPassword(string passwordAnswer) returns a new password for the membership user. ChangePassword(string oldPassword,string newPassword) takes two p
I am working in python environment. I have a date string which is like this - 26 Apr 2022 17:23:17 GMT I want to insert this date into mysql where the date colu
Is there a standard value for (or method for obtaining) epsilon in Python? I need to compare floating point values and want to compare against the smallest poss
I am creating an MVC project in PHP and created a Request class for request handling. I want to get parameters by one function. Can I use $_REQUEST directly or
Is there a way to merge json arrays in one cell in mysql. I have a table structure which I'd not be able to modify like below: left right [1, 2, 3, 4] ["a", "a
I have a array and user can fixed the array length.But i want to input array value in the single line. when user add more cahrecter in the array length show ou
I tried to use for-loop/foreach inside array_filter(). but the for loop/foreach doesn't work inside array_filter(). How can I use for-loop/for
In my angular app I have search input <input id="search" type="text" placeholder="search" class="form-control" formControlName="search"
I am a beginner at excel. I want to multiply a cell with a number as the input given in another cell. Cell A1 has the Input that is the duration(week/s) which i