[PHP] Re: multiple choice dropdown box puzzle

2009-02-23 Thread Brent Baisley
It's actually a very simple solution, and you should do it all in a single INSERT. Putting INSERTs in a loop will kill your performance when you try to scale. $sql4 = 'INSERT INTO temp (example) VALUES (' . implode('),(', $_POST[categoriesIN]) . ')'; $result4 = mysql_query($sql4, $db); That

Re: [PHP] FW: Advanced search form

2005-12-07 Thread Brent Baisley
ICQ #328449886 50, rue de Soultz MSM LinuxMichi 0033/3/8845235667100 Strasbourg/France IRC #Debian (irc.icq.com) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect

Re: [PHP] Mail SMTP settings

2005-12-05 Thread Brent Baisley
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http

Re: [PHP] Redirects Safari vs Others

2005-12-05 Thread Brent Baisley
=listentriescategoryid=7top =/page.php?page=33page=33 I'm sure this is a coding problem on my part but it's interesting that it doesn't happen in firefox or IE. Thanks, Mark -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology

Re: [PHP] javascript, forms and php

2005-12-01 Thread Brent Baisley
, and it still doesn't seem to check things properly. Is there any way around this, or what am I missing? TIA, Kelly -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -- Brent Baisley Systems Architect Landover Associates, Inc

Re: [PHP] checkboxes

2005-11-30 Thread Brent Baisley
'vehicle' as long as it is a valid 'vehicle' -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] Lowest PHP version to work with MySQL 4.1.x

2005-11-30 Thread Brent Baisley
is the lowest PHP version which works fine with MySQL 4.1.x? Regards, Behzad P.S. I don't use Improved MySQL extension in PHP. I just need MySQL 4.1.x for multi-byte character support. -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments

Re: [PHP] Problem with Frames and Sessions

2005-11-29 Thread Brent Baisley
/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] another simple array question

2005-11-18 Thread Brent Baisley
. What is the best way to do so? foreach ($values as $key = $val){ if ($key == 0) { // } if ($key == 3) { // } if ($key == 4) { //delete value from array } } Thanks! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley

Re: [PHP] Real-Time Form Updating

2005-11-18 Thread Brent Baisley
, I have a field for total number of users that I would like to calculate the total of about five variables in real-time, before the submit button is activated. Is this possible? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent

Re: [PHP] better way to mix html and php code?

2005-11-16 Thread Brent Baisley
'; } $content .= '/table'; echo $content; include 'includes/footer.php'; ? I think third solution would be the best solution? Thanks for any opinion. -afan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect

Re: [PHP] arrays question

2005-11-11 Thread Brent Baisley
]= string(2) 20 } } I want to loop through so I can get and print 1,492,11 and 2,211,20 What is the best way to do this? I suck with arrays and I can't get my looping right. Thanks for your help anybody! -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services

Re: [PHP] if statement help

2005-11-03 Thread Brent Baisley
will miss her. ~ DIATRIBE aka FBITKK -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577

Re: [PHP] foreach / unset

2005-10-28 Thread Brent Baisley
/artists.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List

Re: [PHP] php Slow with Mac OS X 10.4

2005-10-24 Thread Brent Baisley
--with-ttf=/sw --with-freetype-dir=/sw --enable-track- vars --enable-trans-id --disable-debug This is really begins to bugs me... Any hints ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover

Re: [PHP] moving website from windows to linux hosting

2005-10-24 Thread Brent Baisley
List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http://www.php.net

Re: [PHP] php Slow with Mac OS X 10.4

2005-10-24 Thread Brent Baisley
you tell me what kind of php application you're running on os x 10.4 ? Can you share your apache config ? What king of setup do you have (what apache, php etc.) ? Thanks, Nicolas - Original Message - From: Brent Baisley [EMAIL PROTECTED] To: Nicolas Ross [EMAIL PROTECTED] Cc: php

Re: [PHP] Classes or functions

2005-10-19 Thread Brent Baisley
the codes with functions? Excuseme for my bad english -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Setting up Linux and SendMail for SMTP

2005-10-14 Thread Brent Baisley
://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Trouble moving directory

2005-10-14 Thread Brent Baisley
, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Trouble moving directory

2005-10-14 Thread Brent Baisley
: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP

Re: [PHP] network speed

2005-10-14 Thread Brent Baisley
other? -- Like Music? http://l-i-e.com/artists.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400

Re: [PHP] Issues with backslashes and GET data

2005-10-12 Thread Brent Baisley
); but I can't get this to work either. Any suggestions welcome, I'm running out of ideas. Martin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services

Re: [PHP] Speed/Efficiency Question: Large array into DB

2005-10-11 Thread Brent Baisley
in the array correspond to field names in my database. Sorry it's a bit long-winded... Thanks in advance for any suggestions. Alan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc

Re: [PHP] onChange js running a php function

2005-10-11 Thread Brent Baisley
change my selection in a select menu, that would send the value for the select menu to a php function. can that be done? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search

Re: [PHP] How do I POST data with headers make the browser follow?

2005-10-06 Thread Brent Baisley
/go/promail +++ GMX - die erste Adresse für Mail, Message, More +++ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p

Re: [PHP] php Slow with Mac OS X 10.4

2005-09-14 Thread Brent Baisley
. I did the test, and it started to output immediatly... Thanks, Nicolas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology

Re: [PHP] mixing $_POST and $_GET vars

2005-09-12 Thread Brent Baisley
[EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing

Re: [PHP] Re: How large string in cookie?

2005-09-09 Thread Brent Baisley
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http

Re: [PHP] Breaking up search terms into an array intelligently

2005-09-07 Thread Brent Baisley
/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] AJAX PHP

2005-07-21 Thread Brent Baisley
tried PHP AJAX, may please share your experience. also pls. suggest good link of tutorial on this. With Best Wishes Balwant Singh -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc

Re: [PHP] searching multiple fields

2005-07-14 Thread Brent Baisley
Sounds like you want to use full text indexing. Create one full text index spanning name, area, organisation. Then search on all three fields at once. SELECT * FROM sheet1 MATCH(name,area,organisation) AGAINST ('textstring* otherstring* etc*). The * means use LIKE searching. There are a

Re: [PHP] Updating an open page with PHP

2005-06-14 Thread Brent Baisley
to update information on an open web page (e.g. to say Hello, user, I have just logged in), without the user having to refresh the page himself each time? Thank you Alberto Brea -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology

Re: [PHP] Compilation trouble on OS X

2005-06-09 Thread Brent Baisley
-- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Is there a big speed difference...

2005-06-09 Thread Brent Baisley
? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http

Re: [PHP] problem with IE and php

2005-06-08 Thread Brent Baisley
be treated differently? Oh yeah, I created a duplicate of the pages with no php and had the two pages marked as .html and the button worked fine. Any help would be great. CHeers Phil -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent

Re: [PHP] Implode? Explode?

2005-06-06 Thread Brent Baisley
://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] extending a class using includes not working

2005-05-26 Thread Brent Baisley
template. any ideas why? thanks, charles -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577

Re: [PHP] Building multi-page Word docs with PHP?

2005-05-25 Thread Brent Baisley
reduces the file down dramatically, but that would prevent auto-generation and emailing - without human intervention. Does anyone know how to either create multipage docs in Word format to begin with, or to convert (on the fly) rtf to doc, or to save rtf as smaller file? MTIA George -- Brent

Re: [PHP] Learning PHP ... online courses?

2005-05-24 Thread Brent Baisley
learning PHP. If anyone knows of any affordable quality on-line based PHP courses please pass on the details. Thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory

Re: [PHP] Problems with multiple arrays

2005-05-23 Thread Brent Baisley
be appreciated !!! -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Can I prevent Server variables from being spoofed ?

2005-05-20 Thread Brent Baisley
General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http://www.php.net

Re: [PHP] PHP Complex Data Structures

2005-05-18 Thread Brent Baisley
in the same/similar way to Perl data and that you can create complex data structures ie arrays of arrays, arrays of records etc. For once Google let me down so can any one point at any doc info. -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced

Re: [PHP] PHP Applications?

2005-05-17 Thread Brent Baisley
to make LassoApps - single file applications that are secure and can be sold distributed without providing access to the source. Does PHP offer any such capability? - Brian -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley

Re: [PHP] Firefox COM object

2005-05-16 Thread Brent Baisley
Nguyen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http

Re: [PHP] 'Require' and 'Select' lists

2005-05-13 Thread Brent Baisley
) -- no surprise, since that is what the browser displays. Any other ideas? Regards, Andre -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http://www.php.net

Re: [PHP] php works in IE not Firefox?

2005-05-13 Thread Brent Baisley
this issue. --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.859 / Virus Database: 585 - Release Date: 2/14/2005 -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology

Re: [PHP] joining array values

2005-05-12 Thread Brent Baisley
that? Thank you for any help, Merlin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General

Re: [PHP] joining array values

2005-05-12 Thread Brent Baisley
links from the output. Can you shed some more light on this? Thank you for your excellent help. Best regards, Merlin -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http

Re: [PHP] str_replace on words?

2005-05-11 Thread Brent Baisley
in all passages containing the characters in are replaced. For example Singapore. Does anybody know how to do this on just words? Thank you for any hint, Merlin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect

Re: [PHP] Saving of buffers, from a security standpoint

2005-05-11 Thread Brent Baisley
. As with other 'touchy' subjects like credit card processing, all valid input is appriciated. -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http://www.php.net

Re: [PHP] how to know whether web server of a remote machine is running or not

2005-05-10 Thread Brent Baisley
. with best wishes balwant -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General

Re: [PHP] Sending htm as it's being generated

2005-05-09 Thread Brent Baisley
List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] need manual reload on Mac client

2005-05-09 Thread Brent Baisley
: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] text with $

2005-05-09 Thread Brent Baisley
- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577

Re: [PHP] OO toturial

2005-05-05 Thread Brent Baisley
,Delegation,...? Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General

Re: [PHP] form array

2005-05-02 Thread Brent Baisley
, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] mail problem

2005-04-29 Thread Brent Baisley
://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Round to the nearest X

2005-04-28 Thread Brent Baisley
. For example, 37678 + ( 37678 % 500 ) did not round up to the nearest 500. Any ideas? thnx, Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced

Re: [PHP] logical advise

2005-04-26 Thread Brent Baisley
- Release Date: 4/21/2005 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General

Re: [PHP] modify array data

2005-04-22 Thread Brent Baisley
for different array sizes. Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General

Re: [PHP] trying to send mail via localhost

2005-04-18 Thread Brent Baisley
General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http://www.php.net

Re: [PHP] Getting a contract

2005-04-14 Thread Brent Baisley
/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Web Site Security Hole

2005-04-07 Thread Brent Baisley
by setting directory and/or file permissions in docroot? Or is there some other solution? Thanks in advance. -Don -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services

Re: [PHP] problems with outputing a new line

2005-04-07 Thread Brent Baisley
://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] sprintf and arrays.

2005-04-06 Thread Brent Baisley
Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http://www.php.net

Re: [PHP] sprintf and arrays.

2005-04-06 Thread Brent Baisley
, Duncan Hill wrote: On Wednesday 06 April 2005 16:40, Brent Baisley wrote: For one, you are missing a right parenthesis ) in all of your examples. htmlentities( sprintf( $tmp[0], $s, ENT_QUOTES ) Meh, syntax blip from the cut and paste. Second, the string you are trying to format only has one variable

Re: [PHP] Simple array question, part 2

2005-04-06 Thread Brent Baisley
in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.9.3 - Release Date: 4/5/2005 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search

Re: [PHP] functions vs classes

2005-04-04 Thread Brent Baisley
in multiple projects. Thanks! Dustin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General

Re: [PHP] What's the going rate for making websites ?

2005-04-04 Thread Brent Baisley
are overhere ... TIA Rene -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General

Re: [PHP] RE: Best Server OS

2005-03-30 Thread Brent Baisley
://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] [semi OT]: Planning projects

2005-03-22 Thread Brent Baisley
detail. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http

Re: [PHP] Building modular applications (long)

2005-03-22 Thread Brent Baisley
Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http://www.php.net

Re: [PHP] multiple words search query advise

2005-03-21 Thread Brent Baisley
://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] recommended way for server side validation - include in same file or have a different file

2005-03-08 Thread Brent Baisley
recommended ways for server side validation -- Warm Regards Vinayak -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology

Re: [PHP] PHP slowness

2005-02-24 Thread Brent Baisley
upped the amount of connections Apache would accept, but it soon turned out that was not the problem. Thanks, - Gerard -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory

Re: [PHP] traversing multi-dimensional arrays

2005-02-17 Thread Brent Baisley
/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Date() reporting wrong on OS X server intermittently

2005-02-17 Thread Brent Baisley
this before ? Many Thanks, Rowan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General

Re: [PHP] Extending a Class

2005-01-21 Thread Brent Baisley
; } Thanks for the help. -- Blessed Be Phillip -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400

Re: [PHP] Extending a Class

2005-01-21 Thread Brent Baisley
You're absolutely correct. I was debating on whether to get into inheritance and overloading. I just settled on what PEAR tends to use rather than go into more detail. Thanks for clarifying. On Jan 21, 2005, at 11:18 AM, Matthew Weier O'Phinney wrote: * Brent Baisley [EMAIL PROTECTED] : You've

Re: [PHP] Help please!!

2005-01-14 Thread Brent Baisley
server version mysql-server-3.23.58-2.3, and RH apache version httpd-2.0.46-44.ent Thanks guys for any help troubleshooting this. -Brent -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc

Re: [PHP] 2 dimensional array processing

2005-01-11 Thread Brent Baisley
level of the array and the second nesting through the second. something like:- foreach( $insert as $table = $fields ) { foreatch( $fields as $field = $value ) { echo update $table set $field = $value; } } Regards, Ben -- Brent Baisley Systems Architect Landover Associates, Inc. Search

Re: [PHP] 2 dimensional array processing

2005-01-11 Thread Brent Baisley
) { foreach($fields as $field = $value) { $columns[] = $field; $values[] = '.$value.'; }   echo insert into $table ( .implode( ', ', $columns ). values ( .implode( ', ', $values ). ) ; unset($columns); unset($values); }   Ben   Brent Baisley [EMAIL PROTECTED] 01/11/05 03:02pm You've

Re: [PHP] does php ready for enteprise ?

2005-01-10 Thread Brent Baisley
://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] php vs java....

2005-01-03 Thread Brent Baisley
://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Question: arrays and form elements

2004-12-30 Thread Brent Baisley
is clear. Thank you Stuart -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General

Re: [PHP] Arrays

2004-12-29 Thread Brent Baisley
and that there will be some numbers not included? I.E. the id's would be 1, 5, 6, 7, 20, 43 and how would I refence it? would it be $_POST['att']['[partIDhere}'] ? Thanks G -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems

Re: [PHP] MySQL Database type

2004-12-29 Thread Brent Baisley
://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Any bright solution for my problem?

2004-12-22 Thread Brent Baisley
due to, old one haven't marked as a used for sellected rows. Is there any way, to put flag or something like that, when sellecting rows with php and mysql? Best Regards -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems

Re: [PHP] Possible to make $$ distributing PHP as Shareware?

2004-12-16 Thread Brent Baisley
$$ if I distribute the application as a shareware or should I just sell it as an commercial package. If you have any experience with this, kindly enlighten me. Thanks, Jonathan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley

Re: [PHP] Output buffering - saving + echoing

2004-12-15 Thread Brent Baisley
, Lorderon. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List

Re: [PHP] how to display the content step by step

2004-12-08 Thread Brent Baisley
may wait until the whole table be downloaded then to show it, but I see some application like the Web calendar http://www.k5n.us/webcalendar.php?topic=Demo Anyone here know about this? Best wishes, Yangshiqi -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory

Re: [PHP] Drawing checkboxes

2004-12-08 Thread Brent Baisley
PROTECTED] Your Mac Intelligence Resource ++ W: http://www.macagent.com/ E: [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc

Re: [PHP] Sessions in Frames...confused

2004-12-06 Thread Brent Baisley
found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.289 / Virus Database: 265.4.5 - Release Date: 12/3/2004 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search

Re: [PHP] Newbie, project..

2004-12-03 Thread Brent Baisley
://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] ERP - CRM implemented in PHP

2004-11-19 Thread Brent Baisley
Kr. Sheoran -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Problem typing in PHP forms on Mac OS

2004-11-17 Thread Brent Baisley
that change and the problem still exists. I ran the page through the validator and it found some generic problems, but nothing that seemed like it would relate here. Jeff At 01:19 PM 11/16/2004, Brent Baisley wrote: I never had a problem with a Mac, nor any platform as long as I adhered to web standards

Re: [PHP] Is Perl faster than PHP?

2004-11-16 Thread Brent Baisley
in general compared to the other one? thanx for any hint, Merlin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400

Re: [PHP] splitting string

2004-11-16 Thread Brent Baisley
?) Thanks for any help! -afan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General

Re: [PHP] Problem typing in PHP forms on Mac OS

2004-11-16 Thread Brent Baisley
abovebr input type=radio name=agreement value=NOPEI do not agree with the conditions abovebr /table input type=submit name=submit value=Submit /form -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover

  1   2   >