Unfortunately, I just can't keep up with the list traffic right now so I'll be
unsubscribing for a bit. If anyone needs to reach me, please use this address.
Thanks for all the help.
Edward Dudlik
Becoming Digital
www.becomingdigital.com
--
PHP General Mailing List (http://www.ph
rd Dudlik
"Those who say it cannot be done
should not interrupt the person doing it."
wishy washy | www.amazon.com/o/registry/EGDXEBBWTYUU
- Original Message -
From: "Manuel Lemos" <[EMAIL PROTECTED]>
To: "Becoming Digital" <[EMAIL PROTECTED]&
iginal Message -
From: "Marco Tabini" <[EMAIL PROTECTED]>
To: "Becoming Digital" <[EMAIL PROTECTED]>
Cc: "php-general" <[EMAIL PROTECTED]>
Sent: Thursday, 20 November, 2003 19:22
Subject: Re: [PHP] Zip Code Locator / Radius Search
This may help:
htt
I need a "search by zip code," aka radius search feature for a current project. I
know I've seen info on how this works but I can't seem to find it. I guess my own
search abilities are malfunctioning. Would someone be so kind as to point me to a
link? Thanks a lot.
Edward Dudlik
"Those who
I see
where you're coming from.
Edward Dudlik
"Those who say it cannot be done
should not interrupt the person doing it."
wishy washy | www.amazon.com/o/registry/EGDXEBBWTYUU
- Original Message -----
From: "Robert Cummings" <[EMAIL PROTECTED]>
To: &qu
Please post some of your code. It is incredibly difficult to help you without it.
Edward Dudlik
"Those who say it cannot be done
should not interrupt the person doing it."
wishy washy | www.amazon.com/o/registry/EGDXEBBWTYUU
- Original Message -
From: "pnp" <[EMAIL PROTECTED]>
To: <[
I'm guessing we don't have to include a '?>' anymore? Not sure I like that idea...
Edward Dudlik
"Those who say it cannot be done
should not interrupt the person doing it."
wishy washy | www.amazon.com/o/registry/EGDXEBBWTYUU
- Original Message -
From: "Robert Cummings" <[EMAIL PROTE
SquirrelMail isn't bad and it's PHP-based.
Edward Dudlik
"Those who say it cannot be done
should not interrupt the person doing it."
wishy washy | www.amazon.com/o/registry/EGDXEBBWTYUU
- Original Message -
From: "Jerry Alan Braga" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sun
As one who has to use WebCT regularly, I can say with great conviction that a better
project would get rid of that piece of crap altogether.
Edward Dudlik
"Those who say it cannot be done
should not interrupt the person doing it."
wishy washy | www.amazon.com/o/registry/EGDXEBBWTYUU
- Ori
> but that question is rather inappropriate for this list...
Inappropirate but intruiging nonetheless. I've always been curious how Amazon handles
the amount of traffic their site generates and now I've got a slightly better idea. I
know eBay uses CGI as I've already seen discussion of it. Re
Personally, I love things like this. I have a feeling that those of us not fond of
such recursive acronyms are also not fan's of the old "Who's on first?" routine.
Edward Dudlik
"Those who say it cannot be done
should not interrupt the person doing it."
wishy washy | www.amazon.com/o/registry/E
> PHP needs to speed up for its own good.
PHP itself is not the issue. Extensions to PHP are what may cause problems. As Filip
said, there are already many discussions about this on the web.
Edward Dudlik
"Those who say it cannot be done
should not interrupt the person doing it."
wishy washy
http://www.imagemagick.org/
Edward Dudlik
"Those who say it cannot be done
should not interrupt the person doing it."
wishy washy | www.amazon.com/o/registry/EGDXEBBWTYUU
- Original Message -
From: "BENARD Jean-philippe" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, 30 O
I'd recommend you hit up Amazon and set aside some reading time. The below are a
couple from my collection.
Applied XML Solutions - Benoit Marchal - Sams Publishing
XML Design Handbook - Bonneau, et al - Wrox
Edward Dudlik
"Those who say it cannot be done
should not interrupt the person doing i
If this server is for anything beyond internal development, you should seriously
reconsider using Apache 2 with PHP. As has been said numerous times and is very well
documented, the combination can be highly unstable.
I know this doesn't answer your question but hopefully it prevents further qu
A most amusing project has just come my way. I have a client who wishes to start an
online matchmaking/dating service, one not unlike Match.com or Yahoo! Personals.
There is a rather unique twist to this service, one that I cannot publicly discuss,
but in general terms it is no different than
I can't offer an answer but I can point you to some external resources. Hopefully
they help.
http://httpd.apache.org/docs-2.0/mod/core.html#directory
http://httpd.apache.org/docs-2.0/mod/core.html#options
Edward Dudlik
"Those who say it cannot be done
should not interrupt the person doing it."
- Original Message -
From: "David T-G" <[EMAIL PROTECTED]>
To: "PHP DB list" <[EMAIL PROTECTED]>; "PHP General list" <[EMAIL PROTECTED]>
Cc: "Becoming Digital" <[EMAIL PROTECTED]>
Sent: Monday, 20 October, 2003 17:00
Subje
ay, 20 October, 2003 15:32
Subject: Re: [PHP] php|cruise - do unto others...
I certain hope no one takes offense to this, John has been a great asset to
this community and to this list, its not like its a required donation or
anything like that, unlike my sons daycare, pay $200/wk and then "fu
> I cant attach my loose change to my email :(
Sadly, that feature won't be implemented till PHP5. ;)
Edward Dudlik
"Those who say it cannot be done
should not interrupt the person doing it."
wishy washy | www.amazon.com/o/registry/EGDXEBBWTYUU
- Original Message -
From: "Didier McGi
> Is there a minimum donation or does "every little bit count", and I don't
> get cursed for a small donation do I?
There is certainly no minimum. That you and others care enough to donate what you can
is all that counts. Thank you very much for your support. :)
Edward Dudlik
"Those who say it
emaining fields to your liking. :)
Edward Dudlik
"Those who say it cannot be done
should not interrupt the person doing it."
wishy washy | www.amazon.com/o/registry/EGDXEBBWTYUU
- Original Message -
From: "Jay Blanchard" <[EMAIL PROTECTED]>
To: "Beco
Anyone who's been on these lists for a few days is already familiar with CPT John W.
Holmes. He's probably helped each and every one of us more times than we can count,
all without asking for a thing. I think it's time we help him with something.
php|cruise is coming this March. As of now, Jo
If the DBMS itself is in those directories, may receive start errors in PHP when
trying to load the database extension. To prevent this problem, comment out the
following line in your php.ini (assumes MySQL):
extension=mysql.so
You may also want to set mysql.max_links = 0 as an additional
You cannot use ini_set() for register_globals. It must be done from .htaccess,
httpd.conf or php.ini.
http://www.php.net/manual/en/function.ini-set.php
Edward Dudlik
"Those who say it cannot be done
should not interrupt the person doing it."
wishy washy | www.amazon.com/o/registry/EGDXEBBWTYUU
From: "Leif K-Brooks" <[EMAIL PROTECTED]>
To: "Becoming Digital" <[EMAIL PROTECTED]>
Cc: "Php-General (E-mail)" <[EMAIL PROTECTED]>
Sent: Sunday, 19 October, 2003 01:42
Subject: Re: [PHP] Darken and lighten color?
Becoming Digital wrote:
>
You can try a templating system like Smarty or FastTemplate, but I'm not too fond of
either. I've recently begun exploring InterJinn, written by our own Robert Cummings,
and I'm quite fond of how it works. You'll need to spend some time going over the
documentation but I think it's worthwhile.
> But what do I do with something like 40,40,255? What happens to the 255?
You just have to leave it at 255. That's what Illustrator does.
Edward Dudlik
"Those who say it cannot be done
should not interrupt the person doing it."
wishy washy | www.amazon.com/o/registry/EGDXEBBWTYUU
- Orig
> This John H guy sounds like a dick. Someone should boot him.
He can't help it. After all, he is military...
Edward Dudlik
"Those who say it cannot be done
should not interrupt the person doing it."
wishy washy | www.amazon.com/o/registry/EGDXEBBWTYUU
- Original Message -
From: "CP
> I was afraid that was the case.
You've nothing to fear but fear itself. Sessions are your friend.
Edward Dudlik
"Those who say it cannot be done
should not interrupt the person doing it."
wishy washy | www.amazon.com/o/registry/EGDXEBBWTYUU
- Original Message -
From: "Al" <[EMAIL
There may be, but it would almost certainly be handled client-side. Try looking into
Javascript stuff that clears the browser cache or otherwise prohibits back navigation.
Edward Dudlik
"Those who say it cannot be done
should not interrupt the person doing it."
wishy washy | www.amazon.com/o/re
If you want to manipulate months in this manner, you'll first need a month input box.
Once you've got that covered, it's just a matter of using mktime() to create the
appropriate date.
Edward Dudlik
"Those who say it cannot be done
should not interrupt the person doing it."
wishy washy | www.a
The object-oriented design is part of why I like InterJinn so much.
Edward Dudlik
"Those who say it cannot be done
should not interrupt the person doing it."
wishy washy | www.amazon.com/o/registry/EGDXEBBWTYUU
- Original Message -
From: "Robert Cummings" <[EMAIL PROTECTED]>
To: "Lai,
PayQuake has the best rates I've seen. They can be a PITA when setting up, but
otherwise they're good.
http://www.payquake.com
Edward Dudlik
"Those who say it cannot be done
should not interrupt the person doing it."
wishy washy | www.amazon.com/o/registry/EGDXEBBWTYUU
- Original Message
Zend Studio is nice but the pricetag is a bit hefty for some of us. ActiveState
Komodo (my primary editor) supports multiple languages and doesn't carry quite as
heavy a pricetag.
Edward Dudlik
"Those who say it cannot be done
should not interrupt the person doing it."
wishy washy | www.amazon
I don't believe so. It would depend entirely on the browser settings, too, so even if
it's possible, I certainly wouldn't build an app around that idea.
Edward Dudlik
"Those who say it cannot be done
should not interrupt the person doing it."
wishy washy | www.amazon.com/o/registry/EGDXEBBWTYUU
stripslashes();
Edward Dudlik
Becoming Digital
www.becomingdigital.com
- Original Message -
From: "James Johnson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, 10 October, 2003 13:07
Subject: [PHP] Echoing string with single quote from $_POST
Hi
make
the process any easier.
Edward Dudlik
Becoming Digital
www.becomingdigital.com
- Original Message -
From: "Nathan Taylor" <[EMAIL PROTECTED]>
To: "php-general" <[EMAIL PROTECTED]>
Sent: Wednesday, 08 October, 2003 16:03
Subject: [PHP] Credit Card Va
or you. :)
http://www.activestate.com/Products/Komodo/
Edward Dudlik
Becoming Digital
www.becomingdigital.com
- Original Message -
From: "Thomas Seifert" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, 07 October, 2003 06:54
Subject: [PHP] (native) linux-p
udlik
Becoming Digital
www.becomingdigital.com
- Original Message -
From: <[EMAIL PROTECTED]>
To: "andu" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, 07 October, 2003 04:04
Subject: Re: [PHP] -OT- Software Fashion
helo guys , where i get a private
ISBN: 0201715945
Edward Dudlik
Becoming Digital
www.becomingdigital.com
- Original Message -
From: "Robert Cummings" <[EMAIL PROTECTED]>
To: "Gerard Samuel" <[EMAIL PROTECTED]>
Cc: "Jay Blanchard" <[EMAIL PROTECTED]>; "PHP-General&q
ster, as the two are independant entities. Rather, instantiate
your DB class within Register.
Sorry for what may be confusing wording. I haven't slept in a few days.
Edward Dudlik
Becoming Digital
www.becomingdigital.com
- Original Message -
From: "Chris W. Parker" <[EMA
ard Dudlik
Becoming Digital
www.becomingdigital.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
PHP is most commonly run as an Apache API, though it can still be done as CGI.
Edward Dudlik
Becoming Digital
www.becomingdigital.com
- Original Message -
From: "[ASDF] Jeremy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, 04 October, 2003 04:59
a new index.html file with the following
in the section:
This will immediately send users to the index.php file while you resolve the
configuration issues.
Edward Dudlik
Becoming Digital
www.becomingdigital.com
- Original Message -
From: "Ryan A" <[EMAIL PROTECTED]&g
I'm with Chris on this one. I did some serious load testing on my servers and always
faired better with persistent connections. I don't have the logs handy right now, but
I can probably dig them up if anyone really wants to see the numbers.
Edward Dudlik
Becomi
As can I.
Edward Dudlik
Becoming Digital
www.becomingdigital.com
- Original Message -
From: "Joe Pemberton" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, 30 September, 2003 00:15
Subject: RE: [PHP] Does the AOL browser break any standards?
Fyi, I
cript. I would recommend adding nonsense words; using
dictionary words allows for fairly easy bypass. Also consider adding some error
control to samplePost.php such that it sends you back to test.php if the page is
directly loaded. An HTTP referrer check seems ideal. Have fun.
Edwar
Nice site, Jon. I haven't seen it before but I'll be sure to give it a good
look-through.
Edward Dudlik
Becoming Digital
www.becomingdigital.com
- Original Message -
From: "Jon Kriek" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, 27 Sep
http://www.php.net/manual/en/function.str-pad.php
Edward Dudlik
Becoming Digital
www.becomingdigital.com
- Original Message -
From: "Chris Grigor" <[EMAIL PROTECTED]>
To: "php" <[EMAIL PROTECTED]>
Sent: Thursday, 25 September, 2003 09:17
Subject: [PH
r user chooses to send via fax, the message is transparently relayed to the
email/fax gateway.
Edward Dudlik
Becoming Digital
www.becomingdigital.com
- Original Message -
From: "Jason Wong" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, 25 September,
resources. My laser printer
thanks them for giving it so much action.
Edward Dudlik
Becoming Digital
www.becomingdigital.com
- Original Message -
From: "Ryan A" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, 27 September, 2003 10:13
Subject: [PHP
> Can't you let me have a shred of programming self-respect?
>
> Rich (I should have cracked the book) Fox
Get out! No soup (or respect) for you! ;)
Edward Dudlik
Becoming Digital
www.becomingdigital.com
- Original Message -
From: "Rich Fox" <[EM
http://www.google.com/search?q=%3Ciframe%3E+refresh
You should be able to find all your answers there, and it's much more concise than
posting a bunch of URLs. :)
Edward Dudlik
Becoming Digital
www.becomingdigital.com
- Original Message -
From: "ascll" <[EM
> And ok, I wont post Perl things anymore ;-)
That's no fun. I like hearing what I can do with yet another language. ;)
Edward Dudlik
Becoming Digital
www.becomingdigital.com
- Original Message -
From: "Christophe Chisogne" <[EMAIL PROTECTED]>
To: <[EMAIL
Check the following lines in your phi.ini file.
; Maximum size of POST data that PHP will accept.
post_max_size = 8M
Edward Dudlik
Becoming Digital
www.becomingdigital.com
- Original Message -
From: "Jonathan Pitcher" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECT
I'm not sure what the problem is. Everything's working smoothly on my end.
Edward Dudlik
Becoming Digital
www.becomingdigital.com
- Original Message -
From: "Kaan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, 25 Sep
Since the release of Flash MX, using Flash for data-driven applications is actually
quite easy. You can find a number of tutorials on DevShed regarding integration with
PHP, all of which should prove helpful.
Edward Dudlik
Becoming Digital
www.becomingdigital.com
- Original Message
but it just can't be
done...sorry !"
Everything else I've read backs this up. You can, with great effort, work around
using the file input element at all, but it is sketchy at best.
Edward Dudlik
Becoming Digital
www.becomingdigital.com
- Original Message -
From: "Da
IonCube Encoder looks like it has some potential. I haven't had an opportunity to
play with the demo yet, but the feature list is impressive. More info can be found
below.
http://www.ioncube.com/sa_encoder.php
Edward Dudlik
Becoming Digital
www.becomingdigital.com
- Original Me
Do your users have to logon? If so, run a count of logged-in users every 2min and use
an IFRAME or Flash movie so that the rest of the page is unaffected.
Edward Dudlik
Becoming Digital
www.becomingdigital.com
- Original Message -
From: "Matias Hohl" <[EMAIL PROTECTED]
'.$year.'';
}
?>
Edward Dudlik
Becoming Digital
www.becomingdigital.com
- Original Message -
From: "Shaun" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, 24 September, 2003 08:29
Subject: [PHP] Print current and next thr
confusion. If you'd still like to see it, email me off-list and I'll attach a few
examples.
Edward Dudlik
Becoming Digital
www.becomingdigital.com
- Original Message -
From: "Ignacio Correa" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday,
only for amusement value. ;)
Edward Dudlik
Becoming Digital
www.becomingdigital.com
- Original Message -
From: "Cranky" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, 24 September, 2003 05:42
Subject: [PHP] Lifetime with cookie-less sessions
Hello,
Is
If I understand you correctly, it seems like you're asking for Adobe's new Enterprise
version of Acrobat. I've had the opportunity to play with it and I was quite
impressed.
http://www.adobe.com/enterprise/main.html
Edward Dudlik
Becoming Digital
www.becomingdigital.com
You could also get lazy and just use @strpos(). Tom's way is (obviously) better,
Edward Dudlik
Becoming Digital
www.becomingdigital.com
- Original Message -
From: "Tom Rogers" <[EMAIL PROTECTED]>
To: "Uma Shankari T." <[EMAIL PROTECTED]>
Cc: &quo
I'll give a big "+2" to all of this. I spent a great deal of time writing a program
for customizing various aspects of osCommerce. After a while, I just dropped the
project because it was becoming a tangled web of code and not at all my style.
Edward Dudlik
B
/Redirection/Resolution_Based/index.html
Edward Dudlik
Becoming Digital
www.becomingdigital.com
- Original Message -
From: "Angelo Zanetti" <[EMAIL PROTECTED]>
To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
Sent: Tuesday, 23 September, 2003 04:58
Subject: [PHP] det
sed recently on this very list, though it may
have been in PHP Architect. I read too many things to keep track! :)
Edward Dudlik
Becoming Digital
www.becomingdigital.com
- Original Message -
From: "Nabil" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday
damn thing
once, you could have rebooted WinBlows 1,000 times. ;)
Edward Dudlik
Becoming Digital, a Tri-OS company.
www.becomingdigital.com
wishes | www.amazon.com/o/registry/EGDXEBBWTYUU
- Original Message -
From: "Robert Cummings" <[EMAIL PROTECTED]>
To: &q
reamweaver MX is a staple in
anyone's software library, especially for visual development, and Zend Studio is
another great app. However, what I like about either, you may not so you'll really
just have to try out the numerous demos and find what works for you.
Edward Dud
> While I'm not gay myself, I think you've overlooked an obvious category
> of "fling".
A valid point.
Edward Dudlik
Becoming Digital
www.becomingdigital.com
wishes | www.amazon.com/o/registry/EGDXEBBWTYUU
- Original Message -
From: "Robert C
> Besides... you're a programmer... you should know you can't pick up women!
Whoa there. I'm a CEO. I just happen to program, too. lol
Edward Dudlik
Becoming Digital
www.becomingdigital.com
wishes | www.amazon.com/o/registry/EGDXEBBWTYUU
- Original Message -
Fro
> I think this is the ONLY PHP conference she'd ever
> agree to going to.
I think this is also the ONLY cruise on which single guys won't find a fling. I smell
a sausage party! ;)
Edward Dudlik
Becoming Digital
www.becomingdigital.com
wishes | www.amazon.com/o/regis
I, too, want many things. Perhaps you can show us some of the code you've tried and
we'll work from there.
Edward Dudlik
Becoming Digital
www.becomingdigital.com
wishes | www.amazon.com/o/registry/EGDXEBBWTYUU
- Original Message -
From: "fr r" <[EMAIL
75 matches
Mail list logo