Re: [PHP] Re:[PHP] Magic-quotes

2004-12-06 Thread Robert Cummings
On Mon, 2004-12-06 at 16:22, Jeff McKeon wrote: > So now the big question which will undoubtly spark a lot of opinions (I > hope). > > We use apache/php/mysql based sites for internal management of our > systems and would now like to give our customers direct access to manage > their accounts via

Re: [PHP] Re:[PHP] Magic-quotes

2004-12-07 Thread Richard Lynch
Jeff McKeon wrote: > So now the big question which will undoubtly spark a lot of opinions (I > hope). > > We use apache/php/mysql based sites for internal management of our > systems and would now like to give our customers direct access to manage > their accounts via the web. Naturally this raise

Re: [PHP] Re: php style guides

2005-01-12 Thread Jochem Maas
Jason Barnett wrote: Tim Burgan wrote: Hi everyone, What 'rules' do you follow about styling/formatting your PHP code? Do you follow a guide that is available online? Please do not flame me here, different strokes for different folks! :-) ... And that's fine. The main thing is: aim for consist

Re: [PHP] Re: php style guides

2005-01-12 Thread Tom
Something I've laboured over for years, in various languages (same issue in perl, ASP, JSP...). My personal preference depends on how much of what is being dumped. If it's a really simple page, then do it in line, I tend to indent it as a seperate tree to the php code (ie there are two staggers)

Re: [PHP] Re: php 5 interfaces

2005-01-20 Thread Sergio Gorelyshev
On Thu, 20 Jan 2005 16:39:21 +0100 "M. Sokolewicz" <[EMAIL PROTECTED]> wrote: > Sergio Gorelyshev wrote: > > Hi all. > > > > Situation: > > > > interface MyInterface { > > public static myMethod(); > > } > > > > class MyClass implements MyInterface { > > public static myMethod() {} > > } > >

Re: [PHP] Re: php 5 interfaces

2005-01-20 Thread Jochem Maas
M. Sokolewicz wrote: Sergio Gorelyshev wrote: Hi all. Situation: interface MyInterface { public static myMethod(); } class MyClass implements MyInterface { public static myMethod() {} } This sample will crash with message Fatal error: Access type for interface method MyInterface::myMethod() mus

Re: [PHP] Re: [PHP-WIN] Random

2005-01-29 Thread trobi
Leif Gregory wrote / napísal (a): Hello SargeTron, Wednesday, January 19, 2005, 10:10:20 AM, you wrote: S> rand() only returns an int (number), but I would like something S> like dd75$6*, you know, containing any character. I would like it S> only to do a certain string ONCE, so there are no dupli

Re: [PHP] Re: [PHP-WIN] Random

2005-01-29 Thread Leif Gregory
Hello trobi, Saturday, January 29, 2005, 12:05:33 PM, you wrote: t> whatabout uniqid()? He also wanted symbols [EMAIL PROTECTED]&*() etc. Cheers, Leif Gregory -- TB Lists Moderator (and fellow registered end-user) PCWize Editor / ICQ 216395 / PGP Key ID 0x7CD4926F Web Site

Re: [PHP] Re: PHP book recommendations>

2005-02-14 Thread C.F. Scheidecker Antunes
I've enjoyed Schlossnagle as I have it on my personal library. Also I am finishing to read PHP 5 Power Programming from Prentice Hall and the creators of PHP. If you want to learn coding style and coding good practices check out this book. A cheap place to get books here in the US is bookpool.com

Re: [PHP] Re: PHP and Access

2005-02-26 Thread Bruno Santos
pete M wrote: Check this out http://adodb.sourceforge.net/ http://phplens.com/adodb/code.initialization.html#init have fun Pete Bruno Santos wrote: Hello. I need to to an application in PHP with graphics creation. The database where i need to go and fetch the values is access. is possible for PHP t

Re: [PHP] Re: PHP-5 book

2004-07-21 Thread Denis Fingonnet
I have bought the second one : PHP5 avancé (in french). And it is a very good book. Denis Fingonnet Nadim Attari a écrit : 1. http://www.eyrolles.com/Informatique/Livre/9780672325618/livre-advanced-php-programming.php 2. http://www.eyrolles.com/Informatique/Livre/9782212113235/livre-php-5-avance.ph

RE: [PHP] Re: php coding software

2004-08-02 Thread Vail, Warren
EMAIL PROTECTED] Subject: [PHP] Re: php coding software Brad I use HTML-Kit for HTML, ASP, Java, CSS, PHP and MySQL. Free too :) -- - Michael Mason Arras People www.arraspeople.co.uk - "Brad Ciszewski" <[EMAIL PROTECTED]>

Re: [PHP] Re: php coding software

2004-08-03 Thread Jordi Canals
Oliver John V. Tibi wrote: in addition to brad's post, does anyone know of coding software that supports team development environments and/or a versioning server for windows? I use Zend Studio wich provides CVS integration. But I'm sure you will find some others with CVS support. If not, I will re

RE: [PHP] Re: php tools OT

2004-08-10 Thread Jay Blanchard
[snip] Real men write code using a chisel and hammer on granite stone. You bet your ass you'll learn how to write small, tight, clean code quickly. [/snip] If only we wrote our e-mail the same way! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.p

Re: [PHP] Re: php and print

2004-10-11 Thread raditha dissanayake
Harlequin wrote: Bruno I'm still rather new to PHP so I use client side Java: you are not using java you are using javascript. [CODE] Click Here To Print This Page: [/CODE] That may be os use to you... -- Raditha Dissanayake. ---

RE: [PHP] Re: php and print

2004-10-11 Thread Steve Murphy
Why not just use CSS? http://www.alistapart.com/articles/goingtoprint/ Steve -Original Message- From: raditha dissanayake [mailto:[EMAIL PROTECTED] Sent: Monday, October 11, 2004 12:23 PM Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Re: php and print Harlequin wrote: >Bruno > >

Re: [PHP] Re: php and print

2004-10-12 Thread Harlequin
I'm also using Hypertext Mark-up Language and Hypertext Pre-processor but hey - who cares about the TLAs...? -- - Michael Mason Arras People www.arraspeople.co.uk - "Raditha Dissanayake" <[EMAIL PROTECTED]> wrote in message news:[EMAIL

Re: [PHP] Re: php and print

2004-10-12 Thread Jason Wong
On Wednesday 13 October 2004 03:57, Harlequin wrote: > I'm also using Hypertext Mark-up Language and Hypertext Pre-processor but > hey - who cares about the TLAs...? Java and Javascript are completely different things. You would be fooling yourself and making a fool of yourself if you think other

Re: [PHP] Re: php and print

2004-10-12 Thread Greg Donald
On Tue, 12 Oct 2004 20:57:54 +0100, Harlequin <[EMAIL PROTECTED]> wrote: > I'm also using Hypertext Mark-up Language and Hypertext Pre-processor but > hey - who cares about the TLAs...? No idea what a 'TLA' is in this context, but you're definitely missing the point. There is no such thing as 'cl

Re: [PHP] Re: PHP Attachement Problems

2004-10-05 Thread PHP Junkie
Ave, I just tried your php mime class. I tried the test_attachment_message file. It did the same to the pdf attachment. Initially, it tested with a text and an image. The text attachment opened without a problem but the image was giving an error in opening. I left the text file attachment as is a

Re: [PHP] Re: PHP Attachement Problems

2004-10-05 Thread Greg Donald
On Tue, 05 Oct 2004 15:04:14 -0400, PHP Junkie <[EMAIL PROTECTED]> wrote: > I just tried your php mime class. I tried the test_attachment_message file. > It did the same to the pdf attachment. Have you tried sending other PDFs by chance? Have you tried opening the PDF with other PDF viewers after

Re: [PHP] Re: php + lynx + grep

2004-04-07 Thread Michal Migurski
>Try adding the apache user to sudoers in /etc/sudoers if not already >there DANGER WILL ROBINSON. Don't add the Apache user to /etc/sudoers -- Apache's security model relies on that user being unprivileged. >> lynx --source http://weather.noaa.gov/weather/current/KTOL.html |grep >> -v '41-3

Re: [PHP] Re: php + lynx + grep

2004-04-08 Thread Burhan Khalid
[ snippity snip snip ] Have you verified that lynx, grep, and head are in PHP's path? Check the output of `which lynx` or phpinfo() to figure out what your path is, and whether it includes lynx. Alternatively, use a full path to lynx to avoid confusion. Could be that the apache process has no righ

Re: [PHP] Re: php mail() scaleability

2004-04-25 Thread Travis Low
Manuel Lemos wrote: Hello, On 04/25/2004 04:18 PM, Josh Klobe wrote: Using mail($to, $subject, $content, $headers) takes way too long when attempting to mail to 30k people. This seems to be a result of a socket being opened for each send. Is there a better way to approach this situation via ph

Re: [PHP] Re: php mail() scaleability

2004-04-25 Thread Manuel Lemos
Hello, On 04/25/2004 05:43 PM, Travis Low wrote: Using mail($to, $subject, $content, $headers) takes way too long when attempting to mail to 30k people. This seems to be a result of a socket being opened for each send. Is there a better way to approach this situation via php? Under Unix/Linux

RE: [PHP] Re: php mail() scaleability

2004-04-25 Thread Jason Sheets
M To: [EMAIL PROTECTED] Subject: Re: [PHP] Re: php mail() scaleability Manuel Lemos wrote: > Hello, > > On 04/25/2004 04:18 PM, Josh Klobe wrote: > >> Using mail($to, $subject, $content, $headers) takes way too long >> when attempting to mail to 30k people. This seems to

Re: [PHP] Re: php mail() scaleability

2004-04-25 Thread Manuel Lemos
Hello, On 04/25/2004 06:03 PM, Jason Sheets wrote: Take a look at the Mail Queue class from PEAR, it enables you to put mail in the Queue instead of real time delivery. http://pear.php.net/packages.php?catpid=14&catname=Mail This is a bit of an overkill as it attempts to provide an inefficient so

Re: [PHP] Re: PHP & Apache Version

2004-05-04 Thread Ray Hunter
> Is there a version of Apache 2+ that now works with PHP? Last I checked, > the were incompatible, but recently someone I ran into claimed that the bugs > have been for such a setup. There is the warning not to use apache 2.0 and php in production. I am sure that there are many that are using i

RE: [PHP] Re: PHP and qmail

2004-05-15 Thread electroteque
Could it not be you have to send the html document type in the header of the mail ? > -Original Message- > From: Manuel Lemos [mailto:[EMAIL PROTECTED] > Sent: Sunday, May 16, 2004 8:55 AM > To: Stephen Lake > Cc: [EMAIL PROTECTED] > Subject: [PHP] Re: PHP and qmail &

Re: [PHP] Re: PHP Coding Standards

2004-05-30 Thread Travis Low
I have to say I like everything about the PEAR coding standards except for the K&R bracing style. I much prefer: if( foo ) { blah; } to if( foo ) { blah; } The latter form (K&R) conserves vertical space, but I find it a lot harder to follow. Harder to move blocks of code ar

Re: [PHP] Re: PHP Coding Standards

2004-05-31 Thread Torsten Roehr
"Travis Low" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I have to say I like everything about the PEAR coding standards except for the > K&R bracing style. I much prefer: > >if( foo ) >{ > blah; >} > > to > >if( foo ) { > blah; >} > > > The latter

Re: [PHP] Re: PHP Coding Standards

2004-06-01 Thread Don Read
On 31-May-2004 Travis Low wrote: > I have to say I like everything about the PEAR coding standards > except for the > K&R bracing style. I much prefer: > >if( foo ) >{ > blah; >} > Icky. So ... Vee-Eye or Eighty Megs and Constantly Swapping ? ;-> -- Don Read

Re: [PHP] Re: PHP Coding Standards

2004-06-01 Thread Justin Patrin
Travis Low wrote: I have to say I like everything about the PEAR coding standards except for the K&R bracing style. I much prefer: if( foo ) { blah; } to if( foo ) { blah; } The latter form (K&R) conserves vertical space, but I find it a lot harder to follow. Harder to move

Re: [PHP] Re: PHP Coding Standards

2004-06-01 Thread Travis Low
Justin Patrin wrote: Travis Low wrote: [I hate K&R indenting] And I'm one of them. :-) I like the K&R version because it saves verticaly space and most editors can't really handle correct tabbing... Arrggghh...TABS. Don't even get me started on tabs... cheers, Travis -- Travis Low

RE: [PHP] Re: PHP Coding Standards

2004-06-01 Thread Jay Blanchard
[snip] >> [I hate K&R indenting] > > And I'm one of them. :-) I like the K&R version because it saves > verticaly space and most editors can't really handle correct tabbing... Arrggghh...TABS. Don't even get me started on tabs... [/snip] How many holy wars can be started in one thread legally

Re: [PHP] Re: PHP Coding Standards

2004-06-01 Thread Justin Patrin
Travis Low wrote: Justin Patrin wrote: Travis Low wrote: [I hate K&R indenting] And I'm one of them. :-) I like the K&R version because it saves verticaly space and most editors can't really handle correct tabbing... Arrggghh...TABS. Don't even get me started on tabs... cheers, Travis I meant

Re: [PHP] Re: PHP Coding Standards

2004-06-02 Thread Justin French
On 02/06/2004, at 3:00 AM, Justin Patrin wrote: And I'm one of them. :-) I like the K&R version because it saves verticaly space and most editors can't really handle correct tabbing when you put it after. IMHO it's just not necessary as ALL blocks should have braces, even those that are one-line

Re: [PHP] Re: Php survey+database

2004-06-23 Thread Joel Kitching
I think he wants us to tell him how to set up PHP and a database, and then write some PHP code to add survey results to the database. So, get on it! On Thu, 24 Jun 2004 13:07:28 +1000, Ligaya Turmelle <[EMAIL PROTECTED]> wrote: > > So what is your question. > > Respectfully, > Ligaya Turmelle >

RE: [PHP] Re: PHP doesnt work!

2004-07-04 Thread Warren Vail
From: Jason Barnett [mailto:[EMAIL PROTECTED] Sent: Saturday, July 03, 2004 9:13 PM To: [EMAIL PROTECTED] Subject: [PHP] Re: PHP doesnt work! Gmo Baez wrote: > Hello, I have a Freebsd server 5.2.1 with Apache 2.0.48 and PHP 4.3.4. > > After the installation everything looks normal, but a

RE: [PHP] Re: PHP Sessions Question

2004-07-08 Thread Ed Lazor
Thanks Jason, I'll keep the information handy for creating my own session handler in case other options I'm exploring right now don't work. On garbage collection, it happens sometimes within seconds and sometimes within minutes. It tends to occur in batches with lulls of 20 to 30 minutes. So, fo

Re: [PHP] Re: PHP Sessions Question

2004-07-08 Thread Jason Barnett
On garbage collection, it happens sometimes within seconds and sometimes within minutes. It tends to occur in batches with lulls of 20 to 30 minutes. So, for example, I can login, navigate through 11 different pages to generate the problem, navigate 2 pages to generate the problem, and then not s

Re: [PHP] Re: PHP Sessions Question

2004-07-08 Thread Curt Zirzow
* Thus wrote Jason Barnett: > >On garbage collection, it happens sometimes within seconds and sometimes > >within minutes. It tends to occur in batches with lulls of 20 to 30 > >minutes. So, for example, I can login, navigate through 11 different pages > >to generate the problem, navigate 2 pages

Re: [PHP] Re: PHP Sessions Question

2004-07-08 Thread Curt Zirzow
* Thus wrote My Self: > > or using the default handler, and the /tmp dir is full. where /tmp being the local value for your session.save_path ini setting. Curt -- First, let me assure you that this is not one of those shady pyramid schemes you've been hearing about. No, sir. Our model is the

RE: [PHP] Re: PHP Sessions Question

2004-07-08 Thread Warren Vail
, July 08, 2004 11:23 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Re: PHP Sessions Question > On garbage collection, it happens sometimes within seconds and sometimes > within minutes. It tends to occur in batches with lulls of 20 to 30 > minutes. So, for example, I can login, navigate t

[PHP] Re: [PHP-WIN] Re: [PHP] RE: [PHP-WIN] MSSQL Functions

2001-02-08 Thread Toby Miller
CTED]> Sent: Wednesday, February 07, 2001 7:29 PM Subject: [PHP-WIN] Re: [PHP] RE: [PHP-WIN] MSSQL Functions > Hi All,the key komponent is ntwdblib.dll installed in winnt\system32. The dll uses other dll's to comunicate with the server dbmssocn.dll (tcp/ip) and dbmsnp.dll (NetBios). A

RE: [PHP] Re: [PHP-DB] Re: [PHP] Re: Cross DB application

2002-04-20 Thread SP
PROTECTED]] Sent: April 20, 2002 8:18 AM To: [EMAIL PROTECTED] Subject: [PHP] Re: [PHP-DB] Re: [PHP] Re: Cross DB application On Thu, 18 Apr 2002 16:05:13 +0200, Manuel Lemos wrote: > Hello, > > Sp wrote: >> >> Hi Manuel, I still don't see a problem in others telli

Re: [PHP] Re: [PHP-DB] Re: [PHP] Regex for telephone numbers

2010-12-29 Thread Alexis
Why not have three separate fields for each part, as that way you don't need to bother about how the user separates them, as trust me, if they can break it, they will. I have found it is best to always limit the amount of free entry you permit a user, as that will drastically cut back in data en

Re: [PHP] Re: [PHP-QA] Re: [PHP] PHP 5.0.0 Beta 1

2003-06-29 Thread Robert Cummings
Ahhh crap. I read the PHP license a long time ago. I guess time faded my memory and I began to think of it as GPL. Thanks, Rob. On Sun, 2003-06-29 at 15:02, Derick Rethans wrote: > On Sun, 29 Jun 2003, Robert Cummings wrote: > > > On Sun, 2003-06-29 at 14:19, Sterling Hughes wrote: > > > > > >

[PHP] Re: [PHP-WIN] RE: [PHP] Re: [PHP-WIN] For My Information

2001-02-02 Thread phobo
t;[EMAIL PROTECTED]> To: "'Dan Malcolm'" <[EMAIL PROTECTED]>; "Tom Mathews" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, February 03, 2001 11:23 AM Subject: [PHP-WIN] RE: [PHP] Re: [PHP-WIN] For My Information

[PHP] Re: [PHP-WIN] RE: [PHP] Re: [PHP-WIN] For My Information

2001-02-05 Thread Ingo Baab
> Berber-Guy, I don't believe that there is any question today that apache [on ony platform], is the best webserver you *can't* buy ;) ingo baab > > Guys, > > > > I don't believe that there is any question today that IIS5 on win2K > > is the best webserver $$$ can buy. > > > > Sincerely > > > >

Re: [PHP] Re: [PHP-DEV] Re: [PHP] PHP 5.3.6RC2 Released for Testing

2011-03-10 Thread Sharl.Jimh.Tsin
maybe the title "PHP 5.3.6RC2 Released for Testing" is wrong,please check. Best regards, Sharl.Jimh.Tsin (From China **Obviously Taiwan INCLUDED**) 2011/3/11 Pierre Joye : > See the NEWS file in the release. > > 2011/3/10 sexyprout : >> Sorry everyone. I actually meant "the full changelog from

Re: [PHP] Re: [PHP-WIN] Re: [PHP] Re: Question on virus/worms

2007-03-15 Thread Dave Goodchild
Turn off register_globals - if you pollute your scripts with global variables like that you are asking for trouble. If you can't make sure you clean the variable. Using include("$page.php") is asking for trouble. If you can get register_globals switched off (it's off by default in PHP5 for this

RE: [PHP] Re: [PHP-WIN] Re: [PHP] Re: Question on virus/worms

2007-03-15 Thread Jim Moseby
> > Seak, Teng-Fong wrote: > > No, I don't deserve anything because, as I've written in the > > original post (but I suppose you didn't notice), the website is > > outsourced and made by a 3rd company. Then you should be having this conversation with the 3rd party. They need to validate *EVERY*

Re: [PHP] Re: [PHP-WIN] Re: [PHP] Re: Question on virus/worms

2007-03-15 Thread Richard Lynch
On Thu, March 15, 2007 9:15 am, Seak, Teng-Fong wrote: > Stut wrote: >> Seak, Teng-Fong wrote: >>> But after I've spent some time reading the log files, I've >>> finally >>> found out how the hackers managed to achieve worm infiltration. >>> >>> Actually, they're using an URL like this: >>>

Re: [PHP] Re: PHP a lightweight language?

2001-02-01 Thread Josh G
"John Hinsley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 02, 2001 3:32 PM Subject: [PHP] Re: PHP a lightweight language? > > > Michael Hall <[EMAIL PROTECTED]> wrote > > > > > > I'm interested in the

Re: [PHP] RE: [PHP-WIN] MSSQL Functions

2001-02-07 Thread Frank M. Kromann
Hi All, the key komponent is ntwdblib.dll installed in winnt\system32. The dll uses other dll's to comunicate with the server dbmssocn.dll (tcp/ip) and dbmsnp.dll (NetBios). All the communication dll's should be installed with the ODBC driver. Just copy ntwdblib.dll from the SQL server to the

Re: [PHP] Re: PHP as Scripting Language

2001-02-09 Thread Maxim Derkachev
Hello Bill, Thursday, February 08, 2001, 9:17:34 PM, you wrote: BR>Warning: Cannot send session cookie - headers already sent in BR> Unknown on line 0 BR> BR>Warning: Cannot send session cache limiter - headers already BR> sent in Unknown on line 0 BR>hello world BR> Any idea

RE: [PHP] Re:[PHP] Installation on win32

2001-02-13 Thread Maxim Maletsky
have you read my previouse post? I bet - That's the problem Cheers, Maxim Maletsky -Original Message- From: Sean Kennedy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 2001 5:02 PM To: PHP Mailing List Subject: [PHP] Re:[PHP] Installation on win32 Nah, I have wi

Re: [PHP] RE: [PHP-GENERAL] Please help

2001-02-28 Thread Jack Dempsey
Nilesh, > > > > > WHO IS UR FAVORATE AUTHOR ? > > > > > > > Ok, I just created the text.html file. > > and then i have written a php script file text.php with the following code > > > > > your favorate author is : > echo $Author; > ?> > > And I created the text.php file. (

Re: [PHP] Re: [PHP] Large Memory Problem

2001-05-07 Thread Natasha
Hi, you probably didn't understand my problem. I'm not on a very speedy connection, however having access to a server, which has PHP enabled, so because the download is generated dynamically Go!Zilla can't really resume to it. That's my problem, so I'm transferring it to my server which supports

Re: [PHP] Re: [PHP] Large Memory Problem

2001-05-07 Thread Tom Carter
Hi This isn't a PHP thing, but most unix/linux distributions have a program called wget in. You can use this to very easily download a file to your server (eg. wget http://www.freebsd.com/man.php) This will download the file to the server, effectively "fixing" it at that so you can download it

Re: [PHP] Re: [PHP] Large Memory Problem

2001-05-07 Thread David VanHorn
At 02:59 PM 5/7/01 +0100, Tom Carter wrote: >Hi > >This isn't a PHP thing, but most unix/linux distributions have a program >called wget in. You can use this to very easily download a file to your >server (eg. wget http://www.freebsd.com/man.php) Wget is VERY powerful. I have a php based site th

Re: [PHP] Re: php 4.1.0 output compression

2001-12-13 Thread Rares Vasilescu
From: "Yasuo Ohgaki" > How does it work? Read RFC for HTTP/1.1 I meant how do i tell PHP to use output compression. Does PHP automatically detect the browser capability and send a compressed response or do i have to activate it in my scripts. Or in the configuration file? I know the HTTP rfc we

Re: [PHP] Re: php 4.1.0 output compression

2001-12-13 Thread Yasuo Ohgaki
Rares Vasilescu wrote: > From: "Yasuo Ohgaki" > >>How does it work? Read RFC for HTTP/1.1 >> > > I meant how do i tell PHP to use output compression. Search zlib.output_compression ini directive in php.ini. There is description in php.ini-dist, php.ini-recommended. > Does PHP automatically

[PHP] Re: [PHP-DB] Re: [PHP] mysql_insert_id?

2002-01-16 Thread DL Neil
Hi Martin, > > 2 because the (function argument) controlling feature is the connection, it is not >possible for another > > concurrent user to 'steal' your ID or influence the ID returned to you - it's all >yours! > > Ok, assume you are correct, but what if you are using persistent > connection

Re: [PHP] Re: PHP vs Java reliability

2002-01-22 Thread Geoff Caplan
Michael > > the "Why PHP" on zend.com is a great place to go for this sort of stuff... > > > Honestly, it doesn't seem all that professional a resource paper... I would tend to agree - not something you could show to a hard-headed corporate purchasing committee with any confidence. > > I believ

Re: [PHP] Re: PHP vs Java reliability

2002-01-23 Thread Aaron
Geoff Caplan wrote: >Michael > >>>the "Why PHP" on zend.com is a great place to go for this sort of >>> >stuff... > >>Honestly, it doesn't seem all that professional a resource paper... >> > >I would tend to agree - not something you could show to a hard-headed >corporate purchasing committee wit

[PHP] Re: [PHP-DOC] Re: [PHP] preg_replace_callback

2002-11-18 Thread Derick Rethans
On Mon, 18 Nov 2002, Bikeman wrote: > Me again. > > I think this really badly documented in the documentation. I hope this is > solved soon. To be more detailed: The preg_replace_callback()-function > documentation says it is the same as the preg_replacec()-function, except > for the second ar

[PHP] Re: [PHP-DEV] Re: PHP 4.3.0RC3

2002-12-11 Thread Melvyn Sopacua
On Wed, 11 Dec 2002, Juan Rosero wrote: JR>>> Whenever PHP 4.3.0 is released will it officially support Apache 2? I wasn't aware Apache 2 officially supported a working mpm yet? -- With kind regards, Melvyn Sopacua -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: ht

[PHP] Re: [PHP-DEV] Re: PHP 4.3.0RC3

2002-12-12 Thread electroteque
firstly where can i add stuff to the cvs ? i have made a few posts before about an issue that hasnt changed , you guys still dont have it patched #if HAVE_LIBGD204 io_ctx->gd_free(io_ctx); #else io_ctx->free(io_ctx); #endif HAVE_LIBGD204 - this obviously means vers

Re: [PHP] Re: php --with-gd support

2002-12-17 Thread info
Hi Bogdan, sorry I am new to PHP where can I find a manual of PHP? Oliver Sorry, I only saw the first line in your message ("I want to know all about...") - somehow assumed the 2nd to be part of the sig on first reading - and hurried to be cynical. Can't help you with a good site/book.

Re: [PHP] Re: php --with-gd support

2002-12-17 Thread Wico de Leeuw
http://www.php.net/manual/ At 13:13 17-12-02 +0100, [EMAIL PROTECTED] wrote: Hi Bogdan, sorry I am new to PHP where can I find a manual of PHP? Oliver Sorry, I only saw the first line in your message ("I want to know all about...") - somehow assumed the 2nd to be part of the sig on first

Re: [PHP] Re: php --with-gd support

2002-12-17 Thread Matt Brown
> >sorry I am new to PHP where can I find a manual of PHP? Well a few seconds searching Google.com produced http://www.php-faq.com/gdinstall.php Matt -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: PHP and MySQL bug

2003-01-04 Thread Michael J. Pawlowsky
Personally I say get yourself a good simple dbconnect class and make life easy. Also if you ever change users, database name etc, you onlu have one place to replace it in your code. I wrote mine based on http://www.vtwebwizard.com/tutorials/mysql/ Take a look at it. Nice and simple. Mike

Re: [PHP] Re: PHP and MySQL bug

2003-01-04 Thread Michael J. Pawlowsky
Personally I think the problem lies somewhere between the chair and the keyboard (Sorry, couldn't resist) :-) *** REPLY SEPARATOR *** On 04/01/2003 at 4:58 PM Stefan Hinz, iConnect (Berlin) wrote: >It doesn't work because of the /* Some code including ... */ part ;-) >

RE: [PHP] Re: PHP and MySQL bug

2003-01-05 Thread David Freeman
> @MYSQL_QUERY("UPDATE d SET h='$h' WHERE id='$id'"); // this > query doesn't work Personally, I'd call it bad programming practice to do a database update and not check to see if it worked or not. In this case, how are you determining that the query did not work? Are you manually checkin

Re: [PHP] Re: PHP and MySQL bug

2003-01-06 Thread Nuno Lopes
To: <[EMAIL PROTECTED]> Sent: Sunday, January 05, 2003 10:29 PM Subject: RE: [PHP] Re: PHP and MySQL bug > > > @MYSQL_QUERY("UPDATE d SET h='$h' WHERE id='$id'"); // this > > query doesn't work > > Personally, I'd call it bad

Re: [PHP] Re: PHP and MySQL bug

2003-01-07 Thread Nuno Lopes
ED]> Sent: Monday, January 06, 2003 6:28 PM Subject: RE: [PHP] Re: PHP and MySQL bug > This definitely sounds like a buggy installation or there may be some > problem with the communication between the web server and the mysqld. Is > the db on a different machine? Try using mysql_

Re: [PHP] Re: PHP and MySQL bug

2003-01-07 Thread Marek Kilimajer
'no db was selected') - Original Message - From: "David Freeman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, January 05, 2003 10:29 PM Subject: RE: [PHP] Re: PHP and MySQL bug > @MYSQL_QUERY("UPDATE d SET h='$h' WHERE id=

Re: [PHP] Re: PHP and MySQL bug

2003-01-07 Thread Nuno Lopes
I'm using Windows 2000. - Original Message - From: "Cleber" <[EMAIL PROTECTED]> To: "Nuno Lopes" <[EMAIL PROTECTED]> Sent: Tuesday, January 07, 2003 10:23 AM Subject: Re: [PHP] Re: PHP and MySQL bug > Try add to /etc/hosts the name and ip of DB

Re: [PHP] Re: PHP and MySQL bug

2003-01-08 Thread Nuno Lopes
t;MySQL List" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, January 07, 2003 5:06 PM Subject: Re: [PHP] Re: PHP and MySQL bug > @mysql_select_db("be"); -- this failed > do echo mysql_error(); to see what went wrong > > > > Nuno Lopes wrote: > &

Re: [PHP] Re: PHP and MySQL bug

2003-01-08 Thread Nuno Lopes
QL List" <[EMAIL PROTECTED]> Sent: Tuesday, January 07, 2003 4:12 PM Subject: RE: [PHP] Re: PHP and MySQL bug > Since nobody is jumping in to say it is some simple configuration/setting > personally my next step would be to shut down all services on the box that > aren't absol

[PHP] Chaillan->Re: [PHP] Re: PHP shopping

2002-09-01 Thread Ryan A
Hey, Thanks for your reply, I have no problems trying to make an upload script as I have seen lots of dudes on the list doing so and I know if I screw up being a newbie there are a lot of people on the list who will be kind enough to help me. I am trying to learn PHP, and no, I did not think this

Re: [PHP] Re: PHP / Bulk E-Mail

2002-09-03 Thread Tomasz Orzechowski
Justin French wrote on Wed, Sep 04, 2002 at 11:58:10AM +1000: > Currently I have one client who demands personalised emails. Luckily, it's > a small list (200 people), and I break the send-out down to batches of 20 > emails, split apart by 2 minutes (this could be done manually, or with META > re

Re: [PHP] [bob@elitegroup.on.ca: RE: php emails]

2002-09-21 Thread Michael Geier
t; > Received: from ELITE (CPE0050ba761922.cpe.net.cable.rogers.com > [24.157.79.145]) > by doctor.nl2k.ab.ca (8.12.6.Beta1/8.12.6) with SMTP id > g8LMD1h8000209 > for <[EMAIL PROTECTED]>; Sat, 21 Sep 2002 16:13:04 -0600 > (MDT) > Reply-To: <[EMAIL PROTECTED

Re: [PHP] [bob@elitegroup.on.ca: RE: php emails]

2002-09-21 Thread The Doctor
t; > > Received: from ELITE (CPE0050ba761922.cpe.net.cable.rogers.com > > [24.157.79.145]) > > by doctor.nl2k.ab.ca (8.12.6.Beta1/8.12.6) with SMTP id > > g8LMD1h8000209 > > for <[EMAIL PROTECTED]>; Sat, 21 Sep 2002 16:13:04 -0600 > > (MDT) &g

RE: [PHP] Re: PHP to Excel (csv)

2002-10-07 Thread Timothy J Hitchens
: [EMAIL PROTECTED] Subject: [PHP] Re: PHP to Excel (csv) Check out http://www.wotsit.org for the exact csv specifications but here is a snippit that works for me: function csv($value) { if (strstr($value, ",") || strstr($value, "\n") || strstr($value, "\r&qu

Re: [Fwd: Re: [PHP] Re: PHP & XML]

2002-10-16 Thread José León Serna
El mar, 15-10-2002 a las 23:16, Tariq Murtaza escribió: > Can u elaborate more about ISO standards. > i mean, if u could explain more about using Xml in DMS with ISO > standards with small examples AFAIK there is no "especific" request to use XML to be compliant with ISO standard, the ISO specifi

Re: [PHP] Re: PHP editor for windows

2002-04-22 Thread Kunal Jhunjhunwala
power can substitute for inspired thought." - Clifford Stoll - Original Message - From: "dengach" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 22, 2002 9:16 PM Subject: [PHP] Re: PHP editor for windows > Have you tried Maguma Studio Li

Re: [PHP] RE: PHP 4.2.0 Release Announcement

2002-04-23 Thread Rasmus Lerdorf
No, this has not been implemented. I can't think of anything uglier and less sensical than Code should be readable and not misleading. -Rasmus On Tue, 23 Apr 2002, Brinkman, Theodore wrote: > Does anybody know if they completed the handling of the 'echo shortcut' to > work with all 3 opening

Re: [PHP] RE:[PHP] Help with mail

2002-05-30 Thread Ed Gorski
You know why he barks? Tell me! At 08:06 PM 5/30/2002 -0700, r wrote: >What is this? magicians day? >I have a dog, can you tell me why he barks sometimes? > >Show us some code dude, or is it "code red" classified? >There could be a dozen possible reasons but if you show the code you stand a >

RE: [PHP] Re: php server on Windows

2002-06-14 Thread Bruce Karstedt
. Just my 2 cents Bruce Karstedt President Technology Consulting Associates, Ltd. Tel: 847-735-9488 Fax: 847-735-9474 -Original Message- From: Peter [mailto:[EMAIL PROTECTED]] Sent: Friday, June 14, 2002 3:06 PM To: [EMAIL PROTECTED] Subject: [PHP] Re: php server on Windows "

RE: [PHP] Re: php server on Windows

2002-06-14 Thread Lazor, Ed
Do you have any benchmarks? > -Original Message- > fans). Put your site on a *nix box with apache its a heck of > a lot faster This message is intended for the sole use of the individual and entity to whom i

RE: [PHP] Re: php server on Windows

2002-06-14 Thread Bruce Karstedt
8 Fax: 847-735-9474 -Original Message- From: Lazor, Ed [mailto:[EMAIL PROTECTED]] Sent: Friday, June 14, 2002 5:34 PM To: '[EMAIL PROTECTED]'; 'Peter'; [EMAIL PROTECTED] Subject: RE: [PHP] Re: php server on Windows Do you have any benchmarks? > -Original Message

Re: [PHP] Re: php 4.1.1 vs 4.0.6

2002-02-23 Thread Jason Wong
On Sunday 24 February 2002 01:14, John Lim wrote: > Cc Zona <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > > In article <[EMAIL PROTECTED]>, > > > > [EMAIL PROTECTED] (Ezra Nugroho) wrote: > > > I am deciding between 4.0.6 and 4.1.1 (or maybe 4.1.2 if it's

Re: [PHP] Re: php 4.1.1 vs 4.0.6

2002-02-23 Thread Andrey Hristov
In 4.1.x series there are new vars (global scope) $_GET,$_POST,$_COOKIE,$_FILES,$_SESSION not available in 4.0.x versions. For old scripts could be problem that register_globals is off in the 4.1.x tree(for new installations, not upgrades). But this is for good. Regards, Andrey Hristov -- PH

RE: [PHP] Re: php - assigning date variables

2002-02-25 Thread Craig Westerman
Joe, I don't want to change the query itself like you show. I want to use this query $query = "" mysql_query("SELECT * FROM table WHERE date LIKE '%". $query ."%'"); and change only the variable $query = "" I use $query throughout script for other things. Thanks Craig ><> [EMAIL PROT

RE: [PHP] Re: php - assigning date variables

2002-02-26 Thread Tim Ward
arlier then make the startdate blank, etc. Tim Ward Internet chess www.chessish.com <http://www.chessish.com> -- From: Craig Westerman [SMTP:[EMAIL PROTECTED]] Sent: 25 February 2002 19:32 To: Lerp Cc: [EMAIL PROTECTED] Subject: RE

Re: [PHP] Re: PHP COM with Distiller

2002-02-26 Thread Kumar
Hi, Good to see u'r reply. My problem is where can I get those "methods" documentation. Can anybody experts in Windows can help me out !! Thanking You, Kumar. On Wed, 27 Feb 2002 J Wynia wrote : >Don't have sample code handy, but you'd create a new Word, Excel >or >Powerpoint object (

RE: [PHP] Re: php 4.1.1 vs 4.0.6

2002-03-02 Thread Scott Brown
? > -Original Message- > From: Andrey Hristov [mailto:[EMAIL PROTECTED]] > Sent: February 23, 2002 12:53 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] Re: php 4.1.1 vs 4.0.6 > > > In 4.1.x series there are new vars (global scope) > $_GET,$_POST,$_COOKIE,$_FILES,$_SESSI

<    3   4   5   6   7   8   9   10   11   12   >