[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 lo

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 kh

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 the above isn't correct, but you should get the idea... once you've got the idea/process of running in the background down, you ca

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. have

[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 a

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] 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 pro

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 wit

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 2

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

2008-08-14 Thread bruce
r the querystrings to the form 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 Th

[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 action

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 littl

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? Is

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 php.i

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

[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 t

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

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] 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] 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

[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] 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

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] 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] 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

[PHP] open source PHP/MySQL image viewing application

2008-02-14 Thread Bruce Gilbert
below. this may also be somehting I could look into creating from scratch, but I dodn't want to re-invent the wheel if I don't have to... -- ::Bruce:: -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Name of variable to string

2008-02-08 Thread Adrian Bruce
tedd wrote: Hi gang: From a variable with the name of $this_variable -- how do I get a string 'this_variable' ? Cheers, tedd At some point or the other you will have to define $this_variable as $this_variable, so at that point you will have access to the string 'this_variable'. Even if yo

Re: [PHP] generate xls file on fly

2008-02-08 Thread Adrian Bruce
Hiep Nguyen wrote: hi friends, i have a php page with the following logic: Download Title>Author author != null"; ?> Download Into Excel File is there anyway to generate this into xls file w/o using fopen & fwrite to the server? my goal is to have a link after the t

[PHP] Roadsend (was Re: PHP Source code protection)

2008-02-06 Thread Bruce Cowin
>>> zerof <[EMAIL PROTECTED]> 7/02/2008 12:04 p.m. >>> Try Roadsend, now as Open Source: http://www.roadsend.com/home/index.php?SMC=1&pageID=compiler Hey, that looks cool. Do many people use this? Has anyone built any standalone GUI apps with it? Rega

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] 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] 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] Generating Random Numbers with Normal Distribution

2007-12-18 Thread Bruce Cowin
Ha ha, it does! Admittedly, I haven't read every line of every post in this thread, but so far I haven't seen any mention of Nazis (until now). Godwin's Law breaking down???? Regards, Bruce >>> "Jay Blanchard" <[EMAIL PROTECTED]> 19/12/2007 4:39:15

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] 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] 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] 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
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] crop an image

2007-11-06 Thread Chris Bruce
Does anyone have some insight here? I am trying to crop an image. The crop seems to almost work, but I get black bars on the image. Has anyone had any experience with cropping images using the GD library? Thanks. Chris On Nov 2, 2007, at 5:41 PM, Chris Bruce wrote: What was the solution

Re: [PHP] crop an image

2007-11-02 Thread Chris Bruce
What was the solution here? I am trying to crop but am getting a black bar the same height as the crop at top. For this image I want to crop 40 pixels off of the top: $image_p = imagecreatetruecolor($width, $height); $image = imagecreatefromjpeg($jpegpath); imagecopyresampled($image_p, $image

[PHP] PHP 5.2 and MySQL

2007-10-31 Thread Bruce Cowin
ed this by disabling php_iisfunc in the php.ini, but my php.ini doesn't even have this in it. Any ideas? Thanks. Regards, Bruce -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP and daylight savings

2007-09-30 Thread Bruce Cowin
That was it, thanks! I compared the permissions on this dll to another dll extension that loads fine. When I made it the same, it worked. Thanks again! Regards, Bruce >>> Jeffery Fernandez <[EMAIL PROTECTED]> 1/10/2007 1:23 p.m. >>> On Monday 01 October 2007 10:08,

Re: [PHP] PHP and daylight savings

2007-09-30 Thread Bruce Cowin
dll works fine on a server running the same PHP version (5.1.2). Any ideas? Regards, Bruce >>> "Bruce Cowin" <[EMAIL PROTECTED]> 1/10/2007 12:13 p.m. >>> I discovered that we needed to update the php_timezonedb.dll. This worked fine on our servers and time i

Re: [PHP] PHP and daylight savings

2007-09-30 Thread Bruce Cowin
? Regards, Bruce >>> "Bruce Cowin" <[EMAIL PROTECTED]> 1/10/2007 11:02 a.m. >>> I'm using PHP 5.1.2 on IIS. Here in New Zealand, our daylight savings started a week earlier than usual and went into affect this past weekend. The time on my machine is correct.

[PHP] PHP and daylight savings

2007-09-30 Thread Bruce Cowin
ing the time from? Here is the code I'm using: date_default_timezone_set('Pacific/Auckland'); echo "time is " . date("h:i:s"); Regards, Bruce -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[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] 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

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] Database includes

2007-08-27 Thread Bruce Cowin
Thanks to everyone who responded. Some really interesting ideas. I'll try them out. Regards, Bruce >>> "Wouter van Vliet / Interpotential" <[EMAIL PROTECTED]> 28/08/2007 8:34 a.m. >>> On 27/08/07, Stut <[EMAIL PROTECTED]> wrote: > I use a sl

[PHP] Database includes

2007-08-26 Thread Bruce Cowin
tomer and order class code and change which db class it uses when I move it from dev to test and from test to prod. What's the proper way to handle this? Or am I way off base? Thanks. Regards, Bruce -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] CURL receiving content data

2007-08-23 Thread Bruce Steinback
size when I saved it). I can find dozens of examples of adding POST Content, but none for reading file content. Please don't tell me it can't be done :-( Thanks, Bruce Pinpoint customers who are looking for what you sell. http://searchmarketing.yahoo.com/

Re: [PHP] Loss of precision in intval()

2007-08-07 Thread Bruce Cowin
Richard's right. You get the same result if you do the equivalent in ASP. Regards, Bruce >>> "Richard Lynch" <[EMAIL PROTECTED]> 8/08/2007 3:29:16 p.m. >>> On Wed, August 1, 2007 11:52 am, Mark Summers wrote: > This sort of thing really isn'

[PHP] Wierd error with xml_set_element_handler()

2007-08-05 Thread Bruce Steinback
Okay, I'm probably really stupid, but I can't figure this out. I'm getting the error: Fatal error: Function name must be a string in .../pages-stage/loginresp.php on line 205 (which is the xml_set_element_handler() call) with this code: function startElement($parser, $name, $attrs) { g

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.. processi

[PHP] error reporting

2007-07-26 Thread Bruce Cowin
escription; see Help and Support for details. The following information is part of the event: php[2132], PHP Warning: Division by zero in C:\Inetpub\wwwroot\PHP\Testing\error.php on line 11. Regards, Bruce -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] How to get stored procedure return values via PDO?

2007-07-26 Thread Bruce Cowin
I had a similar problem using PDO on MS Sql Server where I was trying to return the id of an inserted row. I ended up giving up and doing a second query to get @@IDENTITY. Regards, Bruce >>> Richard Davey <[EMAIL PROTECTED]> 27/07/2007 12:51 a.m. >>> Hi, I'm cal

[PHP] Re: strange stripos behavior

2007-07-24 Thread Bruce Cowin
first it didn't. Is it possible that if $msg->Subject is null that it does something funny to the value in the $searchstring variable? Anyway, it's working now by not using a variable. Thanks again. Regards, Bruce >>> Shawn McKenzie <[EMAIL PROTECTED]> 25/07/2007

[PHP] strange stripos behavior

2007-07-22 Thread Bruce Cowin
$searchtext = htmlentities($msg->Sender()) . htmlentities($msg->To()) . htmlentities($msg->Cc()) . htmlentities($msg->Subject()) . htmlentities($msg->Body()); if (!stripos($searchtext, '') === false) { echo "\nstring found!\n"; } Does anyone

Re: [PHP] text field truncation with sql server

2007-07-15 Thread Bruce Cowin
gards, Bruce >>> "Richard Lynch" <[EMAIL PROTECTED]> 13/07/2007 5:58 p.m. >>> What is the 3981st character? Does your database driver, whatever it is, which you've told us is not PDO, have any kind of limit in the buffer size of query data back/forth? What drive

[PHP] text field truncation with sql server

2007-07-12 Thread Bruce Cowin
'subject'] . ""; echo "Date: " . $row['sentdate'] . ""; echo "Body: " . nl2br($row['body']) . ""; echo ""; Thanks for any help. Regards, Bruce -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] mailparse_msg_extract_part_file error

2007-07-05 Thread Bruce Cowin
ob_end_clean(); $this->_body = $contents; } } Thanks! Regards, Bruce -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: Re[2]: [PHP] HTML in database

2007-07-04 Thread Bruce Cowin
I was still having the same problems even with PDO, but doing my own replace: $body = str_replace("'", "\"", $body); fixed the problem. Thanks again! Regards, Bruce >>> Richard Davey <[EMAIL PROTECTED]> 5/07/2007 12:34:29 p.m. >>> Hi

Re: [PHP] HTML in database

2007-07-04 Thread Bruce Cowin
Me too. :-) I appreciated your quick response, though. Regards, Bruce >>> Chris <[EMAIL PROTECTED]> 5/07/2007 1:14:58 p.m. >>> Bruce Cowin wrote: > Thanks. Sorry, I should have mentioned I'm using MS Sql Server and I don't > see a mssql equivalen

Re: Re[3]: [PHP] HTML in database

2007-07-04 Thread Bruce Cowin
Oh, thanks very much. I didn't know about PDO before. I wish I had before I had written my own db class! :-) Thanks again and I'll try it out. Regards, Bruce >>> Richard Davey <[EMAIL PROTECTED]> 5/07/2007 12:38:02 p.m. >>> >> Thanks. Sorry,

Re: [PHP] HTML in database

2007-07-04 Thread Bruce Cowin
Thanks. Sorry, I should have mentioned I'm using MS Sql Server and I don't see a mssql equivalent to that function. Regards, Bruce >>> Chris <[EMAIL PROTECTED]> 5/07/2007 12:10:17 p.m. >>> Bruce Cowin wrote: > I am writing code to store a bunch o

[PHP] HTML in database

2007-07-04 Thread Bruce Cowin
mssql_select_db('EmailDB') or die('Could not select database'); try { $result = @mssql_query($sql); } catch (Excepti

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 fi

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 Mess

[PHP] PCRE Error/Issue...

2007-05-31 Thread bruce
from source/scratch, as I 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] Scalable Site Architecture

2007-05-10 Thread bruce
hanks -bruce [EMAIL PROTECTED] -Original Message- From: Chris Shiflett [mailto:[EMAIL PROTECTED] Sent: Thursday, May 10, 2007 2:49 PM To: [EMAIL PROTECTED] Cc: php-general@lists.php.net Subject: Re: [PHP] Scalable Site Architecture Hi Bruce, > In looking for what's required f

RE: [PHP] Killing a process with php

2007-05-09 Thread bruce
hey chris... can you tell us what you're trying to accomplish, and what the processes you're looking to kill are doing? why are you trying to kill them on a daily basis.. i'm assuming that you don't want hanging socket processes just sitting on your system... -bruce -

[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

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

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] 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

[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] CSS vs. Tables OT

2007-04-18 Thread Bruce Cowin
And makes for very clean code. Very nice! Regards, Bruce >>> Lori Lay <[EMAIL PROTECTED]> 19/04/2007 5:02:33 a.m. >>> Wolf wrote: > OK, so I like sticking my nose in sometimes... > > Accessibility Standards and being bobby approved. > > http://webxact2

Re: [PHP] secure database info in different environments

2007-04-04 Thread Bruce Cowin
Ok, thanks for the feedback. I'll check it out. Regards, Bruce >>> Jochem Maas <[EMAIL PROTECTED]> 3/04/2007 9:12 p.m. >>> Bruce Cowin wrote: > Hi, > > I have a generic database class that I built to connect to our different > databases. From oth

[PHP] secure database info in different environments

2007-04-02 Thread Bruce Cowin
s for your help. Regards, Bruce -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] converting video formats

2007-03-26 Thread Bruce Gilbert
Can someoune point me in the right direction as to how (if possible) to convert a video format uploaded to a server to a flash format (.flv) no matter what the orginal format is? thanks -- ::Bruce:: -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] Running PHP on a windows server-your views

2007-03-19 Thread Bruce Cowin
Yes, there is a PHP-WIN list. Much less volumn than this list. We run PHP on Windows using IIS. So far haven't had any problems. But we've been using it on intranet only sites and not very intensive or complicated. Regards, Bruce >>> "Richard Lynch" <[EM

[PHP] form not submitting inofrmation

2007-03-16 Thread Bruce Gilbert
$t = 0; while ($t++ < $Timeout && !$out) $out = fgets($sh, 256); if (!ereg("^220", $out)) $fail = 5; } if ($sh) fclose($sh); return $fail; } // End E-Mail Validation Function ?> [/php] anyone see what might be causing the problem? -- ::Bruce:: -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[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

Re: [PHP] register_globals and passing variables

2007-03-14 Thread Bruce Cowin
Hi Jeff, You want to leave register_globals OFF. Depending on how $charid is passed, you want to use $_POST or $_GET: $charid = $_POST['charid']; or $charid = $_GET['charid']; I think you'll need to do the same for your $db_select variable. Is that what you

[PHP] displaying image from MySQL DB using HTML/PHP

2007-03-13 Thread Bruce Gilbert
I have uploaded the image in MySQL. In the PHP code I have: [php] and in the HTML code I am probably way off base, so need some help! -- ::Bruce:: -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.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] variables in CSS in PHP question/problems

2007-03-13 Thread Bruce Gilbert
t; width:75px; height:75px; padding:15px; } and also body { background-color: body; ?>; } in my directory, I have a folder called images which is at the root level with the index file and css, and the images are called side_image1, side_image2, side_image3 etc. ca

[PHP] Re: Classes in PHP5 || Puzzling Problem || Trying to Set $this->$name = $value

2007-03-08 Thread Bruce Cowin
I don't know the details of your app, but you might want to reconsider a resdesign. Having said that, your code actually works for me. If I use your class as is, foo is 1. That is: $x = new test; echo $x->foo; outputs 1. Isn't that what you want? Regards, Bruce >

Re: [PHP] help with script needed

2007-03-07 Thread Bruce Gilbert
e Foo and Bar to replace the numbers they are dereivatives of and not appear below as they are now, and I also need to add a third condition for "FooBar" which would be for numbers that are both divisible by 3 and 5. thanks On 3/7/07, Martin Marques wrote: Tijnema ! escribió: > O

[PHP] help with script needed

2007-03-07 Thread Bruce Gilbert
I have a little script that prints a number out from 1 to 100 [php] "; } ?> [/php] I just need to add code to print something different, say "foo" if the output is a multiple of 5 or 10 for example. How do I go about doing this? -- ::Bruce:: -- PHP General Mailing List (

Re: [PHP] curlopt_timeout default

2007-03-01 Thread Bruce Cowin
For anyone who is interested, I found this: > libcurl has no default timeouts for these. When you > don't use them, you will > be in the hands of your operating system's timeouts. at http://curl.haxx.se/mail/lib-2004-04/0027.html Regards, Bruce >>> "Bruc

Re: [PHP] curlopt_timeout default

2007-03-01 Thread Bruce Cowin
Thanks Richard. I'll look into that. And yes, I'm looking at capturing the curl_getinfo() as well. Thanks again. Regards, Bruce >>> "Richard Lynch" <[EMAIL PROTECTED]> 2/03/2007 1:36 p.m. >>> On Thu, March 1, 2007 5:16 pm, Bruce Cowin wrote:

[PHP] curlopt_timeout default

2007-03-01 Thread Bruce Cowin
t find is what the default for this setting is. Does anyone know? Thanks. Regards, Bruce -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] can this be fone with PHP?

2007-02-22 Thread Bruce Gilbert
I have created forms with PHP where the information in the fields is sent via sendmail to an email, but is there a way to have the information extracted and a pdf form created when the user hits the submit button? -- ::Bruce:: -- PHP General Mailing List (http://www.php.net/) To unsubscribe

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

Re: [PHP] WHERE problem

2007-02-19 Thread Bruce Cowin
Are you getting an error or just nothing returned? The first thing I'd check is if index is a numeric field and if it is, remove the single quotes from around $randi in the where clause. Regards, Bruce >>> Mike Shanley <[EMAIL PROTECTED]> 20/02/2007 9:23:08 a.m. >

Re: [PHP] PHP/PEAR

2007-02-14 Thread Bruce Cowin
that reminds me: a woman walks into a bar carrying a duck. the bartender says "hey, you can't come in here with that pig". the woman says "it's not a pig, it's a duck". and the bartender says "i was talking to the duck". Regards, Bruce >&g

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

[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] 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

<    1   2   3   4   5   6   7   >