shiplu.mokadd.im

less info
Jun
10
comment Show icon on tabbar when tabBarPosition is 'top',
Nice point. Though it was actually a version issue from my side.
Jun
8
comment Match text surrounded by “{{” and “}}”
For such recursive pattern writing a parser is easier when regex fails
Jun
8
comment how to create a list of word pairs from a list
What is tha expected output
Jun
2
comment how do I use inheritance properly to set parent attributes?
Your var_dump() output is not normal. I believe the program you are using to dump is not producing proper output.
Jun
2
answered how do I use inheritance properly to set parent attributes?
Jun
1
comment PHP Determining intersection between arrays within multidimensional array
@bwoebi it wont change the result. But it'll execute array_intersect on same elements twice. This was prevented by using array_slice.
Jun
1
comment PHP Determining intersection between arrays within multidimensional array
@raina here to you. Added a one-liner
Jun
1
revised PHP Determining intersection between arrays within multidimensional array
added 130 characters in body
Jun
1
revised PHP Determining intersection between arrays within multidimensional array
deleted 28 characters in body
Jun
1
answered PHP Determining intersection between arrays within multidimensional array
Jun
1
answered MySQL self inner joining and seaching in it
Jun
1
comment Edit Page for Ecommerce Site PHP
Please dont put anything there. Put every thing here so we can see it at a glance.
Jun
1
answered Download tracks from Soundcloud via their API
Jun
1
comment PHP cURL with header not working
@CartMan see update. Also see the samples too.
Jun
1
revised PHP cURL with header not working
added 582 characters in body
Jun
1
comment imap_open() does not work in the server
Add var_dump(imap_errors()); in the code and let us know what it outputs.
Jun
1
comment imap_open() does not work in the server
may be route to imap.mail.yahoo.com from your server is broken.
Jun
1
answered PHP cURL with header not working
Jun
1
answered JavaScript : displaying Yesterdays Date in JavaScript
Jun
1
comment Array ksort only shows non-like values?
What is the expected behavior and current behavior?