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

Re: [PHP] FW: Advanced search form

2005-12-07 Thread Brent Baisley
80138 with the Linux Counter, http://counter.li.org/ # Debian GNU/Linux Consultant # Michelle Konzack Apt. 917 ICQ #328449886 50, rue de Soultz MSM LinuxMichi 0033/3/8845235667100 Strasbourg/France IRC #De

Re: [PHP] Redirects Safari vs Others

2005-12-05 Thread Brent Baisley
page=33&p age=33?action=listentries&categoryid=7&top=/page.php? page=33&page=33?action= listentries&categoryid=7&top=/page.php?page=33&page=33? action=listentries&ca tegoryid=7&top=/page.php?page=33&page=33? action=listentries&categoryid=7&top =/page

Re: [PHP] Mail SMTP settings

2005-12-05 Thread Brent Baisley
her domain. Dan T -- 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 G

Re: [PHP] javascript, forms and php

2005-12-01 Thread Brent Baisley
ference to the field's id, 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 Baisl

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

2005-11-30 Thread Brent Baisley
HP 5? 2) What 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 & Ad

Re: [PHP] checkboxes

2005-11-30 Thread Brent Baisley
elete every associated record to the 'lot' 2) for each 'vehicle' add '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.

Re: [PHP] Problem with Frames and Sessions

2005-11-29 Thread Brent Baisley
ww.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:

Re: [PHP] Real-Time Form Updating

2005-11-18 Thread Brent Baisley
That being siad, 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.ph

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://ww

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

2005-11-16 Thread Brent Baisley
ght="14" hspace="0" vspace="0" border="0">'; $content .= 'alt="DELETE" width="14" height="14" hspace="5" vspace="0" border="0">'; swit

Re: [PHP] arrays question

2005-11-11 Thread Brent Baisley
; string(1) "2" } [1]=> array(2) { [0]=> string(3) "492" [1]=> string(3) "211" } [2]=> array(2) { [0]=> string(2) "11" [1]=> string(2) "20" } } I want to loop through so I can get and

Re: [PHP] if statement help

2005-11-03 Thread Brent Baisley
"My girlfriend threated to leave me if I went boarding... I 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 S

Re: [PHP] foreach / unset

2005-10-28 Thread Brent Baisley
27;t really care for it so far. :-) -- 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 Tech

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

2005-10-24 Thread Brent Baisley
st machine, there is nothing else running or other "live" site... Brent, can 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 - Orig

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

2005-10-24 Thread Brent Baisley
al 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://ww

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

2005-10-24 Thread Brent Baisley
ftp --with-curl=/sw --with-zlib --with-png- dir=/sw --with-jpeg-dir=/sw --with-gd --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 unsubscr

Re: [PHP] Classes or functions

2005-10-19 Thread Brent Baisley
o use classes when I can write 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

Re: [PHP] network speed

2005-10-14 Thread Brent Baisley
t_contents? Is it just that the Linux box and Windows box don't like each 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 Associa

Re: [PHP] Trouble moving directory

2005-10-14 Thread Brent Baisley
t. Glad I got that off my chest - Miles At 10:11 AM 10/14/2005, Brent Baisley wrote: In your example, the problem is that the name has spaces, which the shell uses as a delimiter. So "That Won't Move/" is kind of being considered parameters instead of part of the dir. Using the comman

Re: [PHP] Trouble moving directory

2005-10-14 Thread Brent Baisley
#x27;m hoping there is something easy i'm overlooking here that will escape all the characters. -k. __ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2005-10-14 Thread Brent Baisley
l 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/) To

Re: [PHP] Issues with backslashes and GET data

2005-10-12 Thread Brent Baisley
: $server = ereg_replace("\\", "\", $server); 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 Archite

Re: [PHP] onChange js running a php function

2005-10-11 Thread Brent Baisley
onChange event run when I 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 Landove

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

2005-10-11 Thread Brent Baisley
ey names 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 Land

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

2005-10-06 Thread Brent Baisley
B Mailbox, 50 FreeSMS http://www.gmx.net/de/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 &am

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

2005-09-14 Thread Brent Baisley
d 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 Environments p: 212.759.6400/800.

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

2005-09-12 Thread Brent Baisley
methods within the code... thanks -bruce [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

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

2005-09-09 Thread Brent Baisley
, if anything important is stored. DanB -- 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/8

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

2005-09-07 Thread Brent Baisley
se solutions are ideal, I guess a clever regular exression (preg_split) could solve this, but I'm not quite sure how - does anyone have any ideas? Thanks Paul -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley System

Re: [PHP] AJAX & PHP

2005-07-21 Thread Brent Baisley
ant singh wrote: Have anybody 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 Sys

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 bunc

Re: [PHP] Updating an open page with PHP

2005-06-14 Thread Brent Baisley
n PHP 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

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

2005-06-09 Thread Brent Baisley
function 5000 times? -- 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 Ge

Re: [PHP] Compilation trouble on OS X

2005-06-09 Thread Brent Baisley
l, autoconf etc. Marcus -- 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 with IE and php

2005-06-08 Thread Brent Baisley
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
eral 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/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2005-05-26 Thread Brent Baisley
s as includes in my 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: 2

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

2005-05-25 Thread Brent Baisley
g in Word and saving 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

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

2005-05-24 Thread Brent Baisley
, at 3:45 PM, Bill McEachran wrote: I'm just 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

Re: [PHP] Problems with multiple arrays

2005-05-23 Thread Brent Baisley
$full_data as $key => $value) { echo "$value"; } and the result must be: id_1 - name_1 - email_1 id_2 - name_2 - email_2 id_3 - name_3 - email_3 id_4 - name_4 - email_4 Any help would 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
) g -- 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://ww

Re: [PHP] PHP Complex Data Structures

2005-05-18 Thread Brent Baisley
data 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

Re: [PHP] PHP Applications?

2005-05-17 Thread Brent Baisley
ty 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.ph

Re: [PHP] Firefox COM object

2005-05-16 Thread Brent Baisley
? Cheers, Dang 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

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

2005-05-13 Thread Brent Baisley
ing on a Enism linux box that is having 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 &am

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

2005-05-13 Thread Brent Baisley
t's doing that. As a hack, I've included a new routine checking for blank or null value for $selstate that snags problems before they hit the database. However, I'd rather know why this is happening. Logging it - $_POST['selstate'] is blank (after it messes up as above)

Re: [PHP] joining array values

2005-05-12 Thread Brent Baisley
$i echo $result[id][$i]; echo $result[text][$i]; } Now the array is the other way around, plus the array $resultSummary[$id]['id'] is not a 1,2,3 thing but there are missing values?! I need those Id's to create proper links from the output. Can you shed some more light on this?

Re: [PHP] joining array values

2005-05-12 Thread Brent Baisley
textrelevance 23 ok 2 42 joel1 23 php 1 Desired output: id textrelevance 23 ok php 3 42 joel1 Has anybody an ide how to do that? Thank you for any help, Merlin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://

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

2005-05-11 Thread Brent Baisley
data) on the system... Colin p.s. 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 --

Re: [PHP] str_replace on words?

2005-05-11 Thread Brent Baisley
ay I want, because if I want to replace the word "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 unsu

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

2005-05-10 Thread Brent Baisley
will be appreciated. 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

Re: [PHP] text with $

2005-05-09 Thread Brent Baisley
atica | DBA, Programador, Administrador Universidad Nacional del Litoral - -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect

Re: [PHP] need manual reload on Mac client

2005-05-09 Thread Brent Baisley
ral 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/) To unsubscribe, visit: http://www.php.net/unsub.php

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

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 -- PHP General Mailing List (http://

Re: [PHP] OO toturial

2005-05-05 Thread Brent Baisley
urial about object and php that contain: polymorphism,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

Re: [PHP] form array

2005-05-02 Thread Brent Baisley
t but each file input field will also be followed by a text box for a "file caption" type thing. what would i used for the input text box? file: now for my text field? something like foo[caption][] ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.ph

Re: [PHP] mail problem

2005-04-29 Thread Brent Baisley
isit: 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] Round to the nearest X

2005-04-28 Thread Brent Baisley
7;t always work. 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 Se

Re: [PHP] logical advise

2005-04-26 Thread Brent Baisley
. Version: 7.0.308 / Virus Database: 266.10.2 - 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 Environme

Re: [PHP] modify array data

2005-04-22 Thread Brent Baisley
php do it without having to make script 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 Envir

Re: [PHP] trying to send mail via localhost

2005-04-18 Thread Brent Baisley
se: 550 5.7.1 Any ideas?/ RH -- 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 Genera

Re: [PHP] Getting a contract

2005-04-14 Thread Brent Baisley
p.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://www.php.net/unsub.php

Re: [PHP] problems with outputing a new line

2005-04-07 Thread Brent Baisley
processed correctly, i.e., the hook between IIS and Perl is working. This is the snippet of the code that does not work Any help appreciated ... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates

Re: [PHP] Web Site Security Hole

2005-04-07 Thread Brent Baisley
em like much security at all! Can I manage this situation 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 S

Re: [PHP] Simple array question, part 2

2005-04-06 Thread Brent Baisley
nstead of resorting the keys starting from 0 what function should i lookup/use? Thanks, Ryan -- No virus found 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, vis

Re: [PHP] sprintf and arrays.

2005-04-06 Thread Brent Baisley
46 PM, 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 var

Re: [PHP] sprintf and arrays.

2005-04-06 Thread Brent Baisley
The array can obviously be anything from a single value to 'unlimited' (though in practice will probably be less than 5). -- My mind not only wanders, it sometimes leaves completely. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent

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

2005-04-04 Thread Brent Baisley
never actually done paid work before... It's more that I just recently moved to Canada (from Denmark) so I have no feeling with what the prices and rates are overhere ... TIA Rene -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Br

Re: [PHP] functions vs classes

2005-04-04 Thread Brent Baisley
ny projects. is this correct? Although one could just include the function library 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 & Advi

Re: [PHP] RE: Best Server OS

2005-03-30 Thread Brent Baisley
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] Building modular applications (long)

2005-03-22 Thread Brent Baisley
Are there any lists out there that deal with programming in general? -- 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] [semi OT]: Planning projects

2005-03-22 Thread Brent Baisley
od thing about a flowchart is its ability to describe the big picture as well as the most intricate 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 Ad

Re: [PHP] multiple words search query advise

2005-03-21 Thread Brent Baisley
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] recommended way for server side validation - include in same file or have a different file

2005-03-08 Thread Brent Baisley
Show form However in the second case, in case of an error, displaying the data becomes an issue. Any 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

Re: [PHP] PHP slowness

2005-02-24 Thread Brent Baisley
e 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 Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -

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

2005-02-17 Thread Brent Baisley
seen weird problems like 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.75

Re: [PHP] traversing multi-dimensional arrays

2005-02-17 Thread Brent Baisley
coincide with the specific car so it should print out ford-ranger //I basically want to do this but can't //how can I get into this second array without looping through the whole thing each time? foreach($cars[$car] as $model){ }

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

Re: [PHP] Extending a Class

2005-01-21 Thread Brent Baisley
omething like within PageResultSet function fetchAssocPRS extends fetchAssoc () { if ($this->row >= $this->pageSize) return FALSE; } Thanks for the help. -- Blessed Be Phillip -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- B

Re: [PHP] Help please!!

2005-01-14 Thread Brent Baisley
tty static. I am running RHEL 3 U3 with RH php version php-4.3.2-19.ent, RH mysql 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://ww

Re: [PHP] 2 dimensional array processing

2005-01-11 Thread Brent Baisley
r this example).   I actualy want to do an insert so i'me thinking the following would work:-   foreach ($insert as $table => $fields) { foreach($fields as $field => $value) { $columns[] = $field; $values[] = "'".$value."'"; }   echo "insert into $ta

Re: [PHP] 2 dimensional array processing

2005-01-11 Thread Brent Baisley
quot;value2"; $insert["tab2"]["fields5"] = "value3"; $insert["tab1"]["fields7"] = "value4"; how do I do 2 levels of nested loop with the first level looping through the first level of the array and the second nesting through the seco

Re: [PHP] does php ready for enteprise ?

2005-01-10 Thread Brent Baisley
l 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/) To

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

2005-01-03 Thread Brent Baisley
be, 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] Question: arrays and form elements

2004-12-30 Thread Brent Baisley
l the selections and put them into an array ? Hope this question 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

Re: [PHP] MySQL Database type

2004-12-29 Thread Brent Baisley
l 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] Arrays

2004-12-29 Thread Brent Baisley
eneral 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/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2004-12-22 Thread Brent Baisley
d". In this case, some times these two running acripts are sellecting same rows 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 Mailin

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

2004-12-16 Thread Brent Baisley
ment, backend engine. Is it possible to make some $$ 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,

Re: [PHP] Output buffering - saving + echoing

2004-12-15 Thread Brent Baisley
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] Drawing checkboxes

2004-12-08 Thread Brent Baisley
case both "Coffee" AND "Coffee Pots" get checked when only "Coffee Pots" should. What can I do to this function eliminate this? Thanks +----+ Mike Yrabedra [EMAIL PROTECTED] Your Mac Intelligence Resource +

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

2004-12-08 Thread Brent Baisley
r row. Coz the html 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, In

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

2004-12-06 Thread Brent Baisley
an -- No virus 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 Associat

Re: [PHP] Newbie, project..

2004-12-03 Thread Brent Baisley
ling 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 unsub

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
For the record, this is NOT a PHP problem. I have no problem on my Mac using Safari or FireFox, or even Camino .7. However, there is a problem using IE on the Mac. Which, if you have Mac users still using IE, you should tell them to cease and desist. It's a discontinued product. But, you may no

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

2004-11-16 Thread Brent Baisley
ore? Thanks Jeff #condensed# Billing Address #condensed# I agree to the conditions above I do not agree with the conditions above -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Asso

Re: [PHP] splitting string

2004-11-16 Thread Brent Baisley
phone, email as a one string in db and later pull them from DB and split them back?) 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

Re: [PHP] Is Perl faster than PHP?

2004-11-16 Thread Brent Baisley
ailable? Or can one say that PHP or Perl is faster about x percent 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,

  1   2   >