Mail sending is slow on server
Why mail is taking time to be send on apache-linux server
small inaccuracies
I have this code to convert fractional base 10 into base 2:
while($num > 0)
Revoking alter any table from a schema
Hi All,
i am working in Oracle 10g.
my requirement is to revoke all kind of DDL oper
Exporting new records
Trying to figure out the best way to set this up.
People register my site.
Their prof
Extract text from string
Hi folks,
I have a string that looks like this:
aaaaaaaaaa:
bbbbbbbbbb (ccccccccc)
Help with captcha script needed
Hello,
I am working on a script where reCAPTCHA or a similar form of CAPTCHA will be used, f
Extending Exception to contain method name
I was wondering, if there's a way to extend Exception in such a way, that it would contain name of a
php mail form text wont appear / javascript included
Guys/gals...
I am running into a problem whereby I have a great piece of javascript code that
Splitting Attributes
SQL> SELECT I_NAME, substr(I_NAME,1,instr(I_NAME,'O')) "First part",
substr(I_NAME, IN
.htpasswd Registration Form
Hi,
I wanted to make an htpasswd registration form.
I found this code on the internet but have