hey buddy all of their solutions are absolutely wrong 😐 installing win 10?😐 what the worng with you people. why you guys solve the problem in this way 😐 if you were Dr if some...
Hey guys .... I have Projects table ==================== id | name | createor | created_at | ... ==================== 1 | frst project | GameO7er | 2019-02-21 | ... Now I...
MariaDB? Open Source relational database management system (RDMBS), and it is collaborating with many companies like facebook, Alibaba, and Google that are useful for developi...
at the first it's better to use $Array = [1,34,32,2,4] instead of $Array = array(1,34,32,2,4) Ok? the second one is old. <?php // Init $arrays = [ [1, 34, 32 , 2, 4], [3, 32...
First one: for i:= 1 ; i <= 5 ; i++{ wg.Add(3) go Func1() go Func2() go Func3() } wg.Wait() ============================ Second one : for i:= 1 ; i <=...
so is it finish? is show-off done the maters of linux? may I go? or you wanna keep going and showing yourself?
I respect your opinion but I have never experienced Symfony so how can I suggest a framework to sb that I didn't even worked with it? How can I be responsible for my suggestio...
it's ok . I know what happened and what's the reason . but I should trace with application (often do it many times ) line by live to find out what happened. my question is can...
hey guys how should I console.log index of each element of object ?
Ok @leondesign @Suppen First I thought it's by browser or etc ... But why it's English on one page and it's chinese for example in other website?
yw🌹 for more security validate your passed data in the php side. for example when user submit phone number, checknif the data is number or not? Israel Oladoja can help you fo...
speed is not important. in the programming many items are important , for example : what can you do if you have 2GB ram and Postgre is very fast but use 1.5GB ram atleast? but...
guys can sb please convert this "lodash" code to native? <script type = "_activity "id='fragment-resume'> <% _.each(resume,function(section){ %> <%= makeResumeSection(sec...
Hey guys. I wanna to know in a CMS which file are called ? for example in WP I wanna print : /home/site.com/public_html/wp-contents/themes/theme1/footer.php /home/site.com/pu...
hey guys... I have this code // File : Lib1.js ============== Variable1 = new Apple();// Apple class is in Apple.js How can I define "Variable1" if "Apple.js" loaded ? ...
<?php $mysql_host = 'localhost'; $mysql_user = 'root'; $mysql_password = 'root'; $mysql_DB = 'test'; if (!@mysqli_connect($mysql_host,$mysql_user,$mysql_password , $mysql_DB)...
hey guys ...Apache is running on listen to port 443 , now another app want to connect on port 443 ... how should I stop apache listening 443 to could connect another app to th...
https://www.bootply.com/djOCiz6qLi# hello guys. please open this link and click on mobile icon. the "Blue header" should be sticky and it works fine. but when I click on "Nav...
guys ... what kind of code is this? I've never seen "type="_activity" before
I've installed IBSNG and it should listen to 80 and APACHE should running. but I don't need 443 because i don't have any domain to using HTTPS. now I've isntalled SoftEther a...