All Questions

by kord | 13/11/19 | 1 Answers | Tags : Views : 593
what is the proper way to use mysqli_query() Function ?

Read more

by steave ray | 13/11/19 | 1 Answers | Tags : Views : 638
what is Buffer overflow protection ?

Read more

by debugger | 12/11/19 | 1 Answers | Tags : g++ Views : 638
what difference between Gcc and G++ ? i come to many time terms GCC and G++ So can anyone help me to understand each.

Read more

by Phpworker | 02/10/19 | 1 Answers | Tags : Views : 1116
query

Read more

by kord | 02/10/19 | 1 Answers | Tags : Views : 704
finding duplicate entry for particular date so i use following code

Read more

by jagdish | 23/09/19 | 1 Answers | Tags : Javascript Views : 1051
i am trying something for react-native navigation

Read more

by jignesh | 20/09/19 | 1 Answers | Tags : Javascript Views : 941
when i select Debug JS Remotely at emulator and run the project. i am getting error at chrome

Read more

by sarah | 20/09/19 | 1 Answers | Tags : Views : 1056

Read more

by Cimb | 20/09/19 | 1 Answers | Tags : Views : 1971
i installed mysql with php and i want to use same server for the Django i changed the settings.py when i run the Django server i got following error django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module. Did you install mysqlclient?

Read more

by david | 20/09/19 | 1 Answers | Tags : XHTML Views : 1011
i tried to install Django with pip3 but it says error like this Cannot find installed version of python-django or python3-django. so how to create project in Django

Read more

by angeo | 19/04/19 | 1 Answers | Tags : Mac , OS X Views : 1369
how to Install Mac Os Mojave into window 7 ?

Read more

by Cimb | 12/10/18 | 1 Answers | Tags : PHP Views : 1553
system.ini type=test url=www.af.com/siteapi/?ac=22 parse_ini_file("system.ini"); give us Error : Note: This pane has not active settings.. it is informational.

Read more

by sandip | 10/10/18 | 1 Answers | Tags : PHP Views : 1210
how to use php namespace? i mean when i write code namespace Csv\Exception; what that means ?

Read more

by debugger | 05/10/18 | 1 Answers | Tags : MySQL Views : 1102
i downloaded mysql based file dump.sql file and its large upto 400 mb and i want to upload it server but its saying timeout so i can do split it and upload one by one

Read more

by lain | 03/10/18 | 1 Answers | Tags : PHP Views : 958
I am downloading some file from remote server want to check if file is zip or not in php so how to check it ?

Read more

by sarah | 02/10/18 | 1 Answers | Tags : wp_login.php , wpdb Views : 1467
i have site A , site B and both is in same server but differ folder and differ database. i want to use site A 's user to login at site B. i used sync plugin but i dont want to sync database just need to login with other Site b 's user at Site A ..

Read more

by sandip | 02/10/18 | 1 Answers | Tags : PHP Views : 913
$a="14,137.84" want to convert it 14137.84 how to convert to integer or float value from money format suppose i do intval($a) it give 14 which is wrong

Read more

by david | 02/10/18 | 1 Answers | Tags : PHP Views : 1158
i want to covert The day of the year (starting from 0) (z) to original date so suppose 354 to date format ..

Read more

by kiran | 02/10/18 | 1 Answers | Tags : PHP Views : 1625
Warning: Unexpected character in input: '' (ASCII=92) state=1 in Parse error: syntax error, unexpected T_STRING in

Read more

by david | 02/10/18 | 1 Answers | Tags : PHP Views : 1073
php regular expression to find the number from string I have trying this : preg_match ('/[^a-zA-Z0-9]/i', $value) but not getting number from string with full of number and character .

Read more