[PHP-WIN] Re: Extended Mail

2004-03-31 Thread chregu
For further details see the attachment. +++ Attachment: No Virus found +++ Panda AntiVirus - www.pandasoftware.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

php-windows Digest 31 Mar 2004 08:24:34 -0000 Issue 2188

2004-03-31 Thread php-windows-digest-help
php-windows Digest 31 Mar 2004 08:24:34 - Issue 2188 Topics (messages 23310 through 23324): Re: AdoDB error 23310 by: John Lim strange behavior with echo/print 23311 by: Alain.Orset 23312 by: Jason Barnett file_exists issue 23313 by: Xavier Serna PHP Script

[PHP-WIN] WARNING! Virus

2004-03-31 Thread Firman Wandayandi
Be carefull guys, maybe email attacment contain a virus, NAV 2003 catch a virus [EMAIL PROTECTED] I don't know from which list, php-general, php-windows, pear-general, pear-dev or pear-cvs. Firman -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.p

[PHP-WIN] Including files in php

2004-03-31 Thread Jim MacDiarmid
I seem to be having trouble with including files into my pages. I like to structure my site into folders so that I can keep the root folder relatively clean and only necessary files go in there. For example: \DocRoot\ \folder1\ \folder2\ \folder3\ -- etc -- I've n

Re: [PHP-WIN] Including files in php

2004-03-31 Thread trystano
try not to use the '\' as this is an escape character. Try using '/' and see what happends. Tryst -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] MySQL Limit Question

2004-03-31 Thread Tony Devlin
How can I setup a query to select from a database ONLY the last 5 inserted rows. OR atleast the last 5 starting from this date back, but only select the last 5 in order. If anyone has any suggestions I'd appreciate them. Thanks, Tony

[PHP-WIN] Re: MySQL Limit Question

2004-03-31 Thread Justin Patrin
Tony Devlin wrote: How can I setup a query to select from a database ONLY the last 5 inserted rows. OR atleast the last 5 starting from this date back, but only select the last 5 in order. If anyone has any suggestions I'd appreciate them. Thanks, Tony I would set up a timestamp column in

[PHP-WIN] Re: Including files in php

2004-03-31 Thread Jason Barnett
Jim Macdiarmid wrote: I seem to be having trouble with including files into my pages. I like to structure my site into folders so that I can keep the root folder relatively clean and only necessary files go in there. For example: \DocRoot\ \folder1\ \folder2\ \folder3\

php-windows Digest 31 Mar 2004 21:02:15 -0000 Issue 2189

2004-03-31 Thread php-windows-digest-help
php-windows Digest 31 Mar 2004 21:02:15 - Issue 2189 Topics (messages 23325 through 23330): WARNING! Virus 23325 by: Firman Wandayandi Including files in php 23326 by: Jim MacDiarmid 23327 by: trystano.aol.com 23330 by: Jason Barnett MySQL Limit Question

[PHP-WIN] DB::affectedrows() issue

2004-03-31 Thread Jim MacDiarmid
I'm attempting to use this method and I'm getting an undefined method error. Anyone else getting this or having any luck with it? Thanks, Jim -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

SV: [PHP-WIN] Including files in php

2004-03-31 Thread Jesper Palmqvist [Talarforum i Skandinavien AB]
Or simply use '\\' include("..\\folder1\\includefile.php"); Or just include("\\folder1\\includefile.php"); /Jesper -Ursprungligt meddelande- Från: Jim MacDiarmid [mailto:[EMAIL PROTECTED] Skickat: den 31 mars 2004 18:34 Till: [EMAIL PROTECTED] Ämne: [PHP-WIN] Including files in php I