shiplu.mokadd.im

less info
1d
comment PHP - How to Pass in Either POST Value or NULL Value (not NULL string) to a Stored Procedure
Well I meant null value = $var=null; and null string = $var='null';. But I agree there was no formatting as its quite hard in cell phone.
1d
awarded  Popular Question
1d
answered PHP - How to Pass in Either POST Value or NULL Value (not NULL string) to a Stored Procedure
1d
comment Why wont this regex match?
This is the best approach.
1d
comment PHP preg_match - capturing attributes that use either double or single quotes
If its easier you wouldn't ask it here, do you?
2d
revised strtotime returning wrong day
added 54 characters in body
2d
comment PHP preg_match - capturing attributes that use either double or single quotes
Dont use RegEx to parse HTML/XML documents. Use DOM or XPath.
2d
revised strtotime returning wrong day
added 105 characters in body
2d
answered strtotime returning wrong day
Jun
15
comment Add Javascript Code shorted URL Syntax
Also you have used this keyword improperly. It will cause problem later.
Jun
15
comment Add Javascript Code shorted URL Syntax
What is your problem?
Jun
15
answered Which is the best way to match short string? regular expression or if else statement?
Jun
15
comment When to nest functions in javascript?
First option is just fine.
Jun
15
comment code to find new year for a given criteria
@jyoti You should use DateTime. I used DateTime and it works.
Jun
15
comment code to find new year for a given criteria
That result will come if you run the program in year range 1600-2000. And its stated in my answer already.
Jun
15
answered code to find new year for a given criteria
Jun
15
comment code to find new year for a given criteria
What did you to get it?
Jun
15
revised code to find new year for a given criteria
added 65 characters in body
Jun
15
comment calling web service using $.ajax
possible duplicate of How to make cross domain ajax call using jQuery JSONP
Jun
13
answered counting the number of times a recursive function is called