For example, school grade 3. School table stores min and max grades. Elementary has K-5, Middle has 6-8, and High has 9-12. I have stored the grades as K, 1st,
I have a function that displays the categories of a custom taxonomy. I want this function to start at the 5th onwards and excludes the 1st to 4th category. I'm
I have one query that returns multiple rows, and another query in which I want to set criteria to be either one of values from those multiple rows , so basicly
class atmcontroller extends Controller { private $uniname; public function loginvalidation(Request $request){ $this->validate($request, [
I have a bunch of settings and configs that I need AWS Lambda to be able to access. This is not a .py file, so I cannot just import it. In order to load the YAM
I have a strange problem in Internet Explorer with JavaScript. In every browser I did the test the JavaScript is enabled, but it seems to run only after I press
i have bulit a books management app in django-rest framework with UI in html css and bootstrap. But when i'm trying to add new authors to the database doing a p
which is the easiest way that i can convert binary number into a hexadecimal number using latest python3? i tried to convert a binary to number into a hexadecim