Re: [PHP] File Uploads

2001-09-13 Thread Christopher CM Allen
Thanks Much Martin! --ccma > --snip-- > > good luck! > > /Martin > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] > -- P

[PHP] File Uploads

2001-09-13 Thread Christopher CM Allen
Greetings: Looking for a way to say *.php in this code: if ($file != ".htaccess" && $file != "." && $file != ".."&& $file != ANY PHP FILE) I have tried *.php... Any Ideas? Thanks CCMA

Re: [PHP] World Trade Centre Hit By terrorists, also pentagon

2001-09-11 Thread Christopher CM Allen
>>Well, exactly not! Just look at the track record of "believe". May I >>remind you of the "great" deeds in the name of god (which god doesn't >>matter). Let me remind you of the deeds not done in Gods name -> Hitler Deed's & Stalin Deed's. Enough said... take it off the list. -- PHP Genera

Re: [PHP] Code Red Catcher

2001-09-10 Thread Christopher CM Allen
B-, I get 4-5 new ip's daily on each of my machines. It's ridiculous and I have given up trying ot notify each of these machines that they have a problem. -ccma -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [PHP] urlencode

2001-09-07 Thread Christopher CM Allen
> for an example I send the variable $user='user 1', and in the url there > appears user=user+1 (which I think is correct) but when I read the variable > in the php page it displays user+1 (doesn´t it has to return to user '1'?). urlencodes counterpart is "urldecode" you need to decode each varia

Re: [PHP] Re: Function call introspection: possible or not?

2001-09-06 Thread Christopher CM Allen
> > Is there any way for a function to determine the name of the calling > > function? This would be very useful!! Great Idea! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list ad

Re: [PHP] Tracking shipments UPS, FEDEX, etc...

2001-09-06 Thread Christopher CM Allen
> > > > > > has anybody written any routines or functions they'd care to share for > > parsing the tracking information out of UPS, FEDEX, or other shipping > > carriers tracking pages? > > /* Begin FEDX GROUND */ $fp = fopen ("http://grd.fedex.com/cgi-bin/rrr2010.exefunc

[PHP] Tru64

2001-09-05 Thread Christopher CM Allen
Hello, With all the news of HP and Compaq I was wondering if php works and works well on Tru64 systems? I believe it does from a bug report I saw concerning StrongHold but does anyone have any pros or cons? Thanks, --ccma

Re: [PHP] The future of PHP

2001-08-31 Thread Christopher CM Allen
Php'ers: These are great points that have been brought up (a kinda synopsis, since we are repeating here :) 1) some want direct marketing 2) Some believe the status quo is enough 3) all agreee php is useful as a web development tool/language 4) some agree that it can/should be more (GTK/Command

Re: [PHP] Re: The future of PHP - accessory libraries

2001-08-28 Thread Christopher CM Allen
> Exactly. When you do ./configure --with-foo=shared; make > then modules/foo.so will appear magically and you can dl() that or load it > using "extension=foo.so" in your php.ini. You don't have to recompile This is very good news! I must have mis-rad the manual on this part!! Is there any way

Re: [PHP] The future of PHP

2001-08-25 Thread Christopher CM Allen
Good Morning(CST USA here :)) > > PHP is represented at every important technical conference right alongside > Perl and Python. When you hear someone talk about scripting languages, > they will usually say Perl, Python and PHP. I don't see any problem with > the current state of PHP "marketing"

Re: [PHP] The future of PHP

2001-08-24 Thread Christopher CM Allen
> > Large corporations are like railroad steam locomotives whose era has > ended. They may continue running for a while, but in time, many will > disappear like the steam locomotive did. hmm not according to Marx. ;p Anyways, back on topic, how to promote php and who is going to do it? Who i

Re: [PHP] The future of PHP

2001-08-23 Thread Christopher CM Allen
> > I'm afraid that PHP is not yet very credible in that world. The truth is > there is not great marketing force behind PHP like there is Sun behind > Java or Microsoft behind .Net Good point, and how does one go about marketing a language that is open-source? I do it by not allowing FP like ext

Re: [PHP] Re: The future of PHP

2001-08-23 Thread Christopher CM Allen
Greetings Php'ers: <2 cents> bahh to servelts-asp these are new kids on the block. Template this or that, it doesnt matter, most templates are for lazy peeps anyways :) , a solid base of people have been using phtml->php for years. It doesnt matter to me what the e-zines say about which is more ro

Re: [PHP] URGENT AND CONFIDENTAIL

2001-08-21 Thread Christopher CM Allen
> > In order to transfer out (USD 126 M) One hundred and > twenty six million United States Dollars) from African > Development Bank >your private telephone and fax > number including the full details of the account to be > used for the deposit. lol sheesh! -- PHP General Mailing List (http:

Re: [PHP] close browser

2001-08-07 Thread Christopher CM Allen
Thanks to all for the replies, I am looking into many options. One of which is traveling back in time and creating the table correctly ;p -ccma - Original Message - From: Robert V. Zwink <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; Christopher CM Allen <[EMAIL P

Re: [PHP] close browser

2001-08-07 Thread Christopher CM Allen
Greetings: I have a field entry in a MYQSL table that stores the date as: August 02, 2001 :( Is there anyway to convert this to 08-02-2001 outside of the table via php? Better yet is there ayway I can go back into my table and change these dates into a better format for computation? -- P