| bio | website | shiplu.mokadd.im |
|---|---|---|
| location | Dhaka, Bangladesh | |
| age | 31 | |
| visits | member for | 2 years, 11 months |
| seen | 5 hours ago | |
| stats | profile views | 3,401 |
Me, a learner, explorer.
Some of my answers.
- Best way to find differences between two large arrays in PHP
- Detect if cookies are enabled in PHP
- Can I open socket in PHP from a specific IP (if the machine has two IPs)?
- Performance of copying a file with fread/fwrite to USB
- How to extract relative URL from argument values from request string?
- Capture image with imagegrabscreen and Wamp
- Would this be enough to deter a robot?
- What is the PHP exec() return value?
- If domain A has an iframe of domain B, which has an iframe of domain A, can domain A access the cookies of domain B?
- PHP: check if a site is down
- How to reroute STDOUT, STDERR back to /dev/tty
- Can you use SELECT JOIN for questions and its tags?
- Splitting huge sql dump file in smallest chunks possible
|
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? |