[PHP] Unable to connect to MSSQL server if user is non-admin

2003-10-09 Thread Andres Montiel
Setup: Windows 2000 Microsoft SQL Server 2000 PHP 4.3.3 IIS 5 AdoDB On my IIS server, I set it to reject anonymous logins (I need to eventually get the NT login names). I am able to run PHP scripts on the defined site (it can run a phpinfo() script). On another computer, I try to access the page

[PHP] retrieving custom email headers

2002-09-17 Thread Andres Montiel
Can PHP retrieve custom headers? If, for example, someone sends me an email with the custom header Internet-card:, can I get it's value via PHP? The imap_header, AFAIK, gets only prespecified headers (fromaddress, Subject, date, etc.). I have tried searching via google but all I got were

[PHP] Page rendering speed: PostNuke or PHP-Nuke

2002-07-01 Thread Andres Montiel
To those who have used these content management systems: which one renders pages faster, PostNuke or PHP-Nuke? I plan to set up a site on my Linux box and want to know which one I should use. :) Also, would anyone know of a PHP based content management system that does not have the usual 3

Re: [PHP] Re: Recursion

2001-10-01 Thread Andres Montiel
Thank you so much! This eases my worries for next semester. Would happen to have an example script showing PHP using recursion? Thanks again! Martin wrote: Hi Andres, Yes, PHP support recoursion. That means, that you are calling a function again and again, but with new start-parameters. For

[PHP] Recursion

2001-09-30 Thread Andres Montiel
One of my classes next semester needs me to program using a language that does recurison. I don't really know what this means, though. Can PHP do this? Thanks! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL