Forum: PHP Oct 12th, 2008 |
| Replies: 5 Views: 1,872 Hi Diode
The purpose for cleanQuery is to protect your data from malicious SQL injection attacks. Those attacks only occur when querying a database. The point is that cleanQuery doesn't strip any... |
Forum: PHP Oct 12th, 2008 |
| Replies: 5 Views: 1,872 Hi Diode
I think you misunderstand what that function does and how it should be used. The function you are using does not clean out any SQL code. It merely escapes (with a backslash) characters... |
Forum: PHP Oct 9th, 2008 |
| Replies: 6 Views: 606 What is a JARGAN?
In order for CAPTCHA to work, you need to have GD support in PHP enabled on your server. It has been included with PHP since version 4.3, but it might not be enabled.
You... |
Forum: PHP May 14th, 2008 |
| Replies: 16 Views: 4,324 I have to agree with nav33n. That would not cause the problem. |
Forum: PHP May 14th, 2008 |
| Replies: 16 Views: 4,324 You need to isolate the problem. At this point, you don't know if the GET variable is not picking up the value or if the value is not being inserted into thte table.
add echo $q_id;
just after... |
Forum: PHP Dec 6th, 2007 |
| Replies: 4 Views: 962 Try using different values for your select options. It makes it much easier to assemble a date in the proper format, which is yyyy-mm-dd.
<select name="date_year">
<option... |
Forum: PHP Dec 1st, 2007 |
| Replies: 16 Views: 1,726 I agree copmpletely with csgal.
I think it comes down to this.
PHP is overwhelmingly more popular than PHP, but .NET is very popular in large corporations.
IMHO, if you want to develop web... |