A PHP enthusiast with much to learn still.
Currently I'm developing in CodeIgniter, MojoMotor and ExpressionEngine.
I'm also starting on Android Development (which implies Java too) where I find SO to be a great resource for the time being.
|
May
14 |
|
awarded | Supporter |
|
May
12 |
|
revised |
Capturing (externally) the memory consumption of a given Callback removed tag from title |
|
May
11 |
|
revised |
PHP MVC Pattern removed tag from title |
|
May
11 |
|
comment |
Referencing php on Dropbox in HTML Find a better hosting provider. |
|
May
11 |
|
revised |
How to continue the previous ajax action after login removed tag from title |
|
May
8 |
|
awarded | Popular Question |
|
May
8 |
|
revised |
Function freezes website more describing title |
|
May
4 |
|
comment |
How to mask a URL Please add your mod_rewrite attempt, so we can tell you what was wrong with it. |
|
May
3 |
|
comment |
Should you use prepared statements for their escaping only? This is an odd question - and would probably solicit debate - which is why I vote to close. Personally, I would never stop using prepared statements just because it makes me feel that my code is more secure ( from sql injections). |
|
Apr
29 |
|
comment |
Using AWS SES API @JeremyLindblom Read the comment again; I was to assume that there was no SDK for the language he wanted to use, to answer his question. |
|
Apr
29 |
|
comment |
Using AWS SES API @JeremyLindblom The question is tagged with PHP - probably the language he wanted to use, then. |
|
Apr
28 |
|
comment |
Using AWS SES API That's easy. Basically you just authorize and sign your requests and when you did that you combine your authorization with the VerifyEmailIdentity action - Other than taking up at least more than five times the amount of code, it should be pretty simple. |
|
Apr
27 |
|
revised |
Using AWS SES API Updated to match the question requirement. |
|
Apr
27 |
|
answered | Using AWS SES API |
|
Apr
24 |
|
comment |
Codeigniter simple upload progress/wait animation This is not a coding service. Show your own effort and attempts and ask specific questions. |
|
Apr
24 |
|
comment |
mail goes to spam in gmail account only This question is off topic. Vote to close. |
|
Apr
24 |
|
comment |
PHP's IF/Else for a Login display Although this might be a better way of actually doing this, this doesn't take session_start()'s return value in to consideration.
|
|
Apr
24 |
|
comment |
PHP's IF/Else for a Login display You probably had some output before session_start() which makes the function return false. Hence your else clause is triggered. Is error reporting enabled?
|
|
Apr
23 |
|
comment |
PHP encryption methods - which one is better and why Your question isn't a good fit for SA. Vote to close. |
|
Apr
23 |
|
comment |
Logout redirect to wrong page The reason could be a lot of things; an empty $web_path, hitting the wrong switch case, the destination redirecting again. You give too little information for us to work with. More code and more debugging info would help.
|