[PHP] SSL Timeout Issue with fopen, fsockopen, file_get_contents, etc

2010-08-18 Thread Brent Macnaughton
nything as php was still having the exact same ssl timeout errors. I am really stumped here. Any help would be greatly appreciated. Brent.

[PHP] Re: multiple choice dropdown box puzzle

2009-02-23 Thread Brent Baisley
7;; $result4 = mysql_query($sql4, $db); That example does not sanitize the data before inserting. Brent On Mon, Feb 23, 2009 at 10:25 AM, PJ wrote: > I think this is a tough one... and way above my head: > PLEASE READ ALL OF THE ABOVE TO UNDERSTAND WHAT I AM TRYING TO DO. > Having a bit o

[PHP] Variable of current function call?

2006-09-08 Thread Brent Meshier
While I'm inside a function call, is it possible to know what function is currently being called? Brent

[PHP] LAMP Developer Needed - Indianapolis

2006-08-09 Thread Brent Meshier
MST Group, a rapidly growing marketing services firm located on the northwest side of Indianapolis, is seeking an innovative and hard-working person to become a key player on our talented and successful team. MST Group is a leader in providing our world class Business-To-Business clients with lead

[PHP] Job Posting

2006-08-09 Thread Brent Meshier
Is it appropriate to post jobs on this list? I have many PHP Developer positions available. Brent Meshier Director IT Operations Global Transport Logistics Garcia & Co Fulfillment http://www.garcia-co.com/ (877) 257-SHIP ext 23 -- PHP General Mailing List (http://www.php.net/) To unsubsc

[PHP] problem with code between 4.3.4rc1 & upgrading to php 4.4.2

2006-02-09 Thread Brent
longer valid with the new versions of php4. Does anyone have any thoughts or suggestions ?? I can submit some of the code for everyone to look at .. Any help is greatly appreciated -- -- Brent -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

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

[PHP] using curl to peform post

2005-12-04 Thread Brent Clark
Hi all I have need to simulate the role of a web browser by submitting the following code. GREENc Heres my PHP code that got from the curl function. Any assistant would gratefully be appreciated. Kind Regards Brent Clark -- PHP General Mailing List (http://www.php.net/) To unsubscribe

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
e would be something like: $tpl= file_get_contents('htmlfile.htm'); //Assign Data to tags $data['{:FirstName:}']= 'Brent'; $data['{:LastName:}']= 'Baisley'; //Get Tags to search on $tags= array_keys($data); //Populate html template w

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
ty. With fs_usager (that I didn't know), I get in about 1 second 57k lines of activity ! But still appears (with the timestamps I see) take only about 1 second. With netstat -an, besides the mysql connection and the http connection, I see nothing else waiting to return... BTW, on my te

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
ed your array to be like this, then the original code won't work. You can cycle through the array like this: foreach( $result as $resultItem) { echo $resultItem['id']; echo $resultItem['text']; echo $resultItem['relevance']; } Hope that helps. On May 12, 2005,

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

[PHP] PSPELL couldn't open the dictionary.

2005-03-11 Thread Brent Macnaughton
Has anyone successfully lused the PHP pspell functions with this version of aspell ? # aspell -v @(#) International Ispell Version 3.1.20 (but really Aspell 0.60.2) I am able to use aspell fromt he command line, but PHP gives me the following error when I try to use pspell_new() to load a dicti

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
I would check what hitting the machine from the network. At the most basic level, just try "netstat 1" on the command line. Also try iostat 1 to see what load the machine has. It may not be PHP or Apache but something else, maybe a denial of service attack. On Jan 13, 2005, at 10:02

[PHP] Help please!!

2005-01-14 Thread Brent Clements
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://www.php.net/unsub.php

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

[PHP] How do I start at a specific position in an array? Is there a function?

2005-01-08 Thread Brent Clements
I know this is a simple question because I could easily write a loop to move to the specific position in the array, but I want to know is there a function to move the array pointer position to a specific position in the array? Thanks, Brent -- PHP General Mailing List (http://www.php.net/) To

[PHP] XML File validation using PHP????

2005-01-04 Thread Brent Clements
le to where I can: xmlfile('/foolocation/foo.xml'); $xmlvalidator->schemafile('/foolocation/foo.xsd'); echo $xmlvalidator->validate(); ?> If there is someting out there similiar that'd be great, if not can someone please explain to me the basics of validating xm

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

[PHP] Question about dates

2004-12-24 Thread Brent Clements
How does one over come the issue of unix time not going beyond a certain date? ie, when I do echo strtotime("2099-10-08"); it outputs -1 This has to do with the limitations of unix time, so how does one get around it? Thanks, Brent -- PHP General Mailing List (http://www.ph

[PHP] How do I underline a string using php and fonts?

2004-12-23 Thread Brent Clements
I have always wondered this and maybe you guys can help. How do I underline a bit of text using True Type Fonts? Right now, I am creating imagelines but I don't think that's the most efficient way of doing it. Anybody know how to do "underlines" but using the font it

  1   2   3   4   >