| bio | website | shiplu.mokadd.im |
|---|---|---|
| location | Dhaka, Bangladesh | |
| age | 31 | |
| visits | member for | 2 years, 11 months |
| seen | yesterday | |
| stats | profile views | 3,268 |
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
|
1d |
comment |
how can i set intervals in sending mails? You can send email by swiftmailer. |
|
May 23 |
answered | how can i set intervals in sending mails? |
|
May 23 |
comment |
what is the code for checking that user is registered or not for further process in php? at minimum session management is needed to overcome this issue. |
|
May 23 |
comment |
what is the code for checking that user is registered or not for further process in php? @asifsid88 why JavaScript and MySQL? |
|
May 23 |
comment |
Jquery: Append HTML to a variable containing HTML what does $content mean here? |
|
May 21 |
awarded | Popular Question |
|
May 12 |
comment |
Trying to fix deprecated errors in PHP Show the real quote. This code does not echo $error |
|
May 12 |
comment |
Mail function on PHP not working with Outgoing mail in XAMPP Mercury/32 You should at least read the comments in that file. |
|
May 12 |
revised |
Math library seems not to be found by gcc added 2 characters in body |
|
May 12 |
comment |
Https interception by Fiddler I didn't know fiddler could do that. |
|
May 9 |
comment |
Use regex to replace sequences in a string with modified characters +1 for the non-regex solution. |
|
May 8 |
comment |
Use regex to replace sequences in a string with modified characters Why not you answer containing the single regex solution? I know it can be done with conditional. |
|
May 8 |
comment |
Use regex to replace sequences in a string with modified characters @nhahtdh it might be possible. But I am against wasting a lot of time to find a regex. It just time wasting when it takes time to find a good regex while you can do it in trivial way in 10 mins. |
|
May 8 |
comment |
Use regex to replace sequences in a string with modified characters @nhahtdh str.replaceAll("([a-z])\\1", "$1*$1").replaceAll("([a-z])\\1", "$1*$1"); should always work. :) |
|
May 8 |
revised |
Use regex to replace sequences in a string with modified characters added 34 characters in body |
|
May 8 |
answered | Strange error php |
|
May 6 |
awarded | Nice Answer |
|
May 3 |
comment |
About error “Attempt to modify property of non-object” @joe could you elaborate your question? |
|
Apr 23 |
comment |
parsing json dictionary in javascript to iterate through keys @Neolisk Nope. See carefully! The code says for each key in object and if this key is the obj's own property set value ... |
|
Apr 21 |
awarded | Popular Question |