Search found 8 matches

by GeoffR
Mon Jun 18, 2007 5:41 pm
Forum: PHP - Security
Topic: Secure Form "Comment" field
Replies: 10
Views: 2682

Thanks

Thanks for your help and advice with this, it is much appreciated.

Regards,
Geoff
by GeoffR
Fri Jun 15, 2007 1:54 am
Forum: PHP - Security
Topic: Secure Form "Comment" field
Replies: 10
Views: 2682

Thanks.. but?

Hey thanks a lot for that... I ran it and get this error:

Fatal error: Call to undefined function: str_split() in /home/ghdyys/public_html/tell_a_friend.php on line 101

Make sense?
Geoff
by GeoffR
Fri Jun 15, 2007 1:33 am
Forum: PHP - Security
Topic: Secure Form "Comment" field
Replies: 10
Views: 2682

Just a gene

I am trying to find a general script that I can use in several places for protecting a "comments" area of a form, whether it be a feedback form, a "tell a friend" form, a sign up form, etc. Most of these have a "comments" block at the end for the user to say anything. I...
by GeoffR
Fri Jun 15, 2007 1:15 am
Forum: PHP - Security
Topic: Secure Form "Comment" field
Replies: 10
Views: 2682

Secure Form "Comment" field

I venture carefully out into the heavy traffic on this coder's highway, being a novice with PHP. If I am not too simplistic in my question, is there a SIMPLE rule I can apply to a Comment field in my form to protect my site from the evil warrior? i.e. Perhaps a basic regular expression, or the like,...
by GeoffR
Tue Jun 05, 2007 7:32 pm
Forum: Installation and Configuration
Topic: Nearly there... PHP5 Installation with an error message
Replies: 8
Views: 1281

Thanks

Thanks, I will check that out.

Much appreciated,
Geoff
by GeoffR
Tue Jun 05, 2007 6:18 pm
Forum: Installation and Configuration
Topic: Nearly there... PHP5 Installation with an error message
Replies: 8
Views: 1281

PHP.ini question

Thanks, that was useful -- I discovered the current php.ini was in c:\Windows\, and was using an old version 4 file. I replaced it with my new version 5, restarted the server, but nothing changed. I'm not sure why it is looking to C:\Windows\php.ini. Is it possible to change that path to C:\php\? (D...
by GeoffR
Tue Jun 05, 2007 10:32 am
Forum: Installation and Configuration
Topic: Nearly there... PHP5 Installation with an error message
Replies: 8
Views: 1281

No, that is set correctly

Thanks, I just checked... the setting in php/php.ini is

session.save_path = "C:\PHP\phpsessions"

??
Geoff
by GeoffR
Tue Jun 05, 2007 8:52 am
Forum: Installation and Configuration
Topic: Nearly there... PHP5 Installation with an error message
Replies: 8
Views: 1281

Nearly there... PHP5 Installation with an error message

My first post..... After 2 years of putting this off ;-) I finally have PHP and MYSQL both working with IIS5 on a local WinXP machine! I have installed PHP5, added the ISAPI filter, and all seems to be working. HOWEVER, when tying to view my website on localhost, I am getting errors... Here is my fi...