RE: [PHP] ms-word reading from PHP on linux O.S

2009-02-23 Thread Bob McConnell
? When I run across a MS-Word document, my browser is configured to download it to disk. Then I open it with OpenOffice.write and extract what I need. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: multiple choice dropdown box puzzle

2009-02-23 Thread Bob McConnell
errors like the next one. select name=?echo $categoriesIN?.'[]' multiple=multiple size=5 You at least need a space between ? and echo, otherwise the server is trying to parse ?echo as a single token, and that is probably undefined. Bob McConnell -- PHP General Mailing List (http://www.php.net

RE: [PHP] help installing phpDocumentor

2009-02-24 Thread Bob McConnell
a definitive list of all deprecated features? In addition to identifying each feature, it should indicate which release marked them deprecated, and which release will no longer support them, if known. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

RE: [PHP] help installing phpDocumentor

2009-02-24 Thread Bob McConnell
, but we don't have a process in place to update that. Sometime in the _near_ future I have to investigate whether there are security fixes since then that we should get. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Web Development work

2009-02-26 Thread Bob McConnell
another two years to complete my apprenticeship. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Web Development work

2009-02-26 Thread Bob McConnell
/Main_Page.) Bob McConnell -Original Message- From: Bob McConnell Sent: Thursday, February 26, 2009 8:58 AM To: php-general@lists.php.net Subject: RE: [PHP] Web Development work From: Ernie Kemp It seems to me that there must to other places a freelance Web Developer fines work. How

RE: [PHP] use strict or similar in PHP?

2009-02-27 Thread Bob McConnell
) and report any errors before printing out anything, even the HTTP headers? Or can I set it to redirect to an error page instead of sending an incomplete target page with error messages that might reveal information I don't want exposed? Bob McConnell -- PHP General Mailing List (http://www.php.net

[PHP] Development methods (was: use strict or similar in PHP?)

2009-02-27 Thread Bob McConnell
by current clients. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] How important is your Express or Web Edition database? Please weigh in--

2009-02-27 Thread Bob McConnell
be able to help. On the other hand, I had never heard of that product, so we're probably not using it. We do currently support Sybase ASA, Oracle, PosgreSQL and SQL Server. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: whoami explanation

2009-03-03 Thread Bob McConnell
any real work. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Sending out large amounts of email

2009-03-06 Thread Bob McConnell
to trigger more than one automatic listing with that many messages. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Error in Building an XML File

2009-03-09 Thread Bob McConnell
them to amp;. Since this error occurs, there may also be other errors in the encoding. You need to read up on URL and HTML sanitization. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: PHP includes

2009-03-09 Thread Bob McConnell
extensions for includes are up to you. Just make sure your IDE/Editor know that they are PHP files. We use .lia for the libraries of functions we use throughout the site. None of our files have .php as the extension. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

RE: Re: [PHP] stdin, stdout, stderr, 3

2009-03-09 Thread Bob McConnell
respectively on CP/M and then PC-DOS 1.0. Both were carried through to later versions of MS-DOS, but not used nor referenced very much. I don't recall seeing them in a Unix context at all. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

RE: [PHP] Retrieving Image Location in PHP from MySQL

2009-03-09 Thread Bob McConnell
the fields are populated, insert the selected image. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] [PHP MySQL] Introduction to using relational databases

2009-03-10 Thread Bob McConnell
http://www.databasejournal.com/features/mysql/article.php/1469211/Using -a-MySQL-database-with-PHP.htm seems ok on the first look.. Is there a Postgres translation of this or other DB articles available? Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

RE: [PHP] Include File Errors with Comments

2009-03-11 Thread Bob McConnell
with the proper tags. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Knowledge Base software - looking for opinions

2009-03-13 Thread Bob McConnell
for Confluence as the official company wide knowledge base. I was trying to get the LDAP interface working with Active Directory when they informed me it was going to be phased out. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Smarty Tips and Techniques

2009-03-18 Thread Bob McConnell
of this, starting with only a rudimentary knowledge of HTML and PHP. It would be best if they also focused on procedural rather than object oriented code. Bob McConnell -Original Message- From: Virgilio Quilario [mailto:virgilio.quila...@gmail.com] Sent: Wednesday, March 18, 2009 10:36 AM To: php

RE: [PHP] Calendar/Date

2009-03-18 Thread Bob McConnell
is undefined. The 32 bit counter overflows early on the 19th, so any value returned is invalid. This is not a problem on 64 bit systems. We ran into this recently because Support was defining never expire as Today plus 30 years. A couple of sites started reporting problems about two months ago. Bob

RE: [PHP] Calendar/Date

2009-03-18 Thread Bob McConnell
From: Paul M Foster On Wed, Mar 18, 2009 at 11:46:31AM -0400, Bob McConnell wrote: You also need to be aware that on 32 bit Unix and Linux systems the behavior of mktime() on dates after Jan 18, 2038 is undefined. The 32 bit counter overflows early on the 19th, so any value returned

RE: [PHP] Dynamic Form 'on The Fly'

2009-03-18 Thread Bob McConnell
? For a text field, you use the name attribute (or id for xhtml), so how about: $_POST['go'.$cnt] I think $_POST['go$cnt'] might also work. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Smarty Tips and Techniques

2009-03-19 Thread Bob McConnell
that transformation? Thank you, Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Smarty Tips and Techniques

2009-03-19 Thread Bob McConnell
From: Bastien Koert On Thu, Mar 19, 2009 at 11:06 AM, Bob McConnell r...@cbord.com wrote: From: Virgilio Quilario That looks nice, but how do I get to the point where I can understand how to use it? I have also looked at the Smarty site http

RE: [PHP] Smarty Tips and Techniques

2009-03-19 Thread Bob McConnell
From: Shawn McKenzie Bob McConnell wrote: From: Virgilio Quilario That looks nice, but how do I get to the point where I can understand how to use it? I have also looked at the Smarty site http://www.smarty.net/, but their documents assume significant experience in building and using

RE: [PHP] Smarty Tips and Techniques

2009-03-19 Thread Bob McConnell
combined are processing more than 10K transactions per day. That spells success as far as management is concerned. With a long list of client requested enhancements already assembled, code maintenance issues are not even open for discussion. Bob McConnell -- PHP General Mailing List (http

RE: [PHP] Smarty Tips and Techniques

2009-03-19 Thread Bob McConnell
From: Robert Cummings On Thu, 2009-03-19 at 12:14 -0400, Bob McConnell wrote: From: Bastien Koert On Thu, Mar 19, 2009 at 11:06 AM, Bob McConnell r...@cbord.com wrote: From: Virgilio Quilario Most discussion clipped for brevity // OOP class DbFireman extends DbPerson

RE: [PHP] Web Development/Application Analysis

2009-03-22 Thread Bob McConnell
From: Stuart Now that's done, it's Mothers Day here in jolly old England, and I have a phonecall to make! Hi Stuart, Thank her for us while you're on that call. You turned out pretty well, so I think she done good. Bob McConnell -- PHP General Mailing List (http://www.php.net

RE: [PHP] Proper code formatting

2009-03-23 Thread Bob McConnell
why you shouldn't. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: So called PHP Expert

2009-03-23 Thread Bob McConnell
competition which might reduce their income. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Frameworks / obstinate?

2009-03-23 Thread Bob McConnell
be worth assembling. I would also suggest including unit test fixtures and utilities in any collection. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Regex

2009-03-27 Thread Bob McConnell
tracked the number of clusters assigned to a file. Some MS-DOS and MS-Windows applications still tack it on to the end of files. I guess that's their idea of backward compatibility. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Security Support

2009-03-31 Thread Bob McConnell
www.grc.com. They also provide monitoring services to keep an eye out for intrusions on your servers once they have been hardened. Foundstone(**) is another www.foundstone.com. Good luck, Bob McConnell Senior Software Engineer The CBORD Group, Inc. 61 Brown Road Ithaca NY, 14850 Phone 607 257-2410

RE: [PHP] Oracle's dump to MySQL

2009-04-03 Thread Bob McConnell
correspondence here, in spite of the promises of the SQL standards. Once you have done that, you may still be able to use the CSV files, but will need to determine what order to import them and how to restore the relevant indexes. Bob McConnell -- PHP General Mailing List (http://www.php.net

RE: [PHP] difficult select problem

2009-04-07 Thread Bob McConnell
use that result to select all authors for them. Everyone has told you this requires processing beyond what SQL can provide. Why is that a problem? Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Am I being hacked?

2009-04-08 Thread Bob McConnell
these attempts that would actually do any good, or should you just ban that IP. But this one goes into my journal as something to be prepared for. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: PHP and Send Mail

2009-04-09 Thread Bob McConnell
a Sender line instead. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] A Tool For Building PHP Web Apps

2009-04-10 Thread Bob McConnell
in the end? Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] try - catch is not so clear to me...

2009-04-13 Thread Bob McConnell
they were. It always looked like it was just a special subset of errors, a distinction without a difference, as it were. But looking at them as a technique to move the handlers out of the mainline code actually shines some real light on the subject. Thank you, Bob McConnell -- PHP General Mailing List

RE: [PHP] Let me google that for you.

2009-04-17 Thread Bob McConnell
to know how you did that. It does still need a bit of work. The HTML Parser plug-in for Firefox shows 28 errors. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] pup

2009-04-17 Thread Bob McConnell
//post-array1/index.php Don't forget the /input on the end of those input lines. I've seen too many pages already where I had to fix that problem. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] 800 pound gorilla

2009-04-20 Thread Bob McConnell
that left after Sun bought the company. So I don't think you'll be in any trouble. I did a Google search last week on executives departing MySQL and found them. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] 800 pound gorilla

2009-04-20 Thread Bob McConnell
From: Marc Christopher Hall From: Bob McConnell From: Marc Christopher Hall Sun buys MySQL and now Oracle buys Sun (not final, yet). What will happen with the main db we PHP'ers have come to know and love especially since v 5 But there are already two announced forks of MySQL, created

RE: [PHP] Resampling images -- need lock ?

2009-04-20 Thread Bob McConnell
_should_ happen? Should it abort the first rotate, or finish all images then rotate each a second time? The code will have to be different depending on which option you want. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Encrypting email

2009-04-21 Thread Bob McConnell
PHPMailer 1.73 Thank you, Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Encrypting email

2009-04-21 Thread Bob McConnell
From: tedd At 8:39 AM -0400 4/21/09, Bob McConnell wrote: I have been asked by a product manager what our options are for encrypting email messages with sensitive information. We are currently using PHPMailer to send email. What can be done to encrypt those messages? Can it be done without OOP

RE: [PHP] Encrypting email

2009-04-21 Thread Bob McConnell
From: tedd [mailto:tedd.sperl...@gmail.com] At 9:49 AM -0400 4/21/09, Bob McConnell wrote: From: tedd At 8:39 AM -0400 4/21/09, Bob McConnell wrote: I have been asked by a product manager what our options are for encrypting email messages with sensitive information. We are currently using

RE: [PHP] Unable to send mail from PHP to ATT e-mail address

2009-04-23 Thread Bob McConnell
into or out of SMTP networks. If you want a return address other than From to stick all the way through, you have to use the Reply-to and/or Sender headers. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Unable to send mail from PHP to ATT e-mail address

2009-04-24 Thread Bob McConnell
address) while Sender indicates the address in the domain where any bounces need to be sent. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Self-Process php forms or not?

2009-04-24 Thread Bob McConnell
the validation already filled in. When validation succeeds, process and move on. No muss, no fuss. Bob McConnell -Original Message- From: Sándor Tamás (HostWare Kft.) [mailto:sandorta...@hostware.hu] Sent: Friday, April 24, 2009 8:53 AM To: 'PHP-General List' Subject: Re: [PHP] Self-Process php

RE: [PHP] E-Mail Verification - Yes, I know....

2009-04-29 Thread Bob McConnell
an actual reply from the recipient. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Software to read/write Excel to CD?

2009-05-15 Thread Bob McConnell
at reading and writing xlsx than Office 2007 SP2 is with ODF. Early reviews suggest that Microsoft has shot themselves in the foot, again. But what does this have to do with PHP? Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Shopping Cart

2009-05-20 Thread Bob McConnell
with all of the relevant PCI standards. We have two projects that are still being evaluated and don't expect final approval on them until August. There are four people here that are tasked with monitoring and managing that process. Bob McConnell -Original Message- From: Gary [mailto:gwp

RE: [PHP] PHP vs ASP.NET

2009-05-28 Thread Bob McConnell
No. Bob McConnell -Original Message- From: Olexandr Heneralov [mailto:ohenera...@gmail.com] Sent: Thursday, May 28, 2009 9:21 AM To: php-general@lists.php.net Subject: [PHP] PHP vs ASP.NET Hi! Guys, you of course, know that ASP.NET becomes more and more popular in the world. I have

RE: [PHP] recipes anyone?

2009-05-29 Thread Bob McConnell
that one is documented clearly now that they are out of business. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] recipes anyone?

2009-05-29 Thread Bob McConnell
From: PJ Bob McConnell wrote: From: PJ I'd like to get some input on how to deal with recipes. use html pages to store and display, XML or db or... ? And what about clips, like flvs ? TIA. There are as many ways to do cookbooks as there are cooks. I am familiar with half a dozen

RE: [PHP] PCI compliance issue

2009-06-02 Thread Bob McConnell
requirements for any site or product, whether it has to go through their certification process or not. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] MySQL after oracle, still Wise?, was Web application design .......

2009-06-03 Thread Bob McConnell
know either one well enough to understand how to design an ADO interface, let alone how to bring in the other options. Thank you, Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] html and password management

2009-06-04 Thread Bob McConnell
is to educate administrators of publicly available computers to disable autocomplete in the browser configuration. If they would do that, when you go to the workstation in the library, you can't see the credentials of the last user, and the next user won't be able to retrieve yours. Bob McConnell -- PHP

RE: [PHP] Preventing XSS Attacks

2009-06-15 Thread Bob McConnell
while removing characters that we need to be able to use. I need to identify a clean strategy to replace or restructure them. Bob McConnell Sorry for posting this so late, I just got back from a week of vacation. bm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

RE: [PHP] Multi-Sort -- how to do this?

2009-06-18 Thread Bob McConnell
, I would like the indexes of the other arrays to match the new sort. I think I might need a for-instance here, as you lost me! He is emulating a four column table using four arrays. He wants to sort the table on one of the columns. Bob McConnell -- PHP General Mailing List (http

RE: [PHP] Multi-Sort -- how to do this?

2009-06-18 Thread Bob McConnell
, I would like the indexes of the other arrays to match the new sort. I think I might need a for-instance here, as you lost me! He is emulating a four column table using four arrays. He wants to sort the whole table on one of the columns. Bob McConnell -- PHP General Mailing List (http

RE: [PHP] I've some doubts if I should go with 5.2 or go already with 5.3 (for a course)

2009-06-23 Thread Bob McConnell
to trigger an early update from them, but who knows. After they release it, it will still be a while before we pick it up, test it and deploy it. So even though I like some of the changes in 5.3, I am stuck with 5.2 for at least another year, maybe two. Bob McConnell [*] No, I don't like

[PHP] Explode-update-implode not working

2009-06-23 Thread Bob McConnell
? Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Explode-update-implode not working

2009-06-23 Thread Bob McConnell
Doh! I knew it would be something simple that I had overlooked. I recall reading that note last week and telling myself I would need to remember it. But that was then ... Thank you, the code is working better now. I just wish I were. Bob McConnell -Original Message- From: Andrew

[PHP] Unit test platform

2009-06-25 Thread Bob McConnell
other QA issues we have. We currently do both development and QA testing on this box, releasing a set of RPM files to production once they have been run through the wringer. Is this a reasonable plan? Where can I find PHP interpreters for MS-Windows and FC that will support this? Thank you, Bob

RE: [PHP] Unit test platform

2009-06-25 Thread Bob McConnell
longer to read and understand other programmers' objects than to write the same functions myself as procedural code. Now, is there any support to implement unit testing without objects? Does my plan outline above have any merit? Bob McConnell -- PHP General Mailing List (http://www.php.net

[PHP] Problems with unit tests

2009-07-01 Thread Bob McConnell
? Thank you, Bob McConnell --9- D:\project\workspace\tver Microsoft Windows XP [Version 5.1.2600] - XP Pro 2002 w/SP2 D:\project\workspace\tphp -v PHP 5.2.10 (cli) (built: Jun 17 2009 16:16:57) Copyright (c) 1997-2009 The PHP Group Zend Engine v2.2.0, Copyright

[PHP] Resources for unit tests

2009-07-06 Thread Bob McConnell
them anyway. Thank you, Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Simple login form with cookies

2009-07-08 Thread Bob McConnell
. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Obeying the rules (was Simple login form with cookies)

2009-07-09 Thread Bob McConnell
, that description fits far too few of the actual users. Bob McConnell A: Maybe because some people are too annoyed by top-posting. Q: Why do I not get an answer to my question(s)? A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting

RE: [PHP] Obeying the rules (was Simple login form with cookies)

2009-07-09 Thread Bob McConnell
diversion from other more pressing issues. Who needs the Comedy channel when we have this? It will be even more interesting to see if anyone on this list pays any attention to him in the future. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

RE: [PHP] Establishing PHP Session From a Different Host

2009-07-13 Thread Bob McConnell
have NoScript configured to block all JS by default so the initial login attempt always fails. It also reports blocked XSS attempts on both pages. So whatever they are doing does not appear to be very safe. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

RE: [PHP] Need Help.

2009-07-14 Thread Bob McConnell
, there are a lot of sites that I can't visit because of that. Right now I won't even enable JS for either my bank or credit card issuer since neither has demonstrated the knowledge, desire or ability to protect their servers or my browser. Bob McConnell -- PHP General Mailing List (http://www.php.net

RE: [PHP] Weird domain seting in setcookie()

2009-07-14 Thread Bob McConnell
-party cookies. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Inverting a dependency list

2009-07-16 Thread Bob McConnell
of them are called somewhere and then work through the call tree to identify the orphans? Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Syntax Snag need extra eyes

2009-07-16 Thread Bob McConnell
/a',$row['na me'] ,$row['address']); It looks like you have nested single quotes. You probably need to escape the inside set. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Compare PHP settings of two different servers

2009-07-23 Thread Bob McConnell
behave. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Compare PHP settings of two different servers

2009-07-23 Thread Bob McConnell
on all the servers. Another thought comes to mind. What text encoding are you using and what are the locale settings on those servers? Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] open source forum

2009-07-27 Thread Bob McConnell
happens when the PHB's get involved. I maintained the Dokuwiki server on a Red Hat system. It took about 30 minutes a week to keep up. It's all PHP, with numerous add-on features and capabilities. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

RE: [PHP] Single Quotes in Form Inputs

2009-07-27 Thread Bob McConnell
escape is a single quote character. Some database managers accept either, but using slashes can cause more problems than they solve. Find the correct escape_string function for your database and use it. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

RE: [PHP] Making several variables into 1 variable

2009-07-28 Thread Bob McConnell
with a slash '\' character. The problem with that is if that field is a string, and not formatted as YY/MM/DD, then a simple compare won't work in January. You have to break it down into the three components and compare each one in turn. Bob McConnell -- PHP General Mailing List (http

RE: [PHP] Making several variables into 1 variable

2009-07-28 Thread Bob McConnell
. You will need to break the string down somewhere and do three separate comparisons. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Font problem

2009-07-28 Thread Bob McConnell
. Nothing you can do should ever make any difference there. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Getting rid of extra lines

2009-07-29 Thread Bob McConnell
to a file and open it with a hex viewer? Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] fileinfo returning wrong mime type for Excel files

2009-07-30 Thread Bob McConnell
are not mutually exclusive. Both may be true. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] issue with mail function

2009-08-04 Thread Bob McConnell
by the browser as a space. View source at the browser to see what was actually added. If this is the case, I suspect you are running on a Microsoft platform and forgot to set binary mode somewhere. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

RE: [PHP] PHP 6 and MySQL 5 for Dynamic Web Sites Book

2009-08-06 Thread Bob McConnell
systems would have ended up with 80% of the price being passed through as fees to MySQL AB. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Displaying user data and picture

2009-08-07 Thread Bob McConnell
to employee numbers. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] DB Question | A hotel reservation scenario

2009-08-19 Thread Bob McConnell
the room after checkout? You might want to consider a separate status for that. Second question, does the system keep track of when each room is reserved? If one is reserved for three nights beginning Friday, can it still be used Wednesday for a one or two night stay? Bob McConnell -- PHP General

RE: [PHP] Re: PHP and CGI

2009-08-19 Thread Bob McConnell
From: sono...@fannullone.us On Aug 18, 2009, at 7:13 PM, Shawn McKenzie wrote: P.S. Does anyone know of a good Perl mailing list? beginn...@perl.org Or you can try www.perlmonks.org. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

RE: [PHP] PHP/Ajax Framework - Call for Developers Testers

2009-08-21 Thread Bob McConnell
just guiding companies through this decision making process. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: page works on public web site, but not on my computer

2009-08-26 Thread Bob McConnell
used for testing. I would recommend Red Hat as the replacement. Bob McConnell -Original Message- From: mike bode [mailto:mikebo...@hotmail.com] Sent: Tuesday, August 25, 2009 11:41 PM To: php-general@lists.php.net Subject: [PHP] Re: page works on public web site, but not on my computer I

RE: [PHP] Sockets (reading)

2009-08-26 Thread Bob McConnell
the streamed data as necessary. You could use UDP which does guarantee that packets will be kept together, but that protocol doesn't guarantee delivery. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Sockets (reading)

2009-08-26 Thread Bob McConnell
From: Shawn McKenzie Bob McConnell wrote: From: Philip Thompson During a socket read, why would all the requested number of bytes not get sent? For example, I request 1000 bytes: ?php $data = @socket_read ($socket, 2048, PHP_BINARY_READ); ? This is actually in a loop, so I can get all

RE: [PHP] Sockets (reading)

2009-08-26 Thread Bob McConnell
From: Philip Thompson On Aug 26, 2009, at 11:56 AM, Bob McConnell wrote: From: Philip Thompson During a socket read, why would all the requested number of bytes not get sent? For example, I request 1000 bytes: ?php $data = @socket_read ($socket, 2048, PHP_BINARY_READ

RE: [PHP] phpmailer send() always return true even the email address is invalid

2009-08-27 Thread Bob McConnell
the domain portion of the address. Only the destination server can validate the user name, and most are now configured not to report mail sent to invalid addresses due to spam. They will silently discard the message. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe

RE: [PHP] phpmailer send() always return true even the emailaddress is invalid

2009-08-27 Thread Bob McConnell
From: Paul M Foster On Thu, Aug 27, 2009 at 09:00:24AM -0400, Bob McConnell wrote: The return code only tells you the local server accepted the mail. It is unlikely that server knows the address is invalid since it can only validate the domain portion of the address. Only the destination

RE: [PHP] Re: page works on public web site, but not on my computer

2009-08-27 Thread Bob McConnell
broke it for any serious uses. If you can't avoid MS-Windows, at least upgrade to XP. Bob McConnell -Original Message- From: mike bode [mailto:mikebo...@hotmail.com] Sent: Thursday, August 27, 2009 10:49 AM To: php-general@lists.php.net Subject: Re: [PHP] Re: page works on public web site

RE: [PHP] Re: unset() something that doesn't exist

2009-08-27 Thread Bob McConnell
actually senior engineers. Bob Pease at National Semiconductor is one example. But this only seems to work at large companies. I think the biggest problem is that HR types don't want to acknowledge these types of people exist. It doesn't fit their nice little arrangement of pigeon holes. Bob

  1   2   3   >