$insert_table = "INSERT INTO reviewst(name_show, score, content, author) VALUES('$name_show', '$score', '$review', '$author')"; $stmt = mysql
Hi I'm trying to pass a blob in data inside $.ajax var blob = new Blob([content], { type: 'text/plain;charset=utf-8' }); $.ajax({ url: "myu
please i need your advice. A have a search result, i want highlight search keyword in the text. Here i perform search (searchTest.php) $sql = "SELECT * FROM xxx
I have created a site in Yii and I have added bootstrap down on my web page, almost the whole look and feel of the site have changed. I want to get only the sty
Is there any advantage to using the 'type hint' notation in python? import sys def parse(arg_line: int) -> str: print (arg_line) # passing a string, retu
I'm working on an engineering calculator in python and I found some packages that can convert a float value to engineering notation. First I installed engfmt: C
After I type php artisan serve in my terminal, laravel development server start : http://127.0.0.1:8000 But when I do reload in my browser, it keeps loading an
I want to send a 6 digits PIN code to the user's email instead of a link, and the user should change the password somehow in the app if that the PIN match the o
I have an npm library which imports Angular FullCalendar v5 and everything works fine there. When i try to import my project library to another project and try
So, I was just trying to create a loop to run the "3n+1" formula and when I enter a negative number I get stuck in an infinite loop with a remainder of 0 and -1