[PHP] Security

2001-09-12 Thread Mat Marlow
Hi Folks, Does anyone know of a good place I can go to find information about PHP/MySQL/Apache security issues and vulnerabilities? I know a couple of security sites but are there any specific ones for this purpose? We're currently weighing up pros and cons of using them for our site. I want to do

[PHP] new lines in text fields

2001-07-06 Thread Mat Marlow
Hi all, I am in desperate need for a solution to HTML text fields not storing new lines. I'm storing news articles in a database but all the text just ends up in a big block because it ignores line breaks. Is thre a way around this without having to upload text files? Thanks, Mat -- PHP Gene

[PHP] HTTP_POST_VARS variable names?

2001-04-18 Thread Mat Marlow
Hi, Does anyone know if php stores POST variable names as well as values? I'm using HTTP_POST_VARS for the values but I'm having to create my own array for the names. cheers, Mat -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

[PHP] HTTP_POST_VARS

2001-04-12 Thread Mat Marlow
Hi all, I'm having trouble retrieving data from $HTTP_POST_VARS. Whenever I try to print something from it using print($HTTP_POST_VARS[0]); it just prints "Array". And I know it works because I've done it once and can't do it again! Am I missing something glaringly obvious? Thanks for the help,

[PHP] changing the .ini file

2001-03-01 Thread Mat Marlow
Hi, Surely you don't have to re-boot the server (NT/IIS) when you change the .ini file??!! I'm trying to change the SMTP value but when I do, my phpinfo() page still lists the old one. And that'll be why my forms don't work! ;o) I've stopped and started the website to no avail, what should I do?

[PHP] newbie: mail setup in php.ini

2001-03-01 Thread Mat Marlow
Hi all, I have a simple form that seems to do everything except send the mail and it's not even returing TRUE from mail() anymore. I'm pretty sure there's a problem with our smtp server since we're using our ISP's smtp to send mail from usually so I've tried setting SMTP to that outside server in