[PHP] Split/Group date together.

2013-07-18 Thread Karl-Arne Gjersøyen
Hello again. In my program I have this: mysql SELECT * FROM transportdokument WHERE dato = '16/7/2013' AND dato = '18/7/2013'; This list all reccrds for 3 days. I need a way to split it up for every day even when the requst is as above and don't know in what way I can do it. I like to have all

Re: [PHP] Split/Group date together.

2013-07-18 Thread Bastien Koert
Normally, what I do here is handle that in the loop to display the records ... so start by adding an order by clause to keep the dates together SELECT * FROM transportdokument WHERE dato = '16/7/2013' AND dato = '18/7/2013' order by dato $prior_date = ; $sHTML = table; while($rows =

Re: [PHP] Split/Group date together.

2013-07-18 Thread Larry Garfield
If I understand you correctly, I call what you're trying to do PHP group by, and did a write up on it a few years back: http://www.garfieldtech.com/blog/php-group-by-with-arrays --Larry Garfield On 7/18/13 8:43 AM, Karl-Arne Gjersøyen wrote: Hello again. In my program I have this: mysql

Re: [PHP] Insert group by

2012-04-27 Thread Lester Caine
Rick Dwyer wrote: This is more of a MySQL question, but I'm hoping it can be answered here. On one of my pages, I issue a SQL command to group data as such: $sql='select count(*) as count, searchkeywords from searchkeywords group by searchkeywords order by count desc' Works well... but I

RE: [PHP] Insert group by

2012-04-27 Thread admin
] Sent: Thursday, April 26, 2012 8:23 PM To: PHP-General Subject: [PHP] Insert group by Hello all. This is more of a MySQL question, but I'm hoping it can be answered here. On one of my pages, I issue a SQL command to group data as such: $sql='select count(*) as count, searchkeywords from

[PHP] Insert group by

2012-04-26 Thread Rick Dwyer
Hello all. This is more of a MySQL question, but I'm hoping it can be answered here. On one of my pages, I issue a SQL command to group data as such: $sql='select count(*) as count, searchkeywords from searchkeywords group by searchkeywords order by count desc' Works well... but I would like

[PHP] Array group and sum values.

2010-05-11 Thread Paul Halliday
EGYPT 62 INDIA 50 INDIA Is there a way I can group these? Thanks! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Array group and sum values.

2010-05-11 Thread Jim Lucas
Paul Halliday wrote: I have this: while ($row = mysql_fetch_array($theData[0])) { $col1[] = $row[0]; $col2[] = lookup($row[1]); // this goes off and gets the country name. I then loop through col1 and col2 to produce something like this: 52ARMENIA 215 CANADA 57

Re: [PHP] Array group and sum values.

2010-05-11 Thread Paul Halliday
On Tue, May 11, 2010 at 2:25 PM, Jim Lucas li...@cmsws.com wrote: Paul Halliday wrote: I have this: while ($row = mysql_fetch_array($theData[0])) {     $col1[] = $row[0];     $col2[] = lookup($row[1]); // this goes off and gets the country name. I then loop through col1 and col2 to

Re: [PHP] Array group and sum values.

2010-05-11 Thread Jim Lucas
Paul Halliday wrote: On Tue, May 11, 2010 at 2:25 PM, Jim Lucas li...@cmsws.com wrote: Paul Halliday wrote: I have this: while ($row = mysql_fetch_array($theData[0])) { $col1[] = $row[0]; $col2[] = lookup($row[1]); // this goes off and gets the country name. I then loop through

Re: [PHP] Array group and sum values.

2010-05-11 Thread Paul Halliday
On Tue, May 11, 2010 at 4:03 PM, Jim Lucas li...@cmsws.com wrote: Paul Halliday wrote: On Tue, May 11, 2010 at 2:25 PM, Jim Lucas li...@cmsws.com wrote: Paul Halliday wrote: I have this: while ($row = mysql_fetch_array($theData[0])) {     $col1[] = $row[0];     $col2[] = lookup($row[1]);

Re: [PHP] Array group and sum values.

2010-05-11 Thread Shawn McKenzie
On 05/11/2010 02:17 PM, Paul Halliday wrote: On Tue, May 11, 2010 at 4:03 PM, Jim Lucas li...@cmsws.com wrote: Paul Halliday wrote: On Tue, May 11, 2010 at 2:25 PM, Jim Lucas li...@cmsws.com wrote: Paul Halliday wrote: I have this: while ($row = mysql_fetch_array($theData[0])) {

Re: [PHP] Array group and sum values.

2010-05-11 Thread Shawn McKenzie
On 05/11/2010 04:09 PM, Shawn McKenzie wrote: On 05/11/2010 02:17 PM, Paul Halliday wrote: On Tue, May 11, 2010 at 4:03 PM, Jim Lucas li...@cmsws.com wrote: Paul Halliday wrote: On Tue, May 11, 2010 at 2:25 PM, Jim Lucas li...@cmsws.com wrote: Paul Halliday wrote: I have this: while ($row

[PHP] Irish PHP User Group meeting tonight

2010-04-28 Thread Ken Guest
Hi. Just to let any of ye know that might be interested, there's a php.ie meeting on tonight in Dublin - in the Longstone pub on Townsend Street starting at eight o'clock. It's located where the red diamond is on this map:

Re: [PHP] Irish PHP User Group meeting tonight

2010-04-28 Thread Daniel Brown
On Wed, Apr 28, 2010 at 05:47, Ken Guest k...@linux.ie wrote: Hi. Just to let any of ye know that might be interested, there's a php.ie meeting on tonight in Dublin - in the Longstone pub on Townsend Street starting at eight o'clock. It's located where the red diamond is on this map:

Re: [PHP] Irish PHP User Group meeting tonight

2010-04-28 Thread Ken Guest
On Wed, Apr 28, 2010 at 3:38 PM, Daniel Brown danbr...@php.net wrote: On Wed, Apr 28, 2010 at 05:47, Ken Guest k...@linux.ie wrote: Hi. Just to let any of ye know that might be interested, there's a php.ie meeting on tonight in Dublin - in the Longstone pub on Townsend Street starting at

Re: [PHP] Irish PHP User Group meeting tonight

2010-04-28 Thread Daniel Brown
On Wed, Apr 28, 2010 at 11:28, Ken Guest k...@linux.ie wrote: that would be a handy idea ;-) Next time the mirrors update, that link will be included in the event details. Should be in under 90 minutes for the majority of the world. -- /Daniel P. Brown daniel.br...@parasane.net ||

[PHP] MySQL Group?

2008-03-19 Thread John Taylor-Johnston
Does anyone know of a good MySQL group? I want to make a relational link from `data` to `shopping` so when I insert a new record in `shopping`, I will see the contents of `data`.`name` and `data`.`email` as a drop-down menu in `shopping`. Where does one go to get this kind of help? Thanks,

Re: [PHP] Setting group sticky bit on directory with chmod()

2007-08-07 Thread Richard Lynch
On Thu, August 2, 2007 10:48 am, Ben Ramsey wrote: On 8/2/07 11:45 AM, Tijnema wrote: On 8/2/07, Ben Ramsey [EMAIL PROTECTED] wrote: So, what are we doing wrong with chmod() that is causing us to get the wrong results? Keep in mind that we are running the PHP script as the same user who

RE: [PHP] Setting group sticky bit on directory with chmod()

2007-08-03 Thread Ford, Mike
On 02 August 2007 17:45, Daniel Brown wrote: Well, you're pleasant today, Mike. H'mmm. I guess that was a little crabby. Sorry. All I can say is that it was practically the last thing I did before going home at the end of a particularly frustrating day Cheers! Mike

[PHP] Setting group sticky bit on directory with chmod()

2007-08-02 Thread Ben Ramsey
I'm trying to set a sticky bit on a directory with chmod(). The same octal value works from the command prompt, but it doesn't appear to work correctly with the PHP function. Anyone have an idea as to why? PROMPT (works): $ chmod 2775 /path/to/dir PHP (doesn't work): chmod('/path/to/dir',

Re: [PHP] Setting group sticky bit on directory with chmod()

2007-08-02 Thread Daniel Brown
On 8/2/07, Ben Ramsey [EMAIL PROTECTED] wrote: I'm trying to set a sticky bit on a directory with chmod(). The same octal value works from the command prompt, but it doesn't appear to work correctly with the PHP function. Anyone have an idea as to why? PROMPT (works): $ chmod 2775

Re: [PHP] Setting group sticky bit on directory with chmod()

2007-08-02 Thread Ben Ramsey
On 8/2/07 10:57 AM, Daniel Brown wrote: On 8/2/07, Ben Ramsey [EMAIL PROTECTED] wrote: PHP (doesn't work): chmod('/path/to/dir', 02775); We've tested the PHP code on files, and it works, but it doesn't work on directories. Drop the preceding 0 from the chmod() function parameters.

Re: [PHP] Setting group sticky bit on directory with chmod()

2007-08-02 Thread Ben Ramsey
On 8/2/07 10:57 AM, Daniel Brown wrote: On 8/2/07, Ben Ramsey [EMAIL PROTECTED] wrote: PHP (doesn't work): chmod('/path/to/dir', 02775); We've tested the PHP code on files, and it works, but it doesn't work on directories. Drop the preceding 0 from the chmod() function parameters.

Re: [PHP] Setting group sticky bit on directory with chmod()

2007-08-02 Thread Ben Ramsey
On 8/2/07 11:45 AM, Tijnema wrote: On 8/2/07, Ben Ramsey [EMAIL PROTECTED] wrote: So, what are we doing wrong with chmod() that is causing us to get the wrong results? Keep in mind that we are running the PHP script as the same user who owns the directory. Who is the owner of the directory

Re: [PHP] Setting group sticky bit on directory with chmod()

2007-08-02 Thread Ben Ramsey
On 8/2/07 10:57 AM, Daniel Brown wrote: On 8/2/07, Ben Ramsey [EMAIL PROTECTED] wrote: PHP (doesn't work): chmod('/path/to/dir', 02775); We've tested the PHP code on files, and it works, but it doesn't work on directories. Drop the preceding 0 from the chmod() function parameters.

Re: [PHP] Setting group sticky bit on directory with chmod()

2007-08-02 Thread Tijnema
On 8/2/07, Ben Ramsey [EMAIL PROTECTED] wrote: On 8/2/07 10:57 AM, Daniel Brown wrote: On 8/2/07, Ben Ramsey [EMAIL PROTECTED] wrote: PHP (doesn't work): chmod('/path/to/dir', 02775); We've tested the PHP code on files, and it works, but it doesn't work on directories. Drop

RE: [PHP] Setting group sticky bit on directory with chmod()

2007-08-02 Thread Ford, Mike
On 02 August 2007 15:58, Daniel Brown wrote: On 8/2/07, Ben Ramsey [EMAIL PROTECTED] wrote: I'm trying to set a sticky bit on a directory with chmod(). The same octal value works from the command prompt, but it doesn't appear to work correctly with the PHP function. Anyone have an idea as

Re: [PHP] Setting group sticky bit on directory with chmod()

2007-08-02 Thread Daniel Brown
Well, you're pleasant today, Mike. On 8/2/07, Ford, Mike [EMAIL PROTECTED] wrote: On 02 August 2007 15:58, Daniel Brown wrote: On 8/2/07, Ben Ramsey [EMAIL PROTECTED] wrote: I'm trying to set a sticky bit on a directory with chmod(). The same octal value works from the command

[PHP] Houston PHP Users Group February Meeting Details

2006-01-22 Thread Joao Prado Maia
Hi, I'm sending the February meeting details to this mailing list in hopes of getting through to some Houston-based PHP developer that is not aware of our local Users Group. The group started out in Meetup.com, but recently we built our own website (http://houstonphp.org) to increase the

Re: [PHP] PHP User Group in San Francisco

2005-08-15 Thread John Nichel
Catenare LLC wrote: Are there any PHP user groups currently meeting in San Francisco? http://www.phpusergroups.org/groups.phtml?country=United+Statesmenu=groups -- John C. Nichel ÜberGeek KegWorks.com 716.856.9675 [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To

[PHP] Re: PHP User Group in San Francisco

2005-08-14 Thread Manuel Lemos
Hello, on 08/13/2005 09:54 PM Catenare LLC said the following: Are there any PHP user groups currently meeting in San Francisco? Maybe. I do not see here active PHP user groups of San Francisco, but if you find any let the responsible people know so they submit the group here and benefit of

[PHP] PHP User Group in San Francisco

2005-08-13 Thread Catenare LLC
Are there any PHP user groups currently meeting in San Francisco? Johan Martin Catenare LLC 534 Pacific Ave San Francisco, CA. 94133 Phone: (415) 834-9802 Fax: (415) 294-4495 http://www.catenare.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] Re: Group By problems

2005-07-03 Thread Jasper Bryant-Greene
W Luke wrote: Hi, I used to have problems with this in Cold Fusion - and I'm still struggling this time in PHP! This isn't a PHP-specific question, it's more a MySQL question. You might want to try the MySQL mailing lists if you don't get a satisfactory answer here. Very basic. Looping

[PHP] MySQLi group

2005-05-02 Thread john
Caio, I have started a new group for those of us here that may run into issues specifically with MySQLi in PHP5. http://groups-beta.google.com/group/MySQLi Regards, John -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] LDAP Group query examples?

2004-08-10 Thread Sam Evans
Hello.. I am wondering if someone could point me in the general direction of some examples which show how to query an LDAP group for user membership? Thanks, Sam -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] LDAP Group query examples?

2004-08-10 Thread Justin Patrin
On Tue, 10 Aug 2004 11:26:07 -0600 (MDT), Sam Evans [EMAIL PROTECTED] wrote: Hello.. I am wondering if someone could point me in the general direction of some examples which show how to query an LDAP group for user membership? Use Softerra LDAP browser to look at the groups and figure out

[PHP] LDAP Group query examples?

2004-08-09 Thread Sam Evans
Hello.. I am wondering if someone could point me in the general direction of some examples which show how to query an LDAP group for user membership? Thanks, Sam -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] User/Group rights system?

2004-05-12 Thread Burhan Khalid
david david wrote: Hello, Does anyone know of an open source user/group based permission system built with php/MySQL? That is, the effective rights for any user on a specific secured object are computed from various permit/deny permissions assigned to the user or any of the groups he/she belongs

[PHP] User/Group rights system?

2004-05-11 Thread david david
Hello, Does anyone know of an open source user/group based permission system built with php/MySQL? That is, the effective rights for any user on a specific secured object are computed from various permit/deny permissions assigned to the user or any of the groups he/she belongs to. PEAR::Auth

[PHP] This Group....

2004-03-20 Thread gordon stewart
Hi there Got PHP going :) - ok - Is this the correct group to ask ? Or can anyone suggest another group / forum for newbie how-to questions.. BASICALLY :- Ive been programming in HTML / CGI (Perl) for several years, have only 'briefly' done PHP.. - At work, Someone wants one of my CGI

Re: [PHP] This Group....

2004-03-20 Thread John W. Holmes
gordon stewart wrote: Can someone point me in the right direction to some tutorials ( *EXAMPLES* ) to do the following functions (or point mer to an appropriate forum - see above).. http://us2.php.net/manual/en/ :- Open a file insert into an array/variable. (im trying to figure that one out

[PHP] New Orleans PHP Users Group

2003-11-12 Thread John Nichel
With all the talk about local php user groups, I figured that, When in Rome. So if there are any interested South Louisiana / Mississippi people, let's set something up...off list of course. -- By-Tor.com It's all about the Rush http://www.by-tor.com -- PHP General Mailing List

RE: [PHP] New Orleans PHP Users Group

2003-11-12 Thread Jay Blanchard
SAINTS! GEAUX LSU! I'll see your Rome and raise you a Central Texas (San Antonio area) PHP Users Group Off-list... TIA! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Philadelphia PHP Users Group

2003-11-11 Thread Edward Dudlik
From all that I've gathered, the greater Philadelphia, PA, area is woefully lacking in a PHP Users Group. Last I checked, we were still one of the ten largest cities in the country, so to quote Chris Rock, That ain't right! I have already done some legwork, but before I dive too deeply

Re: [PHP] send group of files at once to website administrator

2003-08-14 Thread Marek Kilimajer
Or you can use a zip class and create an archive. There are at least 2 free classes that can create zip files. skate wrote: Hi, I have the following code which I use to make regular backups of my databases. Is there a way to have all backup files sent at once after they are created, istead of

Re: [PHP] send group of files at once to website administrator

2003-08-14 Thread skate
Hi, I have the following code which I use to make regular backups of my databases. Is there a way to have all backup files sent at once after they are created, istead of presenting the list of files available for download? send an email... there should be plenty of mime mailers around,

[PHP] send group of files at once to website administrator

2003-08-14 Thread anders thoresson
Hi, I have the following code which I use to make regular backups of my databases. Is there a way to have all backup files sent at once after they are created, istead of presenting the list of files available for download? db_connect($dbuser, $dbpassword, $dbdatabase); // Lock and flush

[PHP] Re: PHP user group

2003-07-03 Thread Steve Magruder
Erich Kolb wrote: Does anyone know of a PHP user group near Gurnee, IL. I found one in Chicago, but its a little far to go and they meet in the middle of the day on Sat. Take a look at http://php.meetup.com - perhaps there's a PHP meetup near you. Steve -- Steve Magruder Consulting - http

[PHP] Re: PHP user group

2003-07-02 Thread erythros
there are php user groups hmmm... there should a listing for that. someone should start a list... i wish there was one near me... Erich Kolb [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Does anyone know of a PHP user group near Gurnee, IL. I found one in Chicago, but its

RE: [PHP] Re: PHP user group

2003-07-02 Thread Dan Joseph
Searching google.com for 'php user groups' turns up dozens of links. -Dan Joseph -Original Message- From: Ray Hunter [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 2:22 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Re: PHP user group there use to be phpusergroups.org

[PHP] Re: PHP user group

2003-07-02 Thread erythros
there are php user groups hmmm... there should a listing for that. someone should start a list... i wish there was one near me... Erich Kolb [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Does anyone know of a PHP user group near Gurnee, IL. I found one in Chicago, but its

RE: [PHP] Re: PHP user group

2003-07-02 Thread Jay Blanchard
[snip] there are php user groups hmmm... there should a listing for that. someone should start a list... i wish there was one near me... [/snip] If we knew where you were we might be able to point you in the right direction. -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

[PHP] PHP user group

2003-07-01 Thread Erich Kolb
Does anyone know of a PHP user group near Gurnee, IL. I found one in Chicago, but its a little far to go and they meet in the middle of the day on Sat. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] php/mysql group by headache

2003-04-04 Thread Michael Geier
preface: have RTM on mysql GROUP BY I have a mysql db with a number of entries... table| id | name | info | version 1 x foo1 2 x foob 2 3 x foobar 3 my sql is similar to select id,name,info from

Re: [PHP] php/mysql group by headache

2003-04-04 Thread CPT John W. Holmes
preface: have RTM on mysql GROUP BY I have a mysql db with a number of entries... table| id | name | info | version 1 x foo1 2 x foob 2 3 x foobar 3 my sql is similar to select id,name,info

[PHP] PHP User Group

2002-08-15 Thread B i g D o g
Is anyone here have any information on the PHP Users Group of Salt Lake City, Utah? Thanks, .: B i g D o g :. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] user group around massachusetts?

2002-03-28 Thread Gabriel Ricard
I'm just wondering if anyone here knows whether or not the New England PHP user group still exists at all? If not, is there another group around the Boston area? - Gabriel Ricard -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP group in spanish

2002-03-11 Thread Frank
How know a PHP group that is in spanish?. Thanks beforehand... Frank.- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] CSS Group

2002-03-09 Thread jtjohnston
Can anyone recommend a good CSS news group? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP Group in NY

2002-02-07 Thread PHP NY
Hi, I'm getting together a PHP group in New York, NY. If interested, please send me an email. __ Do You Yahoo!? Send FREE Valentine eCards with Yahoo! Greetings! http://greetings.yahoo.com -- PHP General Mailing List (http://www.php.net

[PHP] New Indian PHP User Group Mailing List

2002-01-02 Thread Tarique Sani [EMAIL PROTECTED]
Hello Kind folks First apologies for a slightly off topic posting Second - There is now an active Indian PHP User Group. The mailing list is hosted at YahooGroups: http://groups.yahoo.com/group/in-phpug To subscribe, please send a blank message to [EMAIL PROTECTED] The list aims to cater

[PHP] Dallas Texas PHP User Group?

2001-11-09 Thread Clint Tredway
Does this exist? If so what is the URL to the website. If it does not exist, I am thinking of starting one. Thanks -- Clint Tredway www.factorxsoftware.com Get Chatster - a free CF Chat Program http://www.factorxsoftware.com/download/ Need help with a Factor Product?

[PHP] Toronto PHP user group active.

2001-10-28 Thread Dariush
Toronto PHP user group active. Welcoming all php developers with questions and answers. If we get enough people we will be setting up meetings but again based on how many people we can have. www.realsoftstudio.com [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net

RE: [PHP] Toronto PHP user group active.

2001-10-28 Thread Mark Saunders
So is this a monthly thing like Lug meetings? If it is, then count me in! -Original Message- From: Dariush [mailto:[EMAIL PROTECTED]] Sent: Sunday, October 28, 2001 2:47 AM To: [EMAIL PROTECTED] Subject: [PHP] Toronto PHP user group active. Toronto PHP user group active. Welcoming all

[PHP] September PHP meeting - SouthEast Michigan Php User Group (SEMPUG)

2001-08-30 Thread Michael Kimsal
pizza or two as well) PS: Anyone not on our mailing list is welcome to join the sempug group at http://groups.yahoo.com/group/sempug -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

[PHP] a+ group or list, sorry for the OT

2001-06-21 Thread Jerry Lake
I know it's OT, but is anyone aware of an A+ cert prep list or newsgroup Thanks, Jerry Lake Interface Engineering Technician Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail:

[PHP] [Announce]Rasmus Lerdorf to speak at New England PHP User Group meeting

2001-06-19 Thread TomHenry
[PHPUGNE] PHP User Group of New England Inaugural meeting set for 7:00 p.m. on Tuesday June 26th, 2001 Rasmus Lerdorf to speak at New England PHP User Group Inaugural Meeting! We are pleased to invite you to attend the inaugural meeting of the New England PHP User Group Rasmus Lerdorf

[PHP] javascript group

2001-05-18 Thread Jacky
Hi people Does anyone outthere know any javascript mail list that I can subscribe to? And also, just in case, does anyone know how can I validate a form that has radio button to see if the radio button is checked before submit? cheers Jack [EMAIL PROTECTED] There is nothing more rewarding than

Re: [PHP] javascript group

2001-05-18 Thread elias
: www.ozoneasylum.com -elias - Original Message - From: Jacky [EMAIL PROTECTED] Newsgroups: php.general Sent: Friday, May 18, 2001 12:30 AM Subject: [PHP] javascript group Hi people Does anyone outthere know any javascript mail list that I can subscribe to? And also, just in case, does anyone

[PHP] Twin Cities PHP Users Group meeting

2001-05-07 Thread Tim McGuire
The next meeting of the Twin Cities PHP users group is coming: Wednesday, May 9 7:00 PM Downtown St. Paul Check www.tcphp.org for directions and minutes from previous meetings -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

[PHP] User/Group for PHP

2001-01-13 Thread Steve Lawson
Yo, Anyone know of a cfg option that would make files written by php be a different user/group than the apache server user/group? With my current setup, the only way to give php write access also allows any surfer write access to that same folder...which is "not a good thing". Thanks,

Re: [PHP] User/Group for PHP

2001-01-13 Thread Richard Lynch
Anyone know of a cfg option that would make files written by php be a different user/group than the apache server user/group? You could run PHP as a CGI wrapped by suExec (http://apache.org) -- Be sure not to use --with-safe-mode, as suExec and Safe Mode do mostly the same thing, but they fight