RE: [PHP-WIN] Apache, PHP4, MySQL installation

2004-11-07 Thread Svensson, B.A.T. (HKG)
Of courcse you dont get errors, since you supress them with the at-sign (@) before the function name. While still doing alpha development it is stroingly suggested not to supress error output on espacilay database functions calls. That is why you only see the first echoed string. -Original

[PHP-WIN] Performance question?

2004-11-07 Thread George Pitcher
Hi, I'm currently rebuilding a site previously constructed using Lasso/Filemaker. I'm using PHP5/MySQL4/PEAR::DB and Smarty. The site holds course content information for universities and colleges. My first page after logging on displays courses for the user. This lists relevant courses, their

RE: [PHP-WIN] 2 sites accessing 1 db - problem

2004-11-07 Thread Svensson, B.A.T. (HKG)
Does MySQL allow remote and/or local connections to the system? Each MySQL user has security checks on weather it is allowed to do local respectively remote connections. -Original Message- From: George Pitcher To: [EMAIL PROTECTED] Sent: 5-11-2004 15:33 Subject: [PHP-WIN] 2 sites

[PHP-WIN] mail function not working

2004-11-07 Thread William Lee
My system: Windows XP Apache SMTP server: MailEnable PHP 5.0.2 Whenever I try to use the mail function, it returns me a value of false. My php.ini settings are: [mail function] ; For Win32 only. SMTP = localhost smtp_port = 25 Here's the function I'm using: ?php $r = mail([EMAIL PROTECTED],

[PHP-WIN] Re: mail function not working

2004-11-07 Thread Manuel Lemos
Hello, On 11/07/2004 11:48 PM, William Lee wrote: My system: Windows XP Apache SMTP server: MailEnable PHP 5.0.2 Whenever I try to use the mail function, it returns me a value of false. My php.ini settings are: [mail function] ; For Win32 only. SMTP = localhost smtp_port = 25 Here's the function

[PHP-WIN] Form data not being submitted

2004-11-07 Thread Justin.Baiocchi
Hi, I have a nasty little problem. Some user which connect to my website are unable to use the forms to submit any data - it works fine for some people, but nothing happens for others. It just goes back to the form page but no data is submitted. It's using PHP 4.3.4 Register Globals are on

RE: [PHP-WIN] Form data not being submitted

2004-11-07 Thread Justin.Baiocchi
Actually , problem solved - turns out IIS was configured to use two different php installations on the server(?), one of which had a different php.ini file and so people who were handled by that 'installation' couldn't post data. Weird. -Original Message- From: Baiocchi, Justin (CSIRO IT,