All Questions

by | 31/03/17 | 1 Answers | Tags : PHP , execution Views : 2349
i set the cron to run it daily . above PHP script process the some api data which is million so it take about 3 to 4 hour to run full code. now suppose i have web page . where i click the stop process it should stop the currently running background PHP script. so is there any way where i can stop the background running script in PHP ?

Read more

by yogi | 31/03/17 | 1 Answers | Tags : PHP , foreach , for , while Views : 1159
to iterate loop in PHP foreach loop ::

Read more

by iPhone-coder | 30/03/17 | 1 Answers | Tags : ios , app-development , app-review Views : 1171
I trying to submit my app for the App Store on iTunes Connect, but i getting following error There are one or more errors on the page.

Read more

by jaydeep | 29/03/17 | 2 Answers | Tags : Object , String , object-to-string Views : 36647
How to convert object to string in PHP , is there any pre-defined function toString function which will convert object to string ,

Read more

by jaydeep | 28/03/17 | 1 Answers | Tags : Session , Cookie , data-storage Views : 1085
what is difference between cookie and session in PHP ?

Read more

by Phpworker | 23/03/17 | 2 Answers | Tags : python , exec , eval Views : 1848
Difference between eval and exec function in Python so what is pros and cons of eval vs exec in Python or both same no difference

Read more

by Phpworker | 23/03/17 | 4 Answers | Tags : python , parse , csv , explode Views : 1368
csv content like this than how can i explode string with new line and comma . is there explode like PHP do in Python ?

Read more

by jessica | 23/03/17 | 3 Answers | Tags : python , multidimensional-Array Views : 1600
how to create multidimensional array in PYTHON ?

Read more

by lain | 22/03/17 | 2 Answers | Tags : PHP , acess-property-of-object , Class Views : 8449
i made PHP Class , doing some experiment with class concept . creating dynamic array which give field name and try to access property with other function in PHP , and getting Catchable fatal error getting Catchable fatal error :: Object of class could not be converted to string in PHP

Read more

by jaydeep | 16/03/17 | 1 Answers | Tags : PHP , interface , implements Views : 945
How to use interface in PHP ? How to implement interface in PHP ? what is the best way to use interface in PHP ?

Read more

by lain | 09/03/17 | 1 Answers | Tags : PHP , concat Views : 1131
echo $page_link should be ?page=1 or /page/1 but it retrun only 1 why concatenating in PHP not working well ?

Read more

by lain | 08/03/17 | 1 Answers | Tags : Javascript , array , String Views : 1266
so let me know better solution

Read more

by sandip | 07/03/17 | 2 Answers | Tags : Joomla , menu , Component Views : 1631
Trying to create new Joomla component , i did all right but menu is not showing at admin side for Admin .

Read more

by jessica | 06/03/17 | 1 Answers | Tags : PHP , Object Oriented Programming Language , self Views : 926
i found in some code what is use of self:: in PHP ?

Read more

by jessica | 06/03/17 | 1 Answers | Tags : PHP , Scrap , crawl , scrapping , website Views : 1467
how to prevent website scrapping ? , i have doubt some other crawler is scrapping my website and copying data to their website so how can i prevent site to be scrapped ? how to avoid crawl to website from all other server / website except some search engine (google ./ bing / yahoo etc.)

Read more

by | 03/03/17 | 1 Answers | Tags : array , Java , ArrayList , difference Views : 1370
what is Difference between Array vs ArrayList in Java ?

Read more

by pratik | 28/02/17 | 1 Answers | Tags : difference , mysqli_real_connect , mysqli_connect Views : 2261
what is Difference between mysqli_real_connect() and mysqli_connect() in PHP ?

Read more

by pratik | 28/02/17 | 1 Answers | Tags : MySQL , phpMyAdmin , forget-password Views : 1104
i installed wamp and now i try to login at phpMyAdmin but i forgot password of admin of MySQL which i define at the time of installation and now i tried many combination of username and password and its not working . i think i am lost now. so what to do recover or reset the admin password of MySQL ?

Read more

by noob | 28/02/17 | 2 Answers | Tags : database , parse , csv Views : 1227
try to prase the csv and store to database. i am exploding it csv content with "," and still i getting improper result. so is that good way to parse beside of it ?

Read more

by ajamil | 26/02/17 | 1 Answers | Tags : Android , adb , devices , Xiaomi , Micromax Views : 933
i try to use Xiaomi MI 4 to test app at device , it was not work and again i try to test it with Xiaomi Redmi Note device , and than i try to use Micromax for MI4 ,

Read more