RE: [PHP] Right syntax for max value??

2005-06-14 Thread Neal Carmine
Mysql 3.23 does not support the subquery you are using in your sql statement. Check http://dev.mysql.com/doc/mysql/en/subqueries.html for more information. Neal -Original Message- From: twistednetadmin [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 14, 2005 9:44 AM To: php-general

[PHP] PHP based project management

2005-05-04 Thread Neal Carmine
Hi, There are a lot of open source project management packages. .Project, netoffice and others. Does anyone have a recommendation on the best overall project management software for tracking billable software projects? Thanks, Neal

[PHP] PHP 5 with Apache 2.0

2005-02-14 Thread Neal Schilling
I know this question probably gets asked a lot, but I'm setting up a Web Server shortly and am debating going with PHP 5 on Apache 2.0 or 1.3. In short, is PHP 5, when combined with either Apache 1.3 or 2.0 on Linux or FreeBSD, ready for a production environment? This is, of course, an opinion,

RE: [PHP] url

2004-10-20 Thread Neal Carmine
register_globals is most likely turned off on the new server (as it should be). do a phpinfo() to see. Or change the code to to use the super global arrays. neal -Original Message- From: Dan McCullough [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 20, 2004 11:08 AM To: PHP

RE: [PHP] PHP Host with PayFlow Pro

2004-10-01 Thread Neal Carmine
Yes... I tried google but was looking for recommendations, google does not give you experiences that people on this list may have. Hence the point of an email list in the first place. Neal -Original Message- From: Matt M. [mailto:[EMAIL PROTECTED] Sent: Friday, October 01, 2004 12:31

[PHP] PHP Host with PayFlow Pro

2004-10-01 Thread Neal Carmine
Hello List, I'm trying to locate a PHP web host, preferably one running PHP 5, that also supports the PHP payflow pro binaries? Anyone have any recommendations? Thanks, Neal Carmine -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Got JavaScript error when using PHP's include()...

2004-07-15 Thread Neal Owen
st"... Anyone know why is that? > > --snip-- > echo ""; > echo ""; > include('test.inc'); > echo " var jsTest = 0; "; > echo ""; > echo " > --snip-- > function test() { > if (jsTest != 0) { >

[PHP] Simplistic PHP tutorial

2004-05-25 Thread Neal
Hi, I've looked at the php.net tutorial, and though I'm learning some things from it, it's still a bit over my head. It seems to presuppose a comfort level with programming which I do not have. Can anyone recommend a simple, hand-holding, introductory tutorial suitable for someone with no progr

[PHP] Web Printing

2002-06-28 Thread Neal Dewing
Anyone ever worked with this function? I know its not PHP related but im sure someone came across the problem. Thanks Neal -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Execute bash shell script in php

2002-03-10 Thread Neal Dewing
Amit, $output = shell_exec("./checklist'"); echo nl2br($output); Works great, Neal -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-I18N] International support

2001-02-22 Thread Hironori Neal Sato
ut, we do have someone else working on this issue. I don't have any dates though. For time being, you can check out the latest version 3 that we rolled out at http://www.php.gr.jp/project/i18n/ . I have also written English README at http://www.php.gr.jp/project/i18n/README.i18n_eng.html