shiplu.mokadd.im

less info
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