Re: [PHP] PHP Code Obfuscator?

2001-02-17 Thread Michael Stearne
Joe, I think that the APC product (Alternative PHP Cache) may soon offer souce "encoding". I think I remember reading about that. Regard APC seems to be a very nice product. Check it out at http://apc.communityconnect.com/ Michael Joe Njeru wrote: > Jim, > > I also come from a third world c

Re: [PHP] Apache on Linux vs. IIS on W2K

2001-02-17 Thread php3
Addressed to: <[EMAIL PROTECTED]> [EMAIL PROTECTED] ** Reply to note from <[EMAIL PROTECTED]> Sat, 17 Feb 2001 14:22:54 - > So the question is, why is this acting like this? (When I meet "pro" they > say Apache, Linux e.g.. is the best, and curse the IIS and W2K, but at this >

Re: [PHP-CVS] cvs: php4 /ext/midgard .cvsignore ChangeLog INSTALL Makefile.in article.c attachment.c calendar.c config.m4 element.c event.c eventmember.c file.c group.c host.c image.c mail.c member.c mgd_access.h mgd_article.h mgd_attachment.h mgd_calendar.h mgd_element.h mgd_errno.pl mgd_event.h mgd_eventmember.h mgd_file.h mgd_group.h mgd_host.h mgd_image.h mgd_internal.h mgd_mail.h mgd_member.h mgd_midgard.h mgd_oop.h mgd_page.h mgd_pageelement.h mgd_pagelink.h mgd_person.h mgd_preferences.h mgd_preparser.h mgd_sitegroup.h mgd_snippet.h mgd_snippetdir.h mgd_style.h mgd_topic.h midgard.c mkall oop.c page.c pageelement.c pagelink.c parameter.c person.c php_midgard.h preferences.c preparser-parser.y preparser-scanner.l preparser.c sitegroup.c snippet.c snippetdir.c style.c topic.c

2001-02-17 Thread Jon Parise
On Sat, Feb 17, 2001 at 11:21:54PM -, Emiliano Heyns wrote: > Index: php4/ext/midgard/.cvsignore > diff -u /dev/null php4/ext/midgard/.cvsignore:1.3 > --- /dev/null Sat Feb 17 15:21:51 2001 > +++ php4/ext/midgard/.cvsignore Sat Feb 17 15:21:49 2001 > @@ -0,0 +1,122 @@ > +.deps > +.libs

[PHP] UPS shipping calculation

2001-02-17 Thread Isaac Force
I'm looking for a better way to calculate UPS shipping costs than opening a connection to the UPS website every time a user wants to calculate their shipping (Which is what I'm finding). Anybody care to point me in the direction of where I can information on how to do this? -- PHP General Mai

[PHP] libexec/lobphp4.so: undefined symbol:uncompress

2001-02-17 Thread S Jha
Hi All, I saw similar error questions posted on phpbuilder etc but didn get exact answer about cause of this error. I have RedHat 6.2 with Apache 1.3.17, MySQL 3.23.33 and Php 4.0.4pl1. I am getting the above error mentioned in subject while trying to start Apache. Any idea ? Thanks, SJ

Re: [PHP] UPS shipping calculation

2001-02-17 Thread John Monfort
There is a Perl module that is very useful for this, I'm currently in the process of implementing it. You can find a copy at http://www.seva.net/~msolomon/Business-UPS/dist/ I'm looking for something similar for FedEx, so let me know if you find one. __John Monfort

[PHP] Session expiry problem

2001-02-17 Thread Mike Yuen
I'm using IE 5 to view a page i'm building for a client of mine. The problem is, on some pages when you press the "Back" button, I get an expiry message. To temporarily fix this problem, i've opened new windows everytime a link is clicked on. This is a pretty unelegant solution but I hope someo

[PHP] Macs and PHP

2001-02-17 Thread Mike Yuen
I'm got another person working for me on a site. He's a Mac user and for some reason, he can't seem to register as a new person. I know this problem isn't due to the large amount of traffic b/c it's a new site with 3 users max at any time. I haven't found any similar problems in any knowledge

RE: [PHP] UPS shipping calculation

2001-02-17 Thread Dallas Kropka
There is a great UPS calc system that we are using and while attachments are not allowed code is below. * upsProductCode = $prod; } function origin($postal, $country){ $this->originPostalCode = $postal; $t

[PHP] Writing Regular Expressions...

2001-02-17 Thread Dhaval Desai
Hi! Can somebody enlighten me with regular expressions... like [^\-*] something like that. To me it appears as a code language.. Can Anybody tell me what do the various characteers do? is there any good article on anywebsites..? besides. phpwizard .com I have checked that allready... Thanx !

Re: [PHP] Writing Regular Expressions...

2001-02-17 Thread Bojan Gajic
'So What's A $#!%% Regular Expression, Anyway?!' http://www.devshed.com/Server_Side/Administration/RegExp/ HTH, bojan gajic Dhaval Desai wrote: > Hi! > > Can somebody enlighten me with regular expressions... > like [^\-*] something like that. To me it appears as a > code language.. > > Can Any

[PHP] Mail

2001-02-17 Thread Brandon Feldhahn
can somone give me a mail sending script it's like whatever i do there is always a error -- 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]

<    1   2