RE: [PHP] Re: Numerical Recipe - Scheduling Question

2009-05-29 Thread bruce
Message- From: Shawn McKenzie [mailto:nos...@mckenzies.net] Sent: Friday, May 29, 2009 2:48 PM To: php-general@lists.php.net Subject: [PHP] Re: Numerical Recipe - Scheduling Question bruce wrote: > Hi.. > > Got a need to be able to allow a user to specify the frequency to run >

RE: [PHP] Re: Numerical Recipe - Scheduling Question - update...

2009-05-30 Thread bruce
in linuxsecs, based on user input, or 'default now()' app determines the month based on the computed secs data app app then detemines the last date of the computed month app uses date(-t,secs) to get date... app gets year:month hour:min from the startime/linuxsecs use the date, a

RE: [PHP] spawning a process that uses pipes - doesn't terminate when webpage download is canceled

2009-05-31 Thread bruce
we answered this a number of times... was there something in the replies that didn't satisfy you? -Original Message- From: flint [mailto:fmill...@gmail.com] Sent: Sunday, May 31, 2009 6:53 AM To: PHP-General List Subject: [PHP] spawning a process that uses pipes - doesn't terminate whe

RE: [PHP] spawning a process that uses pipes - doesn't terminatewhen webpage download is canceled

2009-05-31 Thread bruce
hi robert.,, now you've got me curious.. you state... -Use something else to pass the data back to the user... popen() comes to -mind or proc_open(). Then disable auto abort on user disconnect via -ignore_user_abort(). Then after sending periodic data chunks, check the -user connection status vi

RE: [PHP] spawning a process that uses pipes - doesn'tterminatewhen webpage download is canceled

2009-06-01 Thread bruce
Robert Cummings [mailto:rob...@interjinn.com] Sent: Monday, June 01, 2009 5:46 AM To: bruce Cc: 'flint'; 'PHP-General List' Subject: RE: [PHP] spawning a process that uses pipes - doesn'tterminatewhen webpage download is canceled On Sun, 2009-05-31 at 21:23 -0700, bruce wro

RE: [PHP] spawning a process that uses pipes -doesn'tterminatewhen webpage download is canceled

2009-06-01 Thread bruce
01, 2009 8:02 AM To: bruce Cc: 'PHP-General List' Subject: RE: [PHP] spawning a process that uses pipes -doesn'tterminatewhen webpage download is canceled On Mon, 2009-06-01 at 07:52 -0700, bruce wrote: > hi robert... > > i got the popen/php process but i don't see

RE: [PHP] Web application design considerations - a good reference ?

2009-06-02 Thread bruce
hi angus... You're probably going to get a lot of different approaches to this one! as a long term/time developer in a past life.. In my humble opinion, a reasonable approach is to start by laying out the key things that the app has to accomplish, and then to break this down into a list/sublist un

[PHP] Book site question

2009-06-02 Thread bruce
t.. So, maybe I imagined it!! I've got a situation where I'm going to be dealing with books, and it might be useful to talk with whoever was working on the app.. If this email finds you, and you were the person working on the app... Please get back to me!! Thanks -bruce -- PHP G

RE: [PHP] Periodic Actions in PHP?

2009-06-13 Thread bruce
hi... is this a php/web based app... are the users using the chat function via the browser.. if this is a browser/web app, are you looking for a way for the php web app to refetch the textfile... i would assume so... have you figured out a rough architecture/design for your app.. in your design,

RE: [PHP] PHP5 SOAP...

2009-06-16 Thread bruce
hi russell... isn't the actual soap data/packet that's being sent over the wire viewable via an app like livehttpheaders... (at least from firefox) or are you looking for something in much more detail... -Original Message- From: rjon...@gmail.com [mailto:rjon...@gmail.com]on Behalf Of

[PHP] need someone to bounce some thoughts with for a project!

2009-06-18 Thread bruce
hi list... sorry to post here, but i figured you might be able to help... i'm working on a project, that deals with building a crawler, and i'm working out the details for the mgmt app for the crawler. i'm currently looking at how to deal with the status/actions of the crawler, and how the differ

RE: [PHP] Passing Values between C App and PHP

2009-06-22 Thread bruce
if memory serves... you can look into using a shared memory block, or pipes to communicate between the php/c app -Original Message- From: Tobias Krieger [mailto:tobias.krie...@teamfrednet.org] Sent: Sunday, June 21, 2009 2:44 PM To: Nathan Nobbe Cc: php-general@lists.php.net Subject:

[PHP] berkeley database

2009-07-08 Thread bruce
hi... trying to find a link to a good/basic sample/tutorial for berkeley db using php... so far, looking over the net, haven't found any! pointers, links would be greatly appreciated!! thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.

[PHP] php/sqlite3

2009-07-08 Thread bruce
ints to the dir that contains the sqlite3.so.. however, when i run a test app using "sqlite_open", i'm getting an error saying that the "sqlite_open" is undefined... so... my question.. how the heck can i resolve this issue! thanks.. -bruce -- PHP General Mailing Lis

RE: [PHP] Pushing a file to the browser

2007-01-03 Thread bruce
hi mike... i'mnot sure what you mean to do, but i think you want to take a file as input, do some modifications to it, and then display the file on your site... or do you want to allow the user to download the modified file, or do you want to be able to automatically send the 'massaged file' to th

RE: [PHP] mssql_* overhead

2007-01-10 Thread bruce
hi phillip... just to clarify regarding having the mysql resource ID in a session var. are you saying that you're able to more or less, do a mysql_connect and store the resourceID in a session var, which can then be used on any given page within your site, without having to recall the mysql_connec

RE: [PHP] mssql_* overhead

2007-01-10 Thread bruce
hey chris.. you're confirming what i had seen/experienced.. just wanted to better understand what phillip was saying. thanks -bruce -Original Message- From: Chris [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 10, 2007 5:37 PM To: [EMAIL PROTECTED] Cc: 'php General Lis

RE: [PHP] Please Help with simple Noob problem

2007-01-11 Thread bruce
hi scott. tell us, have you been able to generate a simple html test page on the server that you can see from your browser. for test purposes (i'm assuming this is your on test server), rename the apache error/access log files. no need to trek through old garbage in the files. when you restart ap

RE: [PHP] Please Help with simple Noob problem

2007-01-11 Thread bruce
include "#!/usr/bin/php" as the 1st line... -Original Message- From: Scott Bounds [mailto:[EMAIL PROTECTED] Sent: Thursday, January 11, 2007 8:50 AM To: php-general@lists.php.net Subject: Re: [PHP] Please Help with simple Noob problem bruce wrote: > hi scott. > > tel

RE: [PHP] Normalized Numbers

2007-01-14 Thread bruce
hi... haven't followed the entire thread.. just saw this portion that pertains to comments i can only assume you guys are relatively young.. if you ever have to pick up a piece of code that was developed 10 years ago, and you need to track down/test/get back into production in a matter of a f

RE: [PHP] Normalized Numbers

2007-01-14 Thread bruce
zed Numbers On Sun, 2007-01-14 at 11:21 -0800, bruce wrote: > hi... > > haven't followed the entire thread.. just saw this portion that pertains to > comments > > i can only assume you guys are relatively young.. if you ever have to pick > up a piece of code that was

RE: [PHP] What makes a PHP expert

2007-01-18 Thread bruce
hi... for my $0.02 worth... sometimes it's as simple as someone who can qucikly grasp the issue(s) and nuances/intracacies of the issues/problems, and who can then utilize php to solve the problem, as well as craft an elegant solution that will scale into the future. peace... -Original Mess

RE: [PHP] What makes a PHP expert

2007-01-19 Thread bruce
y to the strengths of the language he's using.) On Thursday 18 January 2007 9:23 am, bruce wrote: > hi... > > for my $0.02 worth... sometimes it's as simple as someone who can qucikly > grasp the issue(s) and nuances/intracacies of the issues/problems, and who > can

RE: [PHP] email validation string.

2007-01-19 Thread bruce
hi... the real problem you have with email validation is that the vast majority of the email validation scripts that you see in various apps only handle a part of what the wc3/spec states to be valid email addresses. if your app had the ability to handle the time constraint, a reasonable approach

[PHP] scheduler algorithm

2007-02-02 Thread bruce
te, might be greater than the end date of the 'current" month. in searching google, i haven't come up with many apps that handle this... thoughts/comments/etc... thanks. -bruce -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] who is online?

2007-02-05 Thread bruce
hey. for my $0.02 worth.. these kinds of questions are not exactly only php. however, i still see them as being valuable, and belonging to the php list, as they get into areas the php developers of sites might grapple with. i'm of the opinion more, rather than less. so if you have more intelligen

RE: [PHP] PHP 4.4.6 RC1 Released

2007-02-22 Thread bruce
hi... just out of curiousity. are these changes also automatically rolled into the php 5.x stream? thanks -Original Message- From: Derick Rethans [mailto:[EMAIL PROTECTED] Sent: Thursday, February 22, 2007 7:41 AM To: PHP Developers Mailing List; php-general@lists.php.net Subject: [PHP

[PHP] Looking for a good Ajax Mailing List

2007-03-13 Thread bruce
Hi... I know this is off topic.. I'm looking for a good Ajax Mailing list for Ajax discussions. I've seen a few via google, but not alot of traffic. Any thoughts/ideas. Thanks -Bruce [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://w

[PHP] php - web service (ajax/jscript)

2007-03-15 Thread bruce
er supplies the jscript file(s) for the jscript that's to be run on the 3rd party server, then any communication that's initiated from the jscript is going back to the master server. There shouldn't be a cross domain issue? Yes/No??? So, anyone who's actually implemented a real live web service, that's willing to talk to me would be helpful, or if you can point me to sample docs/code... Thanks -bruce -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] How to Delete the parent node, and child nodes/leafs for a db/tbl in php

2009-10-16 Thread bruce
Hi. I've got a situation where I have a couple of tables. The relationship between the tables is one of parent/child. I'm trying to figure out the best approach to being able to delete the associated children in the child tbls, of a given parentID in the parentTBL... I've checked into various sit

RE: [PHP] How to Delete the parent node, and child nodes/leafs for a db/tbl in php

2009-10-16 Thread bruce
rom: Ashley Sheridan [mailto:a...@ashleysheridan.co.uk] Sent: Friday, October 16, 2009 8:38 AM To: bruce Cc: php-general@lists.php.net Subject: Re: [PHP] How to Delete the parent node, and child nodes/leafs for a db/tbl in php On Fri, 2009-10-16 at 08:34 -0700, bruce wrote: > Hi. > > I'

[PHP] gmail filter test

2010-03-14 Thread bruce
test -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] php - page flow issue...

2010-03-14 Thread bruce
hi. got a situation for a potential page that i'm playing with. i'm trying to figure out how to implement it, and the best/good approach to this. i'm actually considering integrating this kind of process within a cms (joomla/mambo/cmsms/etc..) but right now, this is in the initia thought stage...

[PHP] looking for an app that does categories/lists...

2005-02-10 Thread bruce
rtion of what i just described... i've looked through google/freshmeat/sourceforge/etc.. as well as some of the scripting sites without much luck... thanks bruce [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] an app to generate 'yahoo groups' features/functionality..

2005-03-30 Thread bruce
't found any yet. i have found plenty of bbs/forum types of apps that try to pass themselves off as being in the 'yahoo group' area. i've also seen the drupal based civic app... thanks for any help/pointers/etc, bruce [EMAIL PROTECTED] -- PHP General Mailing List (htt

[PHP] php user groups - searching for php developers for a project...

2005-04-01 Thread bruce
re some php job sites, but we didn't want to post there, given that this isn't a 'salaried' opportunity. this would be strictly startup/sweat equity, ie.. risky as hell!! thanks bruce [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] FW: php pages

2005-04-01 Thread bruce
---Original Message- From: jim lawrence [mailto:[EMAIL PROTECTED] Sent: Friday, April 01, 2005 1:05 PM To: [EMAIL PROTECTED] Subject: Re: php pages On Apr 1, 2005 3:59 PM, bruce <[EMAIL PROTECTED]> wrote: > the question i have is why this does this..??? > > i was under the impr

[PHP] entrepreneur/startup projects..

2005-04-02 Thread bruce
hi... we're curious... is anyone here looking/trying to start their own software company, who are looking for help/assistance/etc... it can be sweat equity/salaried... not looking to spam, just looking to create a biz. thanks bruce [EMAIL PROTECTED] -- PHP General Mailing List

[PHP] app to create directories with a browser...

2005-04-13 Thread bruce
to somehow enter this into a browser/app and have the app then create the underlying structure on the harddrive... anybody have any ideas/knowledge of such an app. i'd prefer it to be GUI is possible, but i'll look at pretty much anything that works... thanks bruce [EMAIL PROTECTED] --

[PHP] project looking for a web designer/developer

2005-05-09 Thread bruce
k/feel/links/etc.. nailed down, we'll layer it on top of the underlying functionality.. Thanks Bruce [EMAIL PROTECTED] (PS. Just where does one go on the Web To find entrepreneurs who want to start a company/be part of a startup?? Sounds like a biz concept!!) -- PHP General Mailing List (

[PHP] a good user directory application...

2004-05-12 Thread bruce
Of course we'd also prefer that the app be "open source"... Thanks, bruce [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] a good user directory application...

2004-05-12 Thread bruce
ryan... we've seen apps that have had some of the functions we're looking for... ie dating apps, cms systems, etc... we're curious if anybody has seen/used something that they've considered to be really good/solid... -bruce [EMAIL PROTECTED] -Original Message-

[PHP] php user management functionality

2004-05-01 Thread bruce
at we should look at... thanks bruce [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] basic web based test code needed to test database tables!!!!!

2004-07-09 Thread bruce
l... i've seen a few example apps for the breadcrumbs, but nothing that's specific/useful for my immediate needs... i figure that whatever i find, i'm going to have to modify somewhat, but i'd like to get as close to possible.. thanks for any assistance/help -bruce --

RE: [PHP] basic web based test code needed to test database tables!!!!!

2004-07-09 Thread bruce
and would allow me to select a link in the breadcrumb trail and get to a given parent item... thanks -bruce -Original Message- From: Justin Patrin [mailto:[EMAIL PROTECTED] Sent: Friday, July 09, 2004 10:11 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [PHP] basic web based

[PHP] breadcrumb app...

2004-07-09 Thread bruce
r could then select one of the links of the trail, which would take the user to the earlier page... searching google results in hundreds of results, but i'm not sure which examples are good/poor!! thanks -bruce -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] mysql and session vars...

2004-07-10 Thread bruce
comments/criticisms/thoughts are welcome... thanks -bruce -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] mysql and session vars...

2004-07-10 Thread bruce
source information as a session variable... i'm using php -v 4.2.2 am i missing something... anybody have any idea as to why i might be seeing this kind of behavior.. thanks -bruce -Original Message- From: bruce [mailto:[EMAIL PROTECTED] Sent: Saturday, July 10, 2004 2:15 PM T

RE: [PHP] mysql and session vars...

2004-07-10 Thread bruce
e the session var in another page ideas/comments welcome.. thanks.. -bruce -Original Message- From: Marek Kilimajer [mailto:[EMAIL PROTECTED] Sent: Saturday, July 10, 2004 4:42 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [PHP] mysql and session vars... Please d

[PHP] mysql persistent connection...

2004-07-10 Thread bruce
ntain the resourceID... thanks... -bruce -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] php reserved characters...

2004-07-12 Thread bruce
hi... got a simple question... i have the following: it doesn't seem to print... which leads me to believe that "<" is a reserved char/word... i tried to do a "\http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] php .vs cgi app..

2004-07-14 Thread bruce
be useful!!! thanks.. -bruce -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Google question

2004-07-14 Thread bruce
the results to see if you find your "target site" in the respone... if you can't find what you want from php.net/etc... use perl.. check out the "www::mechanize, html::treebuilder, etc.." from the cpan.org site... -bruce -Original Message- From: Brian Dunning [

[PHP] ereg question/prob...

2004-07-15 Thread bruce
of the docs, says that the "extension" should be in the $reg array any ideas/comments on where my mistake is would be appreciated... thanks -bruce -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] building php to have mysqli support...

2004-07-17 Thread bruce
ce is greatly appreciated! searching through google/php.net/etc.. hasn't turned up information on where i've gone wrong. thanks.. -bruce -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] building php to have mysqli support...

2004-07-17 Thread bruce
his function) /usr/src/php-5.0.0/ext/mysqli/mysqli.c:604: parse error before ')' token make: *** [ext/mysqli/mysqli.lo] Error 1 i've seen various issues relating to this on google, but no real solution.. any ideas/comments/pointers/etc.. i need to be able to do transactional pr

RE: [PHP] old guy newbie needs some help

2004-07-17 Thread bruce
bob... when using the sesion_start(), it needs to be the 1st thing on the page... -- -- i don't recall if there has to be anything within the php.ini file set to enable sessions... the reason you're getting the error msg, is that your page has essentially already "sen

[PHP] building php5.0 as an apache module, with mysqli functionality

2004-07-18 Thread bruce
th-apxs2..." works... which is what i would have expected if i didn't tie into the apache mods... any ideas/comments/thoughts/etc, would be appreciated, particularly if you've run across this issue and managed to solve it thanks -bruce -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] building php5.0 as an apache module, with mysqli functionality

2004-07-18 Thread bruce
he module, with mysqli functionality On Monday 19 July 2004 06:32, bruce wrote: Wasn't a similar question posted lasted week? Check the archives. > this is cross posted to a number of lists as it seems to touch on all the > apps... Ths only serves to annoy a greater number of people.

RE: [PHP] SpanCease 'crap'

2004-07-19 Thread bruce
supposedly came from the mysql list. i'm pretty certain the mysql email list isn't using "spamcease"!! (but i could be wrong).. -bruce -Original Message- From: Justin Patrin [mailto:[EMAIL PROTECTED] Sent: Monday, July 19, 2004 7:47 AM To: Lester Caine Cc: [EMAIL

RE: [PHP] building php5.0 as an apache module, with mysqli functionality

2004-07-19 Thread bruce
ly doing ./configure make make install the "make" is where i have the "multiple define" errors my ./configure is ==>> ./configure --with-apxs2=/usr/sbin/apxs --with-config-file-path=/etc --with -mysql=/usr/local/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config -

RE: [PHP] building php5.0 as an apache module, with mysqli functionality

2004-07-19 Thread bruce
to the httpd.conf/php.ini files, restart httpd and you should be up/running feel free to make any suggestions/changes.. this should help those who've been struggling to get this working -bruce -Original Message- From: Curt Zirzow [mailto:[EMAIL PROTECTED] Sent: Sunday, J

RE: [PHP] mailing list spam protection?

2004-07-20 Thread bruce
given that spamcease appears to be popping up regarding various lists... the app might actually be trawling for email/user information... i've recieved the email from this list, as well as the mysql list.. search google and you'll find the same message from other lists... i'm pretty certain that t

[PHP] textarea/display question...

2004-07-20 Thread bruce
27;; something like the above, but without displaying all the attrib stuff... any ideas/pointers would be appreciated.. thanks -bruce -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] textarea/display question...

2004-07-20 Thread bruce
ng spaces to allow everything to line up, assuming your text area uses a fixed pitch font like courier. Course since the control is an input control, trust your users are going to screw up the alignment, and don't count on getting the data back all neatly lined up. Warren Vail -Original Mess

[PHP] exec/system question..

2004-07-21 Thread bruce
s/pointers/etc... thanks -bruce -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] exec/system question..

2004-07-21 Thread bruce
-r 'exec("bash -c 'exec nohup perl /home/test/college.pl /dev/null 2>&1 &'");' <<< can't get this to work/return any ideas as to what i'm missing... thanks -bruce -Original Message- From: Michael Sims [mailto:[EMAIL PROTECT

RE: [PHP] exec/system question..

2004-07-21 Thread bruce
michael... something strange is happening/or i'm missing something basic... but here's the sys response from your suggestion... [EMAIL PROTECTED] test]# php -r 'exec("bash -c 'exec nohup perl /home/test/college.pl >/dev/null 2>&1 &'")

RE: [PHP] exec/system question..

2004-07-21 Thread bruce
of the web server, although that may have something to do with what process/priv is running the app thanks, -bruce -Original Message- From: Justin Patrin [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 21, 2004 12:21 PM To: Michael Sims Cc: [EMAIL PROTECTED] Subject: Re: [PHP] exec

RE: [PHP] exec/system question..

2004-07-21 Thread bruce
within the php.ini file disabled/enabled which would cause issues. but i fail to see the child process in the process table. any ideas/possible places i should look for the cause of this behavior..??? thanks -bruce -Original Message- From: Michael Sims [mailto:[EMAIL PROTECTED] Sent:

[PHP] using exec/system function within php/apache app

2004-07-21 Thread bruce
ny thoughts/pointers/assistance would be helpful... searching through google/apach/php hasn't given any solid leads thanks -bruce -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] using exec/system function within php/apache app

2004-07-21 Thread bruce
there's no setting for safe_mode/safe_mode_exec_dir/safe_mode_gid/safe_mode_include is either off/no value if you're running "exec" from within a php app.. what are the settings of your web site within apache... -thanks -bruce -Original Message- From: Justin P

RE: [PHP] using exec/system function within php/apache app

2004-07-21 Thread bruce
up the dirs/locations that the shell commands can operate on... thanks -bruce -Original Message- From: bruce [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 21, 2004 5:01 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: [PHP] using exec/system function within php/

RE: [PHP] mailing list spam protection?

2004-07-22 Thread bruce
regarding spamcease, what i had suspected appears to be the case. it appears that this is an app of some sort, looking for emails, or it's just a badly written/f*ed up app... i got a msg stating that "i" had signed up, using my email address, stating that i should enter my information, etc... i've

RE: [PHP] run perl script with php

2004-07-22 Thread bruce
geted perl app, as well as any file i/o that may occur within the perl app... people who tell you that it can't be done, don't have a deep knowledge of what's possible... welcome to email lists.. where you might get what you pay for!!! -bruce -Original Message- From: Tass

RE: [PHP] Getting line count of a text file

2007-09-12 Thread bruce
hey... if you're going to do the system approach, go ahead and use awk/cut... wc -l foo.txt | awk -F' ' '{print $1}' should work assuming you're on linux. -Original Message- From: mike [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 12, 2007 12:46 PM To: Frank J. Schima Cc: p

RE: [PHP] Getting line count of a text file

2007-09-12 Thread bruce
greg... while you are correct in your assertion that the shell cmds provided are specific to linux, your assertion/statement that the functions might be 'turned off' are fud... basic bash functions are inherently part of the shell and yes, you are correct in your statement that php is relat

[PHP] php auction/bidding system

2007-09-25 Thread bruce
Hey... I'm researching, trying to find a really good/stable bidding/auction system. I've checked freshmeat/sourceforge, etc Anybody with experience with one of these kinds of systems that you care to share. Looking to potentially rip it apart for my needs. Thanks -- PHP General Mailing Lis

RE: [PHP] Banned from #php

2007-12-03 Thread bruce
hi brenden... php/irc is a private/public place. the moderator(s) can pretty much do what they please. you're always free to start your own irc channel, and to then moderate as you see fit!! peace -Original Message- From: Brenden Wilson [mailto:[EMAIL PROTECTED] Sent: Monday, December

RE: [PHP] Banned from #php

2007-12-03 Thread bruce
hi jay... if the chat admin is this wolfpaws person, who's already calling the guy an idiot... doubt if asking him/her is going to make a difference.. -Original Message- From: Jay Blanchard [mailto:[EMAIL PROTECTED] Sent: Monday, December 03, 2007 12:22 PM To: Brenden Wilson; php-genera

RE: [PHP] Banned from #php

2007-12-03 Thread bruce
Hey Stephen.. gotta kind of agree with you about the friends aspect of the net!!! i've often thought that there's a business to be had, by actually setting up irc channels/forums/threads where you have people pay some small amount to actually be able to be part of a system where you're going to ge

RE: [PHP] Generating Random Numbers with Normal Distribution

2007-12-10 Thread bruce
if you really want to.. you can hook various devices up to your serial/parallel port and take specific readings, and from there compute some really great random numbers.. i think white noise from frequency generators/scopes have been used by research functions... google is your friend in this reg

RE: [PHP] Generating Random Numbers with Normal Distribution

2007-12-10 Thread bruce
stop... trying to make people think bad... bad!!! -Original Message- From: Robert Cummings [mailto:[EMAIL PROTECTED] Sent: Monday, December 10, 2007 11:47 AM To: Stephen Johnson Cc: AmirBehzad Eslami; PHP General list Subject: Re: [PHP] Generating Random Numbers with Normal Distribut

RE: [PHP] Unix date

2007-12-28 Thread bruce
i'm pretty sure you can sync/link to a ntp server to accurately track the time... -Original Message- From: tedd [mailto:[EMAIL PROTECTED] Sent: Friday, December 28, 2007 7:47 AM To: PHP Subject: [PHP] Unix date Hi gang: Using: $unix_in = 1255845600; echo(date("M d, Y h:i:s a",$unix_

RE: [PHP] are email address could be spammed

2008-01-24 Thread bruce
also... for gmail, as far as i can tell.. you can't do a resend on a sent email... ie, get the email you sent, reedit it, and resend it.. peace.. -Original Message- From: Daniel Brown [mailto:[EMAIL PROTECTED] Sent: Thursday, January 24, 2008 9:51 AM To: Eric Butera Cc: Nathan Nobbe; Jo

RE: [PHP] php competion

2008-02-04 Thread bruce
on the other hand... maybe they're looking for not only skilled developers to build the app, but also people that they can work with, as partners.. who knows, maybe these guys have a pool of real estate partners and the $$$ will flow if they can get things off the ground... but i'm sure that all

RE: [PHP] Re: Transferring files between computers using php

2008-03-10 Thread bruce
rahul... you can easily set up an nfs share on one of the systems, and have the other 2 boxes connect to the share wit w/r privs... this would allow a box to write to the share, with the other boxes being able read the files... if all the boxes are linux/fedora/rhel, and they're all connected to

RE: [PHP] selling gpl software?

2008-03-19 Thread bruce
umm... if the author of the app has included terms saying that you can use the app, provided that you keep the links/etc... then no, you can't violate the terms... however, in reality, of course people do it all the time... the single guy, or a few guys who are working on an open source app, aren

RE: [PHP] selling gpl software?

2008-03-19 Thread bruce
CTED] Sent: Wednesday, March 19, 2008 8:42 AM To: bruce Cc: 'jeffry s'; 'PHP General list' Subject: Re: [PHP] selling gpl software? > if the author of the app has included terms saying that you can use the app, > provided that you keep the links/etc... then no, you can't viola

RE: [PHP] need "pop-up" in progress alert

2008-04-18 Thread bruce
hi.. if you have an action that the server is performing, and the action is going to take some amount of time, then you're going to need to provide some form of "progress" bar, that's a function of jscript/ajax on the client side... you can't use just php, as php runs on the server, which is wher

[PHP] mysql_pconnect issue

2008-05-11 Thread bruce
hi... running into a problem that i can't seem to solve... using mysql_pconnect() and i'm trying to figure out what parameters have to be used in order to connect to a local mysql session, where mysql is accessed using the defaults (ie, no user/passwd/hostIP) i can connect via the cli, by doing

RE: [PHP] XML file locking

2008-05-19 Thread bruce
Regarding the XML/flock file locking question... Couldn't you also create a rather simple test to determine if the locking of the file takes place?? -Original Message- From: Iv Ray [mailto:[EMAIL PROTECTED] Sent: Monday, May 19, 2008 6:38 AM To: Kaja Cc: php-general@lists.php.net Subjec

RE: [PHP] XML file locking

2008-05-19 Thread bruce
st various situations to get a feel for how often you might run into file conflicts... -Original Message- From: Iv Ray [mailto:[EMAIL PROTECTED] Sent: Monday, May 19, 2008 7:45 AM To: bruce Cc: 'Kaja'; php-general@lists.php.net Subject: Re: [PHP] XML file locking bruce wrote: > Cou

RE: [PHP] Row Count

2008-06-10 Thread bruce
jay... he's dealing with informix.. not sure if mysql/php calls apply. -Original Message- From: Jay Blanchard [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2008 7:19 AM To: Dan Shirah; php-general Subject: RE: [PHP] Row Count [snip] I am having a problem with trying to count the nu

RE: [PHP] Row Count

2008-06-10 Thread bruce
jay... nah... jus that we saw the msg at the same time!!! a freak occurance. -Original Message- From: Daniel Brown [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2008 8:30 AM To: Jay Blanchard Cc: Jim Lucas; Dan Shirah; php-general Subject: Re: [PHP] Row Count On Tue, Jun 10, 2008

[PHP] Looking for an Architectural Guru

2007-05-03 Thread bruce
aspects of creating scalable sites. If you're interested, let's talk. If you also know of anybody that might fit this description, who might be interested, please pass this to the person! Thanks Bruce Douglas [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Articles system

2007-05-09 Thread bruce
hi rich(ard)!! kind of an off point/topic reply. but here goes. the issue you mention is in my opinion a part of a much larger issue that has to do with the anonymous nature of the internet with regards mailing lists, as well as the kinds of product review sites/blogs/etc... there is no 'good' wa

RE: [PHP] Ajax?

2007-05-09 Thread bruce
hey edward... from my reading.. i thought yahoo's user interface (yui) components where for interfacing with yahoo am i missing something here?? thanks -bruce -Original Message- From: Edward Kay [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 09, 2007 8:44 AM To: Emil Edeholt

RE: [PHP] Ajax?

2007-05-09 Thread bruce
neral@lists.php.net Subject: Re: [PHP] Ajax? On 5/9/07, bruce <[EMAIL PROTECTED]> wrote: > from my reading.. i thought yahoo's user interface (yui) components where > for interfacing with yahoo am i missing something here?? Yes. :) The Yahoo! User Interface (YUI) Library

[PHP] Scalable Site Architecture

2007-05-09 Thread bruce
dering: http server app server (single/multiple) db server Is there someone I can actually talk to who's actually been involved with the architecting/implemenation of this kind of structure. Any really good pointers that someone can point me to to get well versed in this area. Thanks -Bruce

<    1   2   3   4   5   6   7   >