Re: [PHP] WYSIWYG online editor for Macintosh?

2003-09-01 Thread Joel Rees
and keep track of any system extensions you have to load to get things to work. -- Joel Rees, programmer, Systems Group Altech Corporation (Alpsgiken), Osaka, Japan http://www.alpsgiken.co.jp -- When software is patentable, anything is patentable. (http://swpat.ffii.org) -- PHP

Re: [PHP] WYSIWYG online editor for Macintosh?

2003-08-28 Thread Joel Rees
on the Made4Mac tab, and wandered onto this page: http://guide.apple.com/uscategories/productivity.lasso scrolled down, selected text processing and editing utiliities, and got quite a few hits. HTH -- Joel Rees, programmer, Systems Group Altech Corporation (Alpsgiken), Osaka, Japan http

Re: [PHP] webserver for mac

2003-08-27 Thread Joel Rees
being used to run applications. So, even if the box they are thinking of putting the site on isn't a Mac OS X box, they really want another box, and they might as well get Mac OS X for that box. /on-topic -- Joel Rees, programmer, Systems Group Altech Corporation (Alpsgiken), Osaka, Japan http

Re: [PHP] mail() usage in for loops

2003-08-14 Thread Joel Rees
get mass-mailing systems written in Perl, I think there are now some available for PHP. -- Joel Rees, programmer, Systems Group Altech Corporation (Alpsgiken), Osaka, Japan http://www.alpsgiken.co.jp -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] Server-side script identified as IE

2003-08-14 Thread Joel Rees
. If you're not legit, find something more constructive to do with your time. -- Joel Rees, programmer, Systems Group Altech Corporation (Alpsgiken), Osaka, Japan http://www.alpsgiken.co.jp -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP vs ASP.NET formal opinions request

2003-08-11 Thread Joel Rees
make a living while you're fighting. -- Joel Rees, programmer, Systems Group Altech Corporation (Alpsgiken), Osaka, Japan http://www.alpsgiken.co.jp -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Opinions on Micro$oft .NET

2003-08-01 Thread Joel Rees
. If you don't like the deepening recession, run like hell, because if you think about it, it's exactly that kind of business that sucks all the value out of things. (And that's exactly what recession and depression are all about.) -- Joel Rees (The above opinion probably does not reflect the opinions

Re: [PHP] Possible My Website was hacked... with PHP... please tell me what this is???

2003-07-31 Thread Joel Rees
numbers, report the possibility of theft to the credit card companies. Etc. If you're trolling, go away. -- Joel Rees, programmer, Systems Group Altech Corporation (Alpsgiken), Osaka, Japan http://www.alpsgiken.co.jp -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Possible My Website was hacked... with PHP... please tell me what this is???

2003-07-31 Thread Joel Rees
sure would. -- Joel Rees, programmer, Systems Group Altech Corporation (Alpsgiken), Osaka, Japan http://www.alpsgiken.co.jp -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP or CGI in C/C++

2003-07-31 Thread Joel Rees
that much experience. A book you might find useful in this context is Chris Radcliff's Perl for the Web. (Perl is one of PHP's grandpappies, so much of the discussion will apply to PHP.) I appreciate your comments in advance. I made no comments in advance, but you're welcome anyway. ;-P -- Joel Rees

Re: [PHP] arguments against moving site from Linux/Apache/PHP server to Windows/IIS/PHP needed

2003-07-25 Thread Joel Rees
likely to understand is research that is done in house. -- Joel Rees, programmer, Kansai Systems Group Altech Corporation (Alpsgiken), Osaka, Japan http://www.alpsgiken.co.jp -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Redirection Question (I spoke to soon)

2003-07-25 Thread Joel Rees
with the header function - it still will not redirect. So did you check for things like CR/LF? -- Joel Rees, programmer, Kansai Systems Group Altech Corporation (Alpsgiken), Osaka, Japan http://www.alpsgiken.co.jp -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] classes v. functions

2003-07-24 Thread Joel Rees
Hi, am Wednesday 23 July 2003 11:48 schrieb Joel Rees: (You know that $accesses-count and $accesses-resetCounter() are at least declared in the same class declaration. $accesses_count and accesses_resetCounter() could be declared in entirely unrelated include files for entirely

Re: [PHP] classes v. functions

2003-07-23 Thread Joel Rees
, then move on to another part with a fairly high level of confidence that you won't shoot yourself in the foot by using the wrong count or resetCount() somewhere? -- Joel Rees, programmer, Kansai Systems Group Altech Corporation (Alpsgiken), Osaka, Japan http://www.alpsgiken.co.jp -- PHP General

Re: [PHP] I need a PHP alternative to Windows Scheduled Tasks

2003-07-23 Thread Joel Rees
a C program that was called by the MSW2k scheduler, and that C program checked that my mailing script had completed before it tried to start another instance of the script. -- Joel Rees, programmer, Kansai Systems Group Altech Corporation (Alpsgiken), Osaka, Japan http://www.alpsgiken.co.jp

Re: [PHP] Jumping between HTTP and HTTPS

2003-07-22 Thread Joel Rees
if you do sniff the hash, the key, and the session. You will have to get your request in before the key becomes stale, race, race! In most cases the authentication is the first thing done so we're dealing with micro seconds. Most cases? Why re-invent the wheel? -- Joel Rees

Re: [PHP] Code and Good Design Methods

2003-07-16 Thread Joel Rees
well, but the MVC concept is good to keep in mind if you want to use XML well. Other than that, there is plenty of material on the web. I know weeding out the bad stuff is not easy, but many of the pages that got me started have moved, I know not where. -- Joel Rees, programmer, Kansai Systems Group

Re: [PHP] Code and Good Design Methods

2003-07-15 Thread Joel Rees
), and XSL can definitely be used in ways that don't conform to that model. That's no big deal, just part of what makes life interesting. (And if you get into Javaland, you'll hear a lot about MVC and frameworks. That's a slightly more refined, uhm, model.) /ramble -- Joel Rees, programmer, Kansai

Re: [PHP] Re: Replacing newlines (\n) with smething else

2003-07-15 Thread Joel Rees
: ' . $Juliet . \n; ? -- Joel Rees, programmer, Kansai Systems Group Altech Corporation (Alpsgiken), Osaka, Japan http://www.alpsgiken.co.jp -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Grabbing info from other Sites

2003-07-15 Thread Joel Rees
build and share anything that's missing. ;- But I will take a look at SNOOPY. (hey.. isn't the name snoopy copyrighted??) Trademarked, but only in relation to a cartoon character of a beagle and products based on the character, I think. -- Joel Rees, programmer, Kansai Systems Group

Re: [PHP] BigEndian to integer

2003-07-15 Thread Joel Rees
() lists an 'N' format for unsigned long big endian byte order for pack() and unpack(). I think what you probably want to do most is use the 'N' format when you unpack. (The other responses were amusing, was it a full moon last night? ;-)) -- Joel Rees, permanently jetlagged programmer, Kansai

Re: [PHP] Missing php.ini file

2003-07-15 Thread Joel Rees
Greetings again, Did as Ralph suggested...here is the output : [EMAIL PROTECTED] php]# find / -name php.ini -print sudo is your friend. /home/chris/Documents/Mein Stuph/PHP 4 Package/php-4.3.1/pear/tests/php.ini find: /mnt/floppy: Input/output error find: /mnt/cdrom:

Re: [PHP] How To Ask Questions - Some List Guidelines

2003-07-15 Thread Joel Rees
the OP was not talking about mangling headers. The subject was how to ask questions, not how to set up the list server. The question is whether or not a person wants personal replies, I think. -- Joel Rees, programmer, Kansai Systems Group Altech Corporation (Alpsgiken), Osaka, Japan http

Re: [PHP] Grabbing info from other Sites

2003-07-15 Thread Joel Rees
In php, I don't see anything right offhand. http://www.php.net/curl blush/ -- Joel Rees, programmer, Kansai Systems Group Altech Corporation (Alpsgiken), Osaka, Japan http://www.alpsgiken.co.jp -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] So in summary this can't be done due to permission problems?

2003-07-15 Thread Joel Rees
in over the network. -- Joel Rees, programmer, Kansai Systems Group Altech Corporation (Alpsgiken), Osaka, Japan http://www.alpsgiken.co.jp -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Grabbing info from other Sites

2003-07-15 Thread Joel Rees
in your logic. If you can, try to build a separate interface for your app which you can use to interface the backend of the other deps. You might even consider Webservices. This way you are independend of the design of the site. -- Joel Rees, programmer, Kansai Systems Group Altech Corporation

Re: [PHP] Is it possible to test an uploaded file to check the type?

2003-07-14 Thread Joel Rees
(MISE) depends on how careful you need to be (i. e., what your application is going to do with the upload). -- Joel Rees, programmer, Kansai Systems Group Altech Corporation (Alpsgiken), Osaka, Japan http://www.alpsgiken.co.jp -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] Looking for experienced PHP programmer in the Memphis, TN area

2003-07-14 Thread Joel Rees
This position requires strong technical knowledge in a server-side scripting technology such as PHP (preferred) /JSP/Perl/ASP. Knowledge of SQL queries, stored procedures and database design required. Must have experience in HTML/CSS and familiarity with HTTP and networking concepts. Graphic

Re: [PHP] Wrong parameter count for fgets

2003-07-08 Thread Joel Rees
limit to the number of bytes to be read. How come this error occur? My guess is that you tried to pass fgets either the wrong number or the wrong type of arguments. -- Joel Rees, programmer, Kansai Systems Group Altech Corporation (Alpsgiken), Osaka, Japan http://www.alpsgiken.co.jp -- PHP

[PHP] [ML] Are there any announcement rules for this list? (was Re: [PHP] Re: NEW SPAMMER ...)

2003-07-08 Thread Joel Rees
on the subject. If the list maintainers do have rules or guidelines about announcements, maybe one of them would speak up now? -- Joel Rees, programmer, Kansai Systems Group Altech Corporation (Alpsgiken), Osaka, Japan http://www.alpsgiken.co.jp -- PHP General Mailing List (http://www.php.net

Re: [PHP] Spammer! ...

2003-07-07 Thread Joel Rees
STOP SPAMING the list. http://www.php.net/mailing-lists.php Has some basic guidelines for list useage. (To the OP, [ANN] or [ANNOUNCEMENT] is a kinder tag.) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] print vs heredoc

2003-07-07 Thread Joel Rees
... /reformatted If that's the results you're getting, I'd say heredoc is probably not appropriate for what you're trying to do. -- Joel Rees, programmer, Kansai Systems Group Altech Corporation (Alpsgiken), Osaka, Japan http://www.alpsgiken.co.jp -- PHP General Mailing List (http://www.php.net

Re: [PHP] Session vs Cookie Issues

2003-07-03 Thread Joel Rees
? -- Joel Rees, programmer, Kansai Systems Group Altech Corporation (Alpsgiken), Osaka, Japan http://www.alpsgiken.co.jp -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Get Rid of this Crook

2003-07-03 Thread Joel Rees
the standard says concerning this topic, there are some RFCs you should read. -- Joel Rees, programmer, Kansai Systems Group Altech Corporation (Alpsgiken), Osaka, Japan http://www.alpsgiken.co.jp -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP on one box, Apache on another?

2003-07-02 Thread Joel Rees
to see)? -- Joel Rees, programmer, Kansai Systems Group Altech Corporation (Alpsgiken), Osaka, Japan http://www.alpsgiken.co.jp -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP on one box, Apache on another?

2003-07-02 Thread Joel Rees
project working to set up a similar special-purpose php-template server for php, but that may be just my imagination. -- Joel Rees, programmer, Kansai Systems Group Altech Corporation (Alpsgiken), Osaka, Japan http://www.alpsgiken.co.jp -- PHP General Mailing List (http://www.php.net

Re: [PHP] Installation for OS X

2003-07-01 Thread Joel Rees
/macosx/phpappledevtools.html -- Joel Rees, programmer, Kansai Systems Group Altech Corporation (Alpsgiken), Osaka, Japan http://www.alpsgiken.co.jp -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php-general as REPLY TO

2003-07-01 Thread Joel Rees
so many companies seem to think that MSOutlook's advantages outweigh the problems of having to bolt antivirus on everything (and the occasional slip-through that then proceeds to dirty entire subnets), but that is a separate topic. /rambling -- Joel Rees, programmer, Kansai Systems Group Altech

[PHP] Licenses -- was Re: [PHP][PHP-DEV][PHP-QA] PHP 5.0.0 Beta 1

2003-06-30 Thread Joel Rees
and let the free/open source community get a broader view of some of the alternatives to the DB software sold by the primary source of the FUD. (my JPY 2) -- Joel Rees, programmer, Kansai Systems Group Altech Corporation (Alpsgiken), Osaka, Japan http://www.alpsgiken.co.jp -- PHP General Mailing

Re: [PHP] Securing PHP code

2003-06-25 Thread Joel Rees
of protections. -- Joel Rees, programmer, Kansai Systems Group Altech Corporation (Alpsgiken), Osaka, Japan http://www.alpsgiken.co.jp -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] free web host needed.

2003-06-24 Thread Joel Rees
, of course. However, guessing from his e-mail address, he may physically not be anywhere close to any dumpsters that would have old computers and parts in them, much less to a home that could be hooked up to cable/dsl. http://www.matkurja.com/eng/country-info/ -- Joel Rees, programmer, Kansai

Re: [PHP] Good PHP Books (topic wandering)

2003-06-17 Thread Joel Rees
terminology, less Janglish grammar. -- Joel Rees [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Good PHP Books

2003-06-16 Thread Joel Rees
at http://www.php.net/docs.php and some good sample source. I'm thinking I'd focus less on the book and more on choosing good samples. I personally like O'Reilly books in general. But I haven't seen their PHP offerings, so I'll refrain from actually recommending anything there. -- Joel Rees

Re: [PHP] PHP vs. jsp, advice please

2003-06-10 Thread Joel Rees
already are comfortable with Java. -- Joel Rees [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Generate PHP using PERL???

2003-06-10 Thread Joel Rees
Its kind of ugly, but its possible to call a php script thru a system() function in Perl. Why bother going through a system call? If you have apache loading both mod_php and mod_perl, you can call (include or whatever) through normal http methods. -- Joel Rees [EMAIL PROTECTED

Re: [PHP] Generate PHP using PERL???

2003-06-10 Thread Joel Rees
manipulations on php pages and be done with it. (It seems odd to me that your hosting company doesn't want to load the perl modules. That might have me wanting to drop the hosting company and fire up an openbsd box to host my own.) -- Joel Rees [EMAIL PROTECTED] -- PHP General Mailing List (http

Re: [PHP] PHP vs. jsp, advice please

2003-06-09 Thread Joel Rees
server that can be used with or without apache, and struts is an application framework.) -- Joel Rees [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Heredoc question

2003-06-05 Thread Joel Rees
That's fine for that but I have several places that use if's and else's... AFAIK, you can't do conditionals inside a here doc. But then you don't have to build your entire output string in one here doc, either. Hmm. Maybe you're trying to build templates? -- Joel Rees [EMAIL PROTECTED

Re: [PHP] static vars question

2003-06-02 Thread Joel Rees
As I said, since I was recursing through the function by calling it numerous times in the middle of its execution, and since the function didn't explicitly return, I didn't expect it to continue past each call. That's all! Sounds like you're coming in from CoBOL or maybe BASIC? -- PHP

Re: [PHP] My Sincere Request!![Scanned]

2003-05-29 Thread Joel Rees
1. This is the an example of the Nigeria 419 scam. I have no idea how it got the 419 in the name. http://www.google.com/search?hl=enie=ISO-8859-1q=nigeria+419 in particular, http://home.rica.net/alphae/419coal/ -- Joel Rees [EMAIL PROTECTED] -- PHP General Mailing List (http