RE: [PHP] Making several variables into 1 variable

2009-07-28 Thread Bob McConnell
totime("-30 days"); > $date = date("d/m/y", $pastDays); > > The date() function allows you to mix in all sorts of characters into > the output it formats, and you can escape characters that have special > meaning with a slash '\' character. The proble

RE: [PHP] Single Quotes in Form Inputs

2009-07-27 Thread Bob McConnell
The official SQL 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,

RE: [PHP] open source forum

2009-07-27 Thread Bob McConnell
ut that's what 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

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

2009-07-23 Thread Bob McConnell
ame fonts are available 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] Compare PHP settings of two different servers

2009-07-23 Thread Bob McConnell
ch server and compare them. They will affect how some of those modules behave. 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
href="view.php?name=$row['name']">%s%s',$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

[PHP] Inverting a dependency list

2009-07-16 Thread Bob McConnell
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] Weird domain seting in setcookie()

2009-07-14 Thread Bob McConnell
the cookies are available > in <*.myspace.tdwave.net>. > > Any suggestions? In Firefox 3.0 under Tools->Options->Privacy, uncheck "Accept third-party cookies". Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Need Help.

2009-07-14 Thread Bob McConnell
e 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/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2009-07-13 Thread Bob McConnell
g in. Otherwise the initial login fails and I do it again on the second site. I haven't actually looked at the page sources to see what they do. But I have NoScript configured to block all JS by default so the initial login attempt always fails. It also reports blocked XSS attempts on both

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

2009-07-09 Thread Bob McConnell
to confuse me with facts." Plus, it has been a timely and welcome 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

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

RE: [PHP] Simple login form with cookies

2009-07-08 Thread Bob McConnell
posting and even handled the attribution markup correctly. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Resources for unit tests

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

[PHP] Problems with unit tests

2009-07-01 Thread Bob McConnell
issue? Thank you, Bob McConnell --9<- D:\project\workspace\t>ver Microsoft Windows XP [Version 5.1.2600] <<- XP Pro 2002 w/SP2 D:\project\workspace\t>php -v PHP 5.2.10 (cli) (built: Jun 17 2009 16:16:57) Copyright (c) 1997-2009 The PHP Grou

RE: [PHP] Unit test platform

2009-06-25 Thread Bob McConnell
From: Bastien Koert > On Thu, Jun 25, 2009 at 10:00 AM, Bob McConnell wrote: >> I need some guidance. I have looked over the PHP site and don't see any >> hints about using PHP interpreters for unit testing. I would like to >> know if this idea has any chance of working.

[PHP] Unit test platform

2009-06-25 Thread Bob McConnell
some 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,

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] Explode-update-implode not working

2009-06-23 Thread Bob McConnell
uot;. So why doesn't the change to $kvpair get brought in by implode? What should I do to update that value? Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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
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 this at all. I s

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

2009-06-18 Thread Bob McConnell
gt;> Ash: >> >> You missed the point. I could use the built-in sort (i.e., sort() ) >> and sort the $d array. However, 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!

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

2009-06-18 Thread Bob McConnell
gt;> Ash: >> >> You missed the point. I could use the built-in sort (i.e., sort() ) >> and sort the $d array. However, 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! >

RE: [PHP] Preventing XSS Attacks

2009-06-15 Thread Bob McConnell
> should escape anything out so that the query can't be used in ways that > I don't want no? > > I'd thought about using a whitelist-only regex, but that seems a little > limiting tbh, and as my site contains code, it's not unreasonable to > expect some people

RE: [PHP] html and password management

2009-06-04 Thread Bob McConnell
, the bigger need 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 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
aring. But I don't 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] PCI compliance issue

2009-06-02 Thread Bob McConnell
r employer. We treat them as only the minimum 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] 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. >>> >>> >

RE: [PHP] recipes anyone?

2009-05-29 Thread Bob McConnell
er formats. At least 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] 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 a

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

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

2009-05-15 Thread Bob McConnell
standard at this point, and both those >> products mentioned handle most excel files, so saving as excel should (in >> most cases) be plenty portable. > > unless you run into xlsx format office 2007... >From what I have heard so far, OOo.org is better at reading and writing xlsx

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

2009-04-29 Thread Bob McConnell
when you receive 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] Self-Process php forms or not?

2009-04-24 Thread Bob McConnell
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-P

RE: [PHP] Unable to send mail from PHP to AT&T e-mail address

2009-04-24 Thread Bob McConnell
rder filters will block mail when the From line says it came from within their domain. So the From address can be the web server (it doesn't even have to be a valid 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] Unable to send mail from PHP to AT&T e-mail address

2009-04-23 Thread Bob McConnell
eason) it gets delivered to that address. They serve > different purposes. The dirty little secret that nobody seems to know is that the RFCs reserve Return-path for use by the MTA servers. It can be replaced by any of them in the routing chain and is used when mail crosses into or out of

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 m

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

[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] Resampling images -- need lock ?

2009-04-20 Thread Bob McConnell
rotated +90 > = 180, the others stay 90. That's what did happen. But what _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 Gen

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

RE: [PHP] 800 pound gorilla

2009-04-20 Thread Bob McConnell
QL, created by developers 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] pup

2009-04-17 Thread Bob McConnell
foreach ($_POST['reserve'] as $key => $a) >{ >echo("$key $a "); >} > } > > Here's the demo: > > http://www.webbytedd.com//post-array1/index.php > Don't forget the 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] Let me google that for you.

2009-04-17 Thread Bob McConnell
hat? That's mondo cool! > > No hidden meaning, I would like really 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] try - catch is not so clear to me...

2009-04-13 Thread Bob McConnell
figure out what they were and why 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,

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

2009-04-10 Thread Bob McConnell
ourself if this strategy is maintainable in your case. And will it make any real difference in the end? 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
written or replaced anywhere in the chain. It should insert 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] Am I being hacked?

2009-04-08 Thread Bob McConnell
these back to the logs to see if they all come from one IP or subnet? Is there anywhere to report 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] difficult select problem

2009-04-07 Thread Bob McConnell
of all books with more than one author. Then you can 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] Oracle's dump to MySQL

2009-04-03 Thread Bob McConnell
o one to one 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://w

RE: [PHP] Security Support

2009-03-31 Thread Bob McConnell
people who are jointly responsible for the security of our servers and networks. Each of them spends more than 20% of their time on that portion of their job. And finally, there are companies that do what you asked for. Gibson Research(*) is the first one that comes to mind . They also provide

RE: [PHP] Regex

2009-03-27 Thread Bob McConnell
e allocation table (FAT) only 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] Frameworks / obstinate?

2009-03-23 Thread Bob McConnell
le function libraries should also 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] Re: So called "PHP Expert"

2009-03-23 Thread Bob McConnell
e is to protect the incumbents from too much 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] Proper code formatting

2009-03-23 Thread Bob McConnell
sh, vi, > and emacs. To take this question a step further, is there a PHP best practices document available? I am looking for one that I can give to a new programmer and tell her "do it this way until you can explain to me 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] 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

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 wrote: >> > >> >From: Virgilio Quilario Most discussion clipped for brevity > // OO

RE: [PHP] Smarty Tips and Techniques

2009-03-19 Thread Bob McConnell
tion. All three products 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 Ma

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/

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 wrote: > > From: Virgilio Quilario > >> That looks nice, but how do I get to the point where I can understand > >> how to use it? > >> > >>

RE: [PHP] Smarty Tips and Techniques

2009-03-19 Thread Bob McConnell
having to absorb those first? Can I learn enough this way to determine if a site can be converted from the current state (PHP and XHTML spaghetti) into templates and begin 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] Dynamic Form 'on The Fly'

2009-03-18 Thread Bob McConnell
how do I code the POST line to READ this when processing this form? > > like: > > $cnt = 1; > > Doesn't work...? > Doesn't work...? > > Not this either... > $this = 'thisline'.$cnt; > echo $_POST['$this']; > > >

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 e

RE: [PHP] Calendar/Date

2009-03-18 Thread Bob McConnell
alid. 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 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
f 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 T

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

2009-03-13 Thread Bob McConnell
al options for authentication back ends. We used it in a grass roots project for over a year before management decide it was a good idea and bought a site license for Confluence as the official company wide knowledge base. I was trying to get the LDAP interface working with Active Directory when t

RE: [PHP] Include File Errors with Comments

2009-03-11 Thread Bob McConnell
o matter what file extension you have on them. So if you want to use PHP style comments, you must wrap them 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] [PHP & MySQL] Introduction to using relational databases

2009-03-10 Thread Bob McConnell
you designed into ansi sql and use the cmdline > mysql client to create a db with it... > > this guide > > <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 Postg

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

2009-03-09 Thread Bob McConnell
time through, when 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: Re: [PHP] stdin, stdout, stderr, 3

2009-03-09 Thread Bob McConnell
gt; occasionally called "stdaux", but AFAIK that's not used any more. AUX and PRN for 3 and 4 were standard for a serial port and printer interface 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.

RE: [PHP] Re: PHP includes

2009-03-09 Thread Bob McConnell
templates instead of using ours. File 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 Li

RE: [PHP] Error in Building an XML File

2009-03-09 Thread Bob McConnell
used by a bare ampersand in a URL. You need to convert them to &. 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] Sending out large amounts of email

2009-03-06 Thread Bob McConnell
w to avoid ending up on a SPAM blacklist after sending out that many emails. You're likely 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] Re: whoami explanation

2009-03-03 Thread Bob McConnell
t very difficult to do any real work. 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
cript and I might 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

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

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

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

2009-02-27 Thread Bob McConnell
eve the question that was actually asked, is there any way to induce PHP to completely parse the source file(s) 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 messag

RE: [PHP] Web Development work

2009-02-26 Thread Bob McConnell
http://www.owasp.org/index.php/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 fr

RE: [PHP] Web Development work

2009-02-26 Thread Bob McConnell
y online, but still have a long way to go. I figure 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] help installing phpDocumentor

2009-02-24 Thread Bob McConnell
releases. I have asked, 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] help installing phpDocumentor

2009-02-24 Thread Bob McConnell
From: Jim Lucas > > I may be wrong, but I heard short tags were going the > way of the Dodo bird as of PHP6. This is not surprising. With the advent of XHTML, the short tag option collides with another valid tag, "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
From: PJ > > Here's my test page and, so far, nothing works... Please expound on "nothing works...". What do you see in the browser? What do you see in the server logs? > You at least need a space between http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2009-02-23 Thread Bob McConnell
ead this way? 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

<    1   2   3