Re: [PHP] Mysqli Extension

2013-08-19 Thread Daniel P. Brown
On Aug 19, 2013 2:32 PM, Ethan Rosenberg erosenb...@hygeiabiomedical.com wrote: Dear List - My mysqli extension seems to have gone away. (REACTED) Remember: avoid putting passwords - especially for root users - on a public mailing list, which is also permanently archived. echo hello2br

Re: [PHP] Session Vars not staying active

2013-08-03 Thread Daniel P. Brown
On Aug 3, 2013 3:03 PM, dealTek deal...@gmail.com wrote: Hi all, I am having trouble with session vars. I'm trying to implement the credit card direct pay method outlined here... http://developer.authorize.net/api/dpm/ - Basically, page 1 is my form that goes outside my site to the cc

Re: [PHP] Wrong time being displayed by PHP!

2012-10-16 Thread Daniel P. Brown
. Why is this? What's going on? Your server time is probably set incorrectly. That's EDT, not PDT, so it sounds like the timezone is what you expect, but the system time is incorrect. -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http

[PHP] Re: A Question of SESSION

2012-06-07 Thread Daniel P. Brown
's. ;-P Chances are, what you may be seeing as a post I made is, in fact, just someone else's user note submission which I edited. -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List

[PHP] Re: A Question of SESSION

2012-06-07 Thread Daniel P. Brown
On Thu, Jun 7, 2012 at 11:20 AM, Daniel P. Brown daniel.br...@parasane.net wrote: On Thu, Jun 7, 2012 at 11:15 AM, Tedd Sperling t...@sperling.com wrote: 3. Looking for an explanation, I came across Daniel's post to the PHP manual, which follows: http://www.webbytedd.com/b/sessions3 I

Re: [PHP] cyberweaponry

2012-06-03 Thread Daniel P. Brown
On Jun 3, 2012 12:05 PM, Tedd Sperling t...@sperling.com wrote: On May 31, 2012, at 7:45 PM, Ross McKay wrote: He said that this was unusual because typically such viruses are written in languages like Ruby-on-Rails and such. Um, really? I very much doubt that. AFAIK, most true viruses

Re: [PHP] Variables are empty only in fwrite

2012-03-15 Thread Daniel P. Brown
query string? -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Error in portuguese translation of substr_compare

2011-12-31 Thread Daniel P. Brown
/) To unsubscribe, visit: http://www.php.net/unsub.php -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] RE: php-general Digest 9 Dec 2011 20:09:28 -0000 Issue 7604

2011-12-12 Thread Daniel P. Brown
there as a user note, I would delete it. I put up a big sign on the page for posting user notes months ago, complete with an XKCD strip, but somehow still, no one seems to notice it (or read it, at least). -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725

Re: [PHP] php on my pc, no go, FUBAR, thank you Bill Gates?

2011-10-04 Thread Daniel P. Brown
to do to get php to play well with others in a XP environment? Cute remarks about install Linux shall be ignored as line-noise. To just get up and go, consider using a Windows package such as XAMPP. It'll automatically install and configure the basics. -- /Daniel P. Brown Dedicated Servers

Re: [PHP] PHP installations, usage, and popularity

2011-09-19 Thread Daniel P. Brown
: http://links.parasane.net/nc8d ^2: http://links.parasane.net/zdzu -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] Please help to unsubscribe

2011-08-27 Thread Daniel P. Brown
in their address. Are you still having issues? If so, it sounds like perhaps you subscribed using a forwarder. -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List (http://www.php.net

Re: [PHP] Dreaded Premature end of script headers

2011-08-27 Thread Daniel P. Brown
box CLI. It may give you some insight, such as a missing symlink or different path structure in a file include. -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List (http://www.php.net

Re: [PHP] form validation

2011-08-14 Thread Daniel P. Brown
why code here is not meant to be blindly copied-and-pasted. -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] form validation

2011-08-12 Thread Daniel P. Brown
of isset, empty, and is_null() instead: ?php if (!isset($_POST['market']) || empty($_POST['market']) || is_null($_POST['market'])) { // Wasn't set } ? -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP

Re: [PHP] text insertion

2011-08-10 Thread Daniel P. Brown
$your_content; ?/pre -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] text insertion

2011-08-10 Thread Daniel P. Brown
On Wed, Aug 10, 2011 at 17:37, Chris Stinemetz chrisstinem...@gmail.com wrote: No luck. Thanks. Per list rules, please don't top-post. If the situation you're describing is accurate and correct, then pre is indeed what you want. -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud

Re: [PHP] A php bug or?..

2011-08-08 Thread Daniel P. Brown
, you'd use strlen(). -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] A php bug or?..

2011-08-08 Thread Daniel P. Brown
that as well. It wasn't always this way before, though --- in older version of PHP5 it returned 0, and in all versions of PHP4 it did as well. Also, keep in mind that a blank string still constitutes a string and will return 1, but null or nonexistent variables will still return 0. -- /Daniel P

Re: [PHP] form hidden value

2011-08-08 Thread Daniel P. Brown
]; ? -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] URL Rewriting

2011-06-22 Thread Daniel P. Brown
]; include dirname(__FILE__).'/theme.php'; } ? Then just symlink dynamictheme.php to your various themes like so: ln -s dynamictheme.php theme2.php ln -s dynamictheme.php theme301.php ln -s dynamictheme.php theme18447.php -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud

Re: [PHP] help with an array if its possible!

2011-06-22 Thread Daniel P. Brown
) and it should illustrate the point. -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Odd Apache2/PHP Problem

2011-06-03 Thread Daniel P. Brown
, are you running out of disk space or memory on that box when the code is executing? -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Does requesting $_SERVER variables need to query the server

2011-02-23 Thread Daniel P. Brown
is an acronym for the default order of superglobals: Environment, Get, Post, Cookie, Server. -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] errors after upgrade vom 5.2.10 to 5.3.0 howto solve or hide?

2011-02-16 Thread Daniel P. Brown
, it would shut the errors up in the meantime, pending an actual resolution. However, the use of short_open_tags may completely defeat the intended purpose. -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General

Re: [PHP] errors after upgrade vom 5.2.10 to 5.3.0 howto solve or hide?

2011-02-16 Thread Daniel P. Brown
On Wed, Feb 16, 2011 at 09:37, David Hutto smokefl...@gmail.com wrote: What was the intended purpose again? The hiding of errors. -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List

Re: [PHP] errors after upgrade vom 5.2.10 to 5.3.0 howto solve or hide?

2011-02-16 Thread Daniel P. Brown
wasn't advocating it as a solution, I simply said it was a temporary fix pending a real resolution. -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP] Regex for telephone numbers

2010-12-31 Thread Daniel P. Brown
the only suggestion so far that will work completely (which sounds cocky, but screw it, it's the last Friday of the year ;-P). -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List (http

Re: [PHP] Regex for telephone numbers

2010-12-31 Thread Daniel P. Brown
. -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Do you trim() usernames and passwords?

2010-12-30 Thread Daniel P. Brown
, but this is not the proper place to air them, unless they're directly-related to PHP. -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Do you trim() usernames and passwords?

2010-12-29 Thread Daniel P. Brown
and account info doesn't mean much to them, but a few hundred passwords can make thousands daily. Wow. Good thing folks don't use their Yahoo! email accounts for password reminders, I guess. Just wow. Pfft. -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS

Re: [PHP] File-Upload per Drag-N-Drop?

2010-12-29 Thread Daniel P. Brown
questions, but this is really pushing it a bit too far with all of the non-PHP questions you've been asking lately. -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List (http://www.php.net

Re: [PHP] Re: Do you trim() usernames and passwords?

2010-12-29 Thread Daniel P. Brown
is essential to the soul. -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Do you trim() usernames and passwords?

2010-12-29 Thread Daniel P. Brown
be the two of us clogging up everyone else's inbox. -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Do you trim() usernames and passwords?

2010-12-29 Thread Daniel P. Brown
the conversation going between us, but I sure won't continue to bother others just because that's what you feel like doing for whatever reason. -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing

Re: [PHP] Regex for telephone numbers

2010-12-29 Thread Daniel P. Brown
) ? ' is ' : ' is not ').'a valid US/Canadian telephone number.'.PHP_EOL; } function validate_phone($number) { if (preg_match('/^[2-9]{1,}[0-9]{2,}\-[2-9]{1,}[0-9]{2,}\-[0-9]{4,}$/',trim($number))) { return true; } return false; } ? -- /Daniel P. Brown Dedicated Servers

Re: [PHP] Need code like pastebin.org

2010-12-27 Thread Daniel P. Brown
://www.flexray4linux.org/ http://www.debian.tamay-dogan.net/         http://www.can4linux.org/ Jabber linux4miche...@jabber.ccc.de Linux-User #280138 with the Linux Counter, http://counter.li.org/ -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725

Re: [PHP] Re: Need code like pastebin.org

2010-12-27 Thread Daniel P. Brown
has written layout.php. It I want to adapt the code for my webste I can   recode  anything  from scratch. I didn't evaluate the code, I merely did a single two-second Google search, as I presumed you'd already done yourself. -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid

Re: [PHP] Server response very poor again

2010-12-22 Thread Daniel P. Brown
On Wed, Dec 22, 2010 at 10:19, Al n...@ridersite.org wrote: It was fixed about 3 or 4 weeks ago; but, has reverted to poor again.  Many times outs etc. Took me 4 tries to post this. Al, are you using NNTP? -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS

Re: [PHP] Server response very poor again

2010-12-22 Thread Daniel P. Brown
and thought you two were dating. -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Warning when calling session_start()

2010-12-22 Thread Daniel P. Brown
. -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Server response very poor again

2010-12-22 Thread Daniel P. Brown
. As they say, 'tis the season to be jolly. It's up to each individual to determine just *how* jolly. -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] Problem with Include

2010-12-21 Thread Daniel P. Brown
then there a reason for it to have been done that way. So you think no one should ever do that because it's only making it look pretty? Ever hear of maintainability? That's why documenting code is so important. 99% doesn't do it (including me). Please cite your source. -- /Daniel P

Re: [PHP] Problem with Include

2010-12-20 Thread Daniel P. Brown
is not properly configured (which, by default, it isn't). -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Performance Improvement on Calling C++ executable from PHP

2010-12-20 Thread Daniel P. Brown
, for that matter - would no longer be necessary. -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Problems w/ goto

2010-12-17 Thread Daniel P. Brown
. -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHPInfo disabled due to security

2010-12-15 Thread Daniel P. Brown
of advertisement in this case, mind you it's simply the default. ;-P) -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Error Querying Database

2010-12-15 Thread Daniel P. Brown
message is 'Error querying database.' Some one point out the error of my ways? Replace: or die('Error querying database.'); With: or die('Error querying database. MySQL said: '.mysql_error()); -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS

Re: [PHP] Where is my array?

2010-12-15 Thread Daniel P. Brown
part of the $_REQUEST family ($_GET, $_POST, $_COOKIE, $_SESSION). For your code: $queryi = SELECT Instrument FROM Instruments WHERE `acct_id` = '.mysql_real_escape_string($_SESSION['ACCT']).' ORDER BY `id_Sort`; -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions

Re: [PHP] empty() in email message

2010-12-13 Thread Daniel P. Brown
name=order[filletmignon] id=order[filletmignon] size=2 maxlength=3br/ !-- NOTE: Filet as displayed on the form has one 'L', but the variable is unchanged. -- br / input type=submit value=Order Now /form -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions

Re: [PHP] sending emails

2010-12-09 Thread Daniel P. Brown
for a given account. -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] new keyword combined with other things...

2010-12-07 Thread Daniel P. Brown
, as a matter of fact. There's no guarantee if or when it will be implemented. It's looking positive that it will, but whether it will be soon or not, it's hard to tell right now. -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http

Re: [PHP] Barcode Reader

2010-12-06 Thread Daniel P. Brown
be even more difficult. That said, there are a variety of free barcode scanners, and most now handle 2D barcodes (including QR codes), which then translate the data into a plain string of data, which could then quite easily be read and managed by PHP, of course. -- /Daniel P. Brown Dedicated

Re: [PHP] code quest

2010-12-04 Thread Daniel P. Brown
it print the status returned by 'include' --- which is boolean TRUE, AKA 1. -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] Iterators.

2010-12-03 Thread Daniel P. Brown
on the list this week, actually. Had you seen it? If not, or if you can't find it in the archives, let me know (even on chat) and I'll repost it. -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List

Re: [PHP] Pass a value as hidden to PHP

2010-12-03 Thread Daniel P. Brown
should ask on a newbie HTML list or a JavaScript mailing list. -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] code quest

2010-12-02 Thread Daniel P. Brown
='.$d.''.$d.'/abr/'.PHP_EOL; } } ? -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php mail() and sendmail/smtp

2010-12-02 Thread Daniel P. Brown
,$sendmail_flag); ? -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] $_POST issues

2010-12-01 Thread Daniel P. Brown
was never empty. So why var_dump($_POST) is returning just array(0) { } ??? Are you actually posting data to it? -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List (http://www.php.net

Re: [PHP] Re: $_POST issues

2010-12-01 Thread Daniel P. Brown
of the alternatives. Anyway thanks again for your time and help Daniel. My pleasure. -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] PHP shows nothing

2010-11-30 Thread Daniel P. Brown
in a browser for 'pgsql' or 'postgres' */ ? -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] mySQL query assistance...

2010-11-29 Thread Daniel P. Brown
...@lists.php.net. For your convenience, both have been CC'd on this email. -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] mySQL query assistance...

2010-11-29 Thread Daniel P. Brown
On Mon, Nov 29, 2010 at 14:40, Daniel P. Brown daniel.br...@parasane.net wrote:    For your convenience, both have been CC'd on this email. Actually, PHP-DB (php...@lists.php.net) was accidentally BCC'd. -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting

Re: [PHP] Form Processing

2010-11-29 Thread Daniel P. Brown
action=?php echo $_SERVER['PHP_SELF']; ? ?php for ($i=1;$i6;$i++) { echo ' nbsp; nbsp;input type=text name=referral[] id=referral_'.$i.'/br/'.PHP_EOL; } ? input type=submit id=submitButton value=Send/ /form -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid

Re: [PHP] I have a question about MLM

2010-11-28 Thread Daniel P. Brown
to the php-db@ list during the same minute. I'd ignore it, and if the OP wants a real response, he can try again in a more intelligent form. -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List (http

Re: [PHP] code quest

2010-11-27 Thread Daniel P. Brown
On Sat, Nov 27, 2010 at 12:36, Daniel P. Brown daniel.br...@parasane.net wrote:   If you want something more powerful - and often quicker - check into SPL: specifically FilesystemIterator[1], DirectoryIterator[2], and RecursiveDirectoryIterator[3].  A quick example to link all child files

Re: [PHP] Problem with RegEx for BBCode

2010-11-27 Thread Daniel P. Brown
we've seen is your regexp, not your code - not even which regexp library you're using. So that's a pretty ambiguous question, really. -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List (http

Re: [PHP] Strange Query Error...

2010-11-27 Thread Daniel P. Brown
-suited to the DB list (CC'd) than the General list, but one primary question: are you using the mysql_* family, mysqli_* family, or another method of interfacing with MySQL? -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net

Re: [PHP] Strange Query Error...

2010-11-27 Thread Daniel P. Brown
. -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Problem with RegEx for BBCode

2010-11-27 Thread Daniel P. Brown
= preg_replace(/\[i\]((\s|.)+?)\[\/i\]/, i\\1/i, $s); This is exactly what I meant when I erroneously said, library. -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List (http://www.php.net

Re: [PHP] Strange Query Error...

2010-11-27 Thread Daniel P. Brown
On Sat, Nov 27, 2010 at 14:30, Don Wieland d...@dwdataconcepts.com wrote: Strange...  I have no idea what to do. I got to run it via PHP. Don, on which table is the column `member_year` located? Is that on `Members`? -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions

Re: [PHP] Strange Query Error...

2010-11-27 Thread Daniel P. Brown
. Just doing that on my local machine works without error, so it's likely the result of another part of the code --- hence why the query works externally. -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General

Re: [PHP] Suppressing error from displaying

2010-11-24 Thread Daniel P. Brown
like “ron” with no @ ) the following error is displayed: Warning: checkdnsrr() [function.checkdnsrr]: Host and type cannot be empty Can I suppress this from displaying so *just* my error message displays? Sure. if (@checkdnsrr($mailDomain,'MX')) -- /Daniel P. Brown Dedicated Servers

Re: [PHP] is this thing on??

2010-11-23 Thread Daniel P. Brown
Some of the lull is likely due in part to the American Thanksgiving holiday this week. Historically, the list has always calmed down over the years during major holidays or events in North America, the UK, and Northern Europe. -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid

Re: [PHP] Can't find existing file

2010-11-22 Thread Daniel P. Brown
Please use Reply-All to reply back to the list. Also, please note: ./photos/HPR-130-260_HD-3070-1.jpg != ./photos/Nozzle 130 Amp SS Alum 94-00994-06 220197.JPG -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http

Re: [PHP] Procedural Autoloader?

2010-11-22 Thread Daniel P. Brown
a catchable fatal. Alternatively, you *could* write a function wrapper that utilizes function_exists() and the like, then rewrite all of your code to use that wrapper but how much sense does that make? ;-P -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting

Re: [PHP] Procedural Autoloader?

2010-11-22 Thread Daniel P. Brown
a catchable fatal. Alternatively, you *could* write a function wrapper that utilizes function_exists() and the like, then rewrite all of your code to use that wrapper but how much sense does that make? ;-P -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting

Re: [PHP] Procedural Autoloader?

2010-11-22 Thread Daniel P. Brown
: ?php require dirname(__FILE__).'/includes/function.php'; firstProceeduralFunc(); // [sic, again] ? -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List (http://www.php.net

Re: [PHP] How to protect the source code.

2010-11-19 Thread Daniel P. Brown
will be distributing or otherwise delivering to a third party than worried about it being discovered on or taken from his server. That said, the OP may benefit from Hip-Hop by Facebook, which converts PHP code into optimized C++, which can then be compiled into an optimized binary. -- /Daniel P. Brown

Re: [PHP] protecting email addresses on a web site

2010-11-16 Thread Daniel P. Brown
); imagepng($im); /** * Garbage clean-up, pass-through the status bool. */ return imagedestroy($im); } drawEmail('danbr...@php.net'); ? -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http

Re: [PHP] Template engines

2010-11-11 Thread Daniel P. Brown
it. And why bother to do that when you could just %= go elsewhere. %? ;-P (It's felt like Friday all day.) -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List (http://www.php.net

Re: [PHP] Template engines

2010-11-10 Thread Daniel P. Brown
On Wed, Nov 10, 2010 at 20:59, Nathan Rixham nrix...@gmail.com wrote: I went back to using a pre hypertext processor, seemed like a really powerful templating engine that was v familiar to use :p Pre-hypertext preprocessor? Perl? -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud

Re: [PHP] Basic question

2010-11-09 Thread Daniel P. Brown
explanations, remember that Google is your friend. -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Newbie looking for a project

2010-11-08 Thread Daniel P. Brown
on this list many times, and you can see them yourself: http://www.php1.net/ Just because you're developing the code to learn for yourself doesn't mean you can't put it in the public domain for others to do the same. -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS

Re: [PHP] Template engines

2010-11-08 Thread Daniel P. Brown
OOP. That said, the most common is likely still to be Smarty, and by far. -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] List-Unsubscribe

2010-11-07 Thread Daniel P. Brown
To unsubscribe, send a blank email to php-general-unsubscr...@lists.php.net from the email address that is subscribed to the list. Alternatively, you may use the form at http://php.net/mailinglists . -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866

Re: [PHP] Re: Apache mod_pagespeed

2010-11-04 Thread Daniel P. Brown
to put this into production for any of my client's servers yet, but I can see myself starting to do so in two to four weeks, barring any horrible discoveries. -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP

Re: [PHP] Re: Apache mod_pagespeed

2010-11-04 Thread Daniel P. Brown
need to make it more streamlined. Agreed. It's a bit convoluted, to be sure. In their discussions, they've admitted the same, but it's a very young project. One with a lot of potential, but a very young project nonetheless. -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid

Re: [PHP] suhosin simulation blocks script

2010-11-04 Thread Daniel P. Brown
before. You did remember to restart Apache for it to take effect, correct? -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] php-general-digest-unsubscr...@lists.php.net not working?

2010-11-04 Thread Daniel P. Brown
, select the General list, select Normal and scroll to the bottom, enter the email address associated with the list, and click the Unsubscribe button. If you continue to have issues, let me know and I will remove you. -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions

Re: [PHP] php-general-digest-unsubscr...@lists.php.net not working?

2010-11-04 Thread Daniel P. Brown
On Thu, Nov 4, 2010 at 12:33, Daniel P. Brown daniel.br...@parasane.net wrote:    If you continue to have issues, let me know and I will remove you. From the list, that is, to be clear. Not the Earth. -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting

Re: [PHP] suhosin simulation blocks script

2010-11-04 Thread Daniel P. Brown
it. It just doesn`t make any sense. This isn't on platon.org, is it? P.S. - In accordance with the mailing list rules (http://php.net/reST/php-src/README.MAILINGLIST_RULES), please don't top-post. -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting

Re: [PHP] Apache mod_pagespeed

2010-11-03 Thread Daniel P. Brown
by CDNs. I've yet to read the specs behind it (I was out of the office), but from the overview I did see, it should not only be of no detriment to CDNs. In fact, Google is working with an existing company, Cotendo, to integrate the core into their CDN. -- /Daniel P. Brown Dedicated Servers

Re: [PHP] Password protected directory

2010-11-02 Thread Daniel P. Brown
? As you can tell, it's a bit difficult to give you an answer when the question is so vague that it may as well be nonexistent. ;-P -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List (http

Re: [PHP] a question about user and permission on linux

2010-11-01 Thread Daniel P. Brown
On Sun, Oct 31, 2010 at 13:50, Ryan Sun ryansu...@gmail.com wrote: which user it is executed as when request a php script on browser?(suppose we are on a shared LAMP hosting) Find out: ?php echo trim(`whoami`); ? -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions

Re: [PHP] Fwd: Mail delivery failed: returning message to sender

2010-11-01 Thread Daniel P. Brown
.UNOFFICIAL)) Sascha's server's scanner (say that three times fast) is having a fit over this: this. (See your code at http://pastie.org/1262989). A version of ClamAV released during the spring of this year erroneously catches all URLs from pastie.org as malware. -- /Daniel P. Brown

Re: [PHP] Fwd: Mail delivery failed: returning message to sender

2010-11-01 Thread Daniel P. Brown
('V2F5IHRvIFNQQU0gZXZlcnlvbmUsIGxvc2VyLg=='); ?. You just shot any chance of credibility you could ever hope to have in this community. Give yourself a round of applause. -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General

Re: [PHP] OLE-DB to Pervasive

2010-11-01 Thread Daniel P. Brown
Pervasive is accessible via a variety of APIs, though. Have you considered JDBC? -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] OLE-DB to Pervasive

2010-11-01 Thread Daniel P. Brown
on there though. Again, your best bet would probably be to contact the manufacturer directly. -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Check for existence of mail address

2010-10-26 Thread Daniel P. Brown
On Tue, Oct 26, 2010 at 08:49, TR Shaw ts...@oitc.com wrote: On Oct 25, 2010, at 6:46 PM, Daniel P. Brown wrote:    Of course not!  Can you imagine the implications, insecurities, and privacy concerns that would be associated with that?  Some mailservers will confirm or deny if a local

  1   2   >