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;

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

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

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

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

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;

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

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

[PHP] PCRE Error/Issue...

2007-06-01 Thread bruce
might screw up other apps/apache/etc... Looking over the 'net hasn't really shed any light on this. I have: Fedora 5 PHP 5.1.6 Thanks for any thoughts/pointers/etc... -bruce -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] RE: Address book - LDAP or MySQL?

2007-06-29 Thread bruce
umm... not sure who posted that ldap isn't a database... ldap isn't a database like oracle, mysql, sybase, etc.. it's meant to be a kind of lightweight database/protocol for establishing user address book kinds of information, normally used for user id/auth processes. peace.. -Original

RE: [PHP] Re: php security books

2007-07-04 Thread bruce
andrew... are you sure about this... i would have thought that if you have an apache user 'apache' and allow php to be run as/by 'apache' than this would provide complete access to anything php needs to do as 'apache'. this should definitely work if you allow the 'group' for the apache err log

RE: [PHP] Validating Email Conditional

2007-08-03 Thread bruce
hey... there are reasonable perl based solutions to the email address validation issue. if you're willing to call the perl function, you can let it do the heavy lifting. however, there's no way you're going to have a 5-10 line regex be able to accommodate all the email address nuances..

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:

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

[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

[PHP] looking for a short/simple kind of app...

2006-08-07 Thread bruce
with... thanks -bruce -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] php/ajax..

2006-08-07 Thread bruce
hi.. will php allow a user to enter field on a form, and compute aresult based on the field, without having to reload the entire form, or will i need ajax... any good examples on how to accomplish this.. thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

RE: [PHP] Re: php/ajax..

2006-08-07 Thread bruce
thanks for the reply... that's pretty much what i had read/found out.. 'ppreciate it.. -Original Message- From: Adam Zey [mailto:[EMAIL PROTECTED] Sent: Monday, August 07, 2006 12:04 PM To: [EMAIL PROTECTED] Cc: php-general@lists.php.net Subject: [PHP] Re: php/ajax.. bruce wrote: hi

RE: [PHP] Including Google Ads

2006-08-10 Thread bruce
umm chris... do you really think he didn't read the google website.. was there a section of the site you wanted him to pay attention to... or were you trying to add to the entropy of the universe?? -Original Message- From: Chris [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 09,

RE: [PHP] Including Google Ads

2006-08-10 Thread bruce
] Cc: 'Chris'; 'C.F. Scheidecker Antunes'; php-general@lists.php.net Subject: Re: [PHP] Including Google Ads bruce wrote: umm chris... do you really think he didn't read the google website.. was there a section of the site you wanted him to pay attention to... or were you trying to add

RE: [PHP] OT alternate website authentication methods

2006-08-18 Thread bruce
hi chris... it's doable... it's actually quite secure depending on what your app is, and what your user knowledge is... check out www.passmarksecurity.com - -Original Message- From: Chris W. Parker [mailto:[EMAIL PROTECTED] Sent: Friday, August 18, 2006 2:08 PM To:

RE: [PHP] Format of Encrypted Password

2006-09-06 Thread bruce
hi kevin... if you already received an answer to this email, feel free to disregard. the password that you're questioning is from mysql. --- [EMAIL PROTECTED] test]# mysql Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL

RE: [PHP] php credit reporting API

2006-09-06 Thread bruce
hi dan... a couple of suggestions if you haven't already thought of them. keep in mind, i haven't talked to any of the vendors or looked into any of the myriad issues surrounding this area. a quick google search came across a few companies, one of which is: http://xml-creditreport.com/. they

[PHP] manage/modify linux file/folder structure...

2006-09-25 Thread bruce
hi... i'm trying to find out if there's a php webapp that allows a user to modify the underlying file structure (files/folders) for a linux system i'd like to be able to: -view file/folder/dir structure -list the dir structure -add/create/delete/copy/move files -add/create/delete/copy/move

RE: [PHP] manage/modify linux file/folder structure...

2006-09-25 Thread bruce
PROTECTED] Cc: php-general@lists.php.net Subject: Re: [PHP] manage/modify linux file/folder structure... bruce wrote: i'm trying to find out if there's a php webapp that allows a user to modify the underlying file structure (files/folders) for a linux system i'd like to be able to: -view file

[PHP] web app to manage svnserve.conf file

2006-09-25 Thread bruce
hi... does anybody know of an app/client or webbased app that is used to modify the svn svnserve.conf file. (i'm not referring to an editor...!!) i'm trying to find an app, that would allow me to create a dir/folder in a repository, and would allow me to create the groups/users for the given

RE: [PHP] Client Computer Registration

2006-10-02 Thread bruce
actually richar, and others... depending on what they're doing, it's quite alot to it. if the bank is being agressive, they might be requiring a client app to be downloaded and is then able to communicate with the client app, thereby getting a great deal more information. a few companies have

[PHP] php file/app/dialog to copy folders

2006-10-03 Thread bruce
hi... i'm wondering if anyone has a class/chunk of code to copy a folder to another folder, along with the underlying descendents (files/folders)... i'm considering a file management app, and i'd like to allow the user to select a folder, and then to copy the folder to another folder location...

[PHP] web based browser...

2006-10-03 Thread bruce
hi... i'm trying to find a good web based (php) browsing app for handling remote file management functions... i've seen a number of open source apps, but haven't come across any that meet my needs. i'm looking for the ability to: -edit/view/rename/copy/move/delete files

[PHP] test

2006-10-03 Thread bruce
test1 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] web based browser...

2006-10-03 Thread bruce
hi... i'm trying to find a good web based (php) browsing app for handling remote file management functions... i've seen a number of open source apps, but haven't come across any that meet my needs. i'm looking for the ability to: -edit/view/rename/copy/move/delete files

[PHP] php file/app/dialog to copy folders

2006-10-03 Thread bruce
hi... i'm wondering if anyone has a class/chunk of code to copy a folder to another folder, along with the underlying descendents (files/folders)... i'm considering a file management app, and i'd like to allow the user to select a folder, and then to copy the folder to another folder location...

RE: [PHP] Client Computer Registration

2006-10-03 Thread bruce
.. -Original Message- From: Richard Lynch [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 03, 2006 11:07 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; 'Rahul S. Johari'; 'PHP' Subject: RE: [PHP] Client Computer Registration On Mon, October 2, 2006 4:19 pm, bruce wrote: actually richar

[PHP] webapp creation...

2006-10-12 Thread bruce
hi... I'm looking to create a webapp. I'd rather not spend my wheels spinning on creating functionality from scratch when it already exists in other apps. so, I'm trying to find out if there are good 'starting' templates/shells that I might be able to use as a starting point. I've seen various

RE: [PHP] Send process to background

2006-10-13 Thread bruce
ok.. i would assume there are a number of scripts that allow one to do a web based backup of a file system... not to question your skills, have you checked sites like freshmeat.net, sourceforge.net, hotscripts.com, etc... if none of these sites have apps that would meet your needs, we can wlak

RE: [PHP] OO website/program doubt

2006-11-01 Thread bruce
yo rich (or others)... does php provide the ability to store objects in a session var -Original Message- From: Richard Lynch [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 01, 2006 1:16 PM To: Meghdad Azriel Cc: php-general@lists.php.net Subject: Re: [PHP] OO website/program

RE: [PHP] list of countries

2006-11-07 Thread bruce
ummm... i must be missing something how is asking for the list lazy??? -Original Message- From: Robert Cummings [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 07, 2006 9:59 AM To: James Tu Cc: PHP Subject: Re: [PHP] list of countries On Tue, 2006-11-07 at 12:40 -0500, James Tu

RE: [PHP] Highjack?

2006-11-13 Thread bruce
eric... you say how embarrasing regaring the $path.'foo' i'm curious, why/how is this simple piece of code exploitable. assuming $path is not something that comes via the url vars (GET/POST/REQUEST) it shouldn't be able to be touched by external/client processes... similarly, the 'foo' would

RE: [PHP] Highjack?

2006-11-13 Thread bruce
: Nov 13, 2006 7:12 PM Subject: Re: [PHP] Highjack? To: [EMAIL PROTECTED] On 11/13/06, bruce [EMAIL PROTECTED] wrote: eric... you say how embarrasing regaring the $path.'foo' i'm curious, why/how is this simple piece of code exploitable. assuming $path is not something that comes via

RE: Fwd: [PHP] Highjack?

2006-11-14 Thread bruce
hi tedd... for the following url, http://www.example.com/test.php?path=abc?dummy=123 if the register_globals is on, a malicious user could potentially invoke, http://www.example.com/badscript.php?path=http://www.badserver.com/badscript .txt?dummy=123, which would cause the 'badscript.txt' to be

[PHP] test

2006-11-15 Thread bruce
test -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Highjack?

2006-11-15 Thread bruce
is completely correct as i understand php to work. -Original Message- From: Chris [mailto:[EMAIL PROTECTED] Sent: Monday, November 13, 2006 6:28 PM To: [EMAIL PROTECTED] Cc: 'PHP' Subject: Re: [PHP] Highjack? bruce wrote: rory.. thanks.. i had meant to say assuming globals is off

RE: [PHP] Please hack my app

2006-11-22 Thread bruce
angelo. it appears from the responses on the list, that different people want the list to work as they believe it should. hell, this is an email list. if somebody posts something that you don't appreciate, ignore it, delete it, the topic will go away. on the other hand, somebody might actually

RE: [PHP] CLI script exec() - how to control what gets dumped on the screen.

2006-11-28 Thread bruce
if i understand correctly, you want to run a system cmd from inside a php app. you also want to return/display the result of the system action. here's a sample of what i use in a php/cli test app. if i recall, i've done the same thing in php web apps as well.. $rm_conf = rm -f

RE: [PHP] hiding passwd in cmdlines that appear in the process list

2006-11-29 Thread bruce
hi jochem... if no one provides you with a solution.. you might replicate what's already been done in one of the php/mysql/web admin apps. given that these apps already manage the mysql functions, so i'm willing to bet that some of them have resolved this issue... -Original Message-

RE: [PHP] How to not be abused by mail form injectors?

2006-12-06 Thread bruce
and what's the issue/problem with an out of office reply? -Original Message- From: Curt Zirzow [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 06, 2006 5:12 PM To: [EMAIL PROTECTED] Cc: php-general@lists.php.net Subject: Re: [PHP] How to not be abused by mail form injectors? On

[PHP] php redirection..

2006-12-12 Thread bruce
hi... i have what should be a pretty simple question that i'm obviously missing something for... i want to be able to display some text/content and to then redirect the user to another page. basically: cat.php -echo test contentbr -echo more test contentbr //redirect user echo script

RE: [PHP] inheritance php4

2006-12-12 Thread bruce
hi... haven't used php classes.. so this might not pertain.. but do php classes have the concept of public/private functions? are the parent functions that you're trying to access public/private? -Original Message- From: blackwater dev [mailto:[EMAIL PROTECTED] Sent: Tuesday, December

RE: [PHP] php redirection..

2006-12-14 Thread bruce
bud... if you try to use the 'sleep' function, you'll discover it doesn't effectively wait... ie, it's not waiting a specified period of time, prior to invoking the jscript location.href. remember, sleep is server side, jscript is client side. i haven't thoroughly tested this, but i imagine that

RE: [PHP] php redirection..

2006-12-14 Thread bruce
all these are solid posts... however, the original posting, was not to do a redirect on the page being presented. the original post, was to display some content rolling down the page, wait some time, and 'then' redirect the user to another page. i wanted to be able to accomplish this without

RE: [PHP] google video like site

2006-12-15 Thread bruce
siavish... to write a site that handles a few 100 hits/day and has functionality to upload/download/view videos isn't that hard to do. (not including the look/feel, and not including the testing aspect) just throwing a site together isn't that hard. however, if you really want to have a

RE: [PHP] Video question

2006-12-19 Thread bruce
hi ig... in actuallity, there's really nothing (technical) preventing me from capturing the streamed content and saving it on my box... preventing someone from capturing content that you want them to see is pretty much impossible. -Original Message- From: IG [mailto:[EMAIL PROTECTED]

RE: [PHP] get id field in table

2006-12-20 Thread bruce
gonzalo... i didn't see your original post... but this might help... assuming some things... not actual code, but you might get the idea. assume your tbl looks something like mysql db/tbls: table foo dog -int cat -varchar(10) etc... id -auto generated you can set up the mysql db/tbl to

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

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

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 List' Subject

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

RE: [PHP] Please Help with simple Noob problem

2007-01-11 Thread bruce
to 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. tell us, have you been able

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

RE: [PHP] Normalized Numbers

2007-01-14 Thread bruce
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 developed 10 years ago, and you need to track down/test/get back

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

RE: [PHP] What makes a PHP expert

2007-01-19 Thread bruce
elegant solution. (The PHP way of solving a problem is different than the Java way is different from the C++ way. Different languages have different strengths. A language expert knows how to play to the strengths of the language he's using.) On Thursday 18 January 2007 9:23 am, bruce wrote

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

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,

RE: [PHP] selling gpl software?

2008-03-19 Thread bruce
: 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 violate the terms... however, in reality

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 where

[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

RE: [PHP] XML file locking

2008-05-19 Thread bruce
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: Couldn't you also create

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

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] apache/vhosts wuestion...

2008-07-11 Thread bruce
Hi.. I recognize that this might be off base!! I've got an apache/vhosts question that i'm grappling with. I've got a linux/apache system, and I'm trying to get multiple vhosts to work. If this is an appropriate place, I'll provide additional information on the issue. I've looked/researched via

RE: [PHP] Math Weirdness

2008-07-15 Thread bruce
hi.. in all seriousness, when you talk about mathmetical operations, you need to really clearly define what the parameters of the conversation are. are you just restricting the conversation to ints, or floats as well.. you should also restrict the range of the number you're discussing. for most

RE: [PHP] Changing PHP.ini

2008-07-15 Thread bruce
what os are you using? if you're on linux, type: find / -name php.ini do you see multiple copies of the php.ini file? if you're on windows, use the search function to see if you have multiple copies of php.ini. if you really want to do a quick check to see if you're modifying the right

RE: [PHP] Copy Function Errors

2008-07-16 Thread bruce
Hi Alice... I just caught/saw this thread. I'm asuming you haven't found/solved what you're trying to do. So, What exactly are you trying to accomplish? What OS are you running on both the client/server machine? Are you trying to copy from a directory on one box, to a directory on another box?

RE: [PHP] Copy Function Errors

2008-07-17 Thread bruce
Is there some reason that you can't use a simple samba server from the linux, to windows box? Or just do a scp copy, or just a simple ftp transfer. All of these can be done from the cmd line. Is this an exercise in creating a client app/script to accomplish this? just trying to understand a

[PHP] parsing form with a website question...

2008-08-14 Thread bruce
Hi guys... Got a question that I figured I'd ask before I reinvent the wheel. A basic website has a form, or multiple forms. within the form, there might be multiple elements (lists/select statements, etc...). each item would have a varname, which would in turn be used as part of the form

RE: [PHP] parsing form with a website question...

2008-08-14 Thread bruce
action... ain't life grand!! thanks... -Original Message- From: Robert Cummings [mailto:[EMAIL PROTECTED] Sent: Thursday, August 14, 2008 4:57 PM To: bruce Cc: php-general@lists.php.net Subject: Re: [PHP] parsing form with a website question... On Thu, 2008-08-14 at 15:47 -0700, bruce

RE: [PHP] OT - Visio Network Charting Application

2008-09-29 Thread bruce
hey jim... you might try sending this out on the centos/fedora/redhat mailing list, or one of the irc channels.. i'm willing to bet that you'll get a few positive replies! have fun and let us know... -Original Message- From: Jim Lucas [mailto:[EMAIL PROTECTED] Sent: Monday, September

RE: [PHP] Csv issue

2008-10-13 Thread bruce
hi... as a test... using the cli php... try to write a short app to read a file that simulates your input csv file, and then writes it out as well... once you do this, you'll know you have the logic to read/write/manipulate the csv file. after you can do this, go ahead and then create/work

[PHP] App Question.

2008-10-14 Thread bruce
Hi list!! Got a question, and I can't find a good answer for, so I figured i'd post here. I'm working on a project that involves a number of smaller apps to be developed, and run. In order to build this overall application, I'm trying to find a web based app that I can use to manage the entire

RE: [PHP] 2 successive commands in one shell_exec?

2008-10-20 Thread bruce
hello... why can't you simply specify the dir/cmd when you run the exec function ie foo = exec(var\cmd.sh) or use the backtick approach instead of the exec/shell_exec cmd... make sure you have given the cmd x privs... and that your process you're running the php app has the privs to run the

[PHP] looking for group/playlist functionality... (sort of!!)

2008-10-22 Thread bruce
Hi.. Working on a project, and I need to be able to allow the user to create groups of files from a list of files. (all of this is php/web-based) As I'm going though what I'm going to need, it occurred to me that someone's hopefully/probably already created the basic logic for this in someother

RE: [PHP] question about using sql server with php

2008-10-27 Thread bruce
hey sudhakar.. when you're changing database apps, you're normally going to have to change the connection codem as well as possibly the query structure for your different select/insert/etc.. queries. there should be plenty of examples/tutorials on the net, as well as in the php.net website.

RE: [PHP] How to launch a background task from a web page

2008-10-30 Thread bruce
hey tony... in linux, using the causes the process to run in the background. do a quick search/test from google, and test using php, from the cmdline. ie php ? time1 a=`ls -al ` time2 echo time2 - time1 ? the above isn't correct, but you should get the idea... once you've got the

RE: [PHP] Control Over Printer Queue On Windows

2008-11-01 Thread bruce
hi shahrzad, do you know what the cmd line functions are to drive the printer? i have no idea, but i'm willing to bet if you search google, you'll find examples of how to accomplish this. once you figure this out, implementing in php will be easy. -- -Original Message- From: shahrzad

[PHP] Simple app to Fill in TBL/Access Control Function.

2008-11-02 Thread bruce
Hi guys... Forgive me! I'm looking for a simple app that has the user complete a TBL (don't care what), and has an access control process, along with an ADMIN function Something simple that I can rip apart, and build on top of!!! The CMS/Drupal/Typo/etc.. are way too complex. I'm currently

RE: [PHP] Re: Simple app to Fill in TBL/Access Control Function.

2008-11-02 Thread bruce
of functionality as a subset of the overall app. I can then rip apart/add what I need to the app... thanks -Original Message- From: Maciek Sokolewicz [mailto:[EMAIL PROTECTED] Sent: Sunday, November 02, 2008 3:33 PM To: bruce Cc: 'PHP List' Subject: [PHP] Re: Simple app to Fill in TBL

[PHP] basic php question...

2008-11-04 Thread bruce
hi guys... i've got a button that i want to select, and i want the app to process some logic, and then return the user to the page. my question is how?? something like base page: a href=foo.phpbutton link/a foo.php -process logic -return the user to the base page, with the same querystring

RE: [PHP] basic php question...

2008-11-04 Thread bruce
and what's the best way to do the redirect sample code would be cool! -Original Message- From: Micah Gersten [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2008 11:33 AM To: bruce Cc: php-general@lists.php.net Subject: Re: [PHP] basic php question... Is anything changing

RE: [PHP] basic php question...

2008-11-04 Thread bruce
hi Kaleb looks like the header approach will work for my needs.. thanks -Original Message- From: Kaleb Pomeroy [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2008 11:46 AM To: bruce Cc: 'Micah Gersten'; php-general@lists.php.net Subject: Re: [PHP] basic php question

[PHP] PHP - Web/list Question...

2008-11-08 Thread bruce
Hi. I've got a question/issue that I want to bounce off the list. I have a list that extends over multiple pages. there might be 200 items, and i don't want to have the items listed on the same page as it would be too long. i can break the list up, so i can have it be displayed over multiple

RE: [PHP] PHP - Web/list Question...

2008-11-09 Thread bruce
Message- From: Robert Cummings [mailto:[EMAIL PROTECTED] Sent: Sunday, November 09, 2008 10:49 AM To: Micah Gersten Cc: Stut; bruce; php-general@lists.php.net Subject: Re: [PHP] PHP - Web/list Question... On Sun, 2008-11-09 at 12:39 -0600, Micah Gersten wrote: Robert Cummings wrote: On Sun

RE: [PHP] PHP - Web/list Question...

2008-11-09 Thread bruce
Message- From: Robert Cummings [mailto:[EMAIL PROTECTED] Sent: Sunday, November 09, 2008 10:49 AM To: Micah Gersten Cc: Stut; bruce; php-general@lists.php.net Subject: Re: [PHP] PHP - Web/list Question... On Sun, 2008-11-09 at 12:39 -0600, Micah Gersten wrote: Robert Cummings wrote: On Sun

RE: [PHP] PHP - Web/list Question...

2008-11-10 Thread bruce
- From: Thodoris [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2008 5:53 AM To: tedd Cc: php-general@lists.php.net Subject: Re: [PHP] PHP - Web/list Question... At 4:08 PM -0800 11/9/08, bruce wrote: hi tedd... no offense... but how does this get me to where i was talking about going

[PHP] user access/roles/privs functionality

2008-11-14 Thread bruce
Hi list... I need a way of managing users/teams/etc.. implementing roles/access rights/privs,etc... I'd like a way of being able to have users report to the resource above them, ie, the ability to have a hierarchical kind of tree approach would be good as wel, as this would allow different

[PHP] user access/roles/privs functionality

2008-11-15 Thread bruce
Hi list... I need a way of managing users/teams/etc.. implementing roles/access rights/privs,etc... I'd like a way of being able to have users report to the resource above them, ie, the ability to have a hierarchical kind of tree approach would be good as wel, as this would allow different

[PHP] ability to find include files...

2008-11-15 Thread bruce
Hi list... starting to go through a debug/understanding session of a couple of php web apps. i'm wondering if there's any kind of tool/method that i can use to see which files are accessed/included/required when a given page is displayed.. this would allow me to quickly understand the flow of

RE: [PHP] ability to find include files...

2008-11-17 Thread bruce
hi t!! strace is something i would have used.. but unfortunately, strace (at least as far as i can tell) doesn't work with web based apps... thanks -Original Message- From: Thodoris [mailto:[EMAIL PROTECTED] Sent: Sunday, November 16, 2008 11:42 PM To: Andrew Ballard Cc: bruce; php

  1   2   3   4   5   6   7   >