question about stripslashes and real_escape_string
im cleaning up an old app that I wrote fixing some of the vulernabilities from attacks.
I hav
pspell
using pspell, is it possible to get words that would be best in the current phrase?
For examp
updating a single value to multiple non consecutive rows
I need to update the same value to multiple non consecutive rows. I need to add an experation date t
Protecting forms
Alright, I want to protect some forms of mine from SQL Injections, because I had someone earlier spa
PHP mail() rejected by SMTP
I'm currently working on a newsletter application which is installed on a windows 2003 server runnin
Get dump of MySQL DB from Live Site
I'm after an easy, but secure way of generating and importing a MySQL dump from a remote server.
PHP doesn't send my mail
Hi all, I found this and used it to send mail. Simple contact form with some required fields. The va
Windows 7
Windows 7 default user account control worries experts. Corporate IT departments should be pleased w
Check premium expire
Hi,
I am making a simple file hosting site and want to check if users premium subscriptions h
Rounding a number queried from a database
I know that to display a rounded number you just do echo "round($number)";. But how would