Re: [PHP-DEV] PHP5 compilation broken? Patch

2003-02-28 Thread Marco Tabini
Never mind... I had updated the wrong head :( Sorry! Mt. On Fri, 2003-02-28 at 23:33, Marco Tabini wrote: > Howdy-- > > Tried to compile today's CVS of PHP5 but I get a compilation error in > main/network.c. Here's a patch that (I think) should take care of the >

[PHP-DEV] PHP5 compilation broken? Patch

2003-02-28 Thread Marco Tabini
Howdy-- Tried to compile today's CVS of PHP5 but I get a compilation error in main/network.c. Here's a patch that (I think) should take care of the problem: Index: main/network.c === RCS file: /repository/php4/main/network.c,v retrie

Re: [PHP-DEV] Connecting to Outlook Data from PHP/MySQL?

2002-12-18 Thread Marco Tabini
You should be able to use LDAP if you have an Exchange server. Marco -- php|architect - The Magazine for PHP Professionals The monthly magazine dedicated to the world of PHP programming Check us out on the web at http://www.phparch.com! --- Begin Message --- Does anyone know of a

Re: [PHP-DEV] Idea to extend language: Explicitly setting variablescope inside user defined function (longer)

2002-10-21 Thread Marco Tabini
that a bit of discipline could solve this problem--but then again a bit of discipline also makes you use the scoping the way it is and come away clean without any major problems! --Mt. On Mon, 2002-10-21 at 21:19, Hans Zaunere wrote: > > --- Marco Tabini <[EMAIL PROTECTED]> wrote: &

Re: [PHP-DEV] Problem with file_exists (Newbie Q)

2002-10-14 Thread Marco Tabini
You'll have to use the CURL library: http://ca.php.net/manual/en/ref.curl.php Cheers, Marco On Sun, 2002-10-13 at 16:21, Adrian Slusarczyk wrote: > Hi, > > I have the following problem: In a function, I want to verify whether a > file exists before I go on, and if it doesn´t, return false a

Re: [PHP-DEV] URL

2002-10-10 Thread Marco Tabini
Well, you could use mod_rewrite or simply point the default page of your website to a particular URL, but that will only work for one page--you can't hide all the pages behind the same URL, because the server wouldn't know how to address them. On Thu, 2002-10-10 at 16:38, ^|CoOL|^ cRþSH wrote: >

Re: [PHP-DEV] Help plase Php + MySql

2002-10-10 Thread Marco Tabini
You need to use mysql_fetch_array instead On Thu, 2002-10-03 at 15:29, Keith Calvert wrote: > Hi I've just started with Php and MySql > I have installed the PhpTriad all in one package and all seems to be going > well. > > I have the following problem, here is the code > > $result = mysql_quer