Re: [PHP] POP access to gmail

2005-04-29 Thread The Disguised Jedi
On 4/29/05, Malcolm Mill [EMAIL PROTECTED] wrote: Does anyone know of a PHP script to access gmail's POP services? Check PEAR. There is a POP communication script that you may like there. http://pear.php.net/package/Net_POP3 HTH, -- The Disguised Jedi [EMAIL PROTECTED] Now you have my

Re: [PHP] PHP Designer 2005

2005-04-27 Thread The Disguised Jedi
rid of it and found something better... Thanks again! On 4/26/05, Richard Lynch [EMAIL PROTECTED] wrote: On Mon, April 25, 2005 7:43 pm, The Disguised Jedi said: another process tries to do something, phpDesigner shrinks into the background, and uses almost no CPU, only to crawl back up

Re: [PHP] Re: Cache control

2005-04-26 Thread The Disguised Jedi
caching. -- The Disguised Jedi [EMAIL PROTECTED] Now you have my $0.02. Or .01 Pounds, .014 Euros, or $0.025 CAN. I'm world-wide BABY! PHP rocks! Knowledge is Power. Power Corrupts. Go to school, become evil Disclaimer: Any disclaimer attached to this message may be ignored. However, I must say

Re: [PHP] Re: PHP Designer 2005

2005-04-26 Thread The Disguised Jedi
Contact the company who wrote the software you're trying to use for support. Already done. They haven't responded in more than a week. -- The Disguised Jedi [EMAIL PROTECTED] Now you have my $0.02. Or .01 Pounds, .014 Euros, or $0.025 CAN. I'm world-wide BABY! PHP rocks! Knowledge is Power

[suspicious - maybe spam] [PHP] [suspicious - maybe spam] Re: [suspicious - maybe spam] [PHP] [suspicious - maybe spam] Re: [PHP] Unexpected T_IF

2005-04-25 Thread The Disguised Jedi
oops.sorry...gmail sorted things out wrong and i didn't see the whole conversation. On 4/25/05, The Disguised Jedi [EMAIL PROTECTED] wrote: please post the whole file, or a few lines before... On 4/25/05, Mattias Thorslund [EMAIL PROTECTED] wrote: ztuni ztuni wrote

[PHP] PHP Designer 2005

2005-04-25 Thread The Disguised Jedi
this problem before? Anyone here know how to fix it? Thanks for replying even if this is a little off-topic... -- The Disguised Jedi [EMAIL PROTECTED] Now you have my $0.02. Or .01 Pounds, .014 Euros, or $0.025 CAN. I'm world-wide BABY! PHP rocks! Knowledge is Power. Power Corrupts. Go to school

[suspicious - maybe spam] [PHP] [suspicious - maybe spam] Re: [suspicious - maybe spam] [PHP] [suspicious - maybe spam] Re: [PHP] Unexpected T_IF

2005-04-25 Thread The Disguised Jedi
at http://www.thorslund.us -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- The Disguised Jedi [EMAIL PROTECTED] Now you have my $0.02. Or .01 Pounds, .014 Euros, or $0.025 CAN. I'm world-wide BABY! PHP rocks! Knowledge is Power

Re: [PHP] Tesing Gzip files

2005-04-23 Thread The Disguised Jedi
-- The Disguised Jedi [EMAIL PROTECTED] Now you have my $0.02. Or .01 Pounds, .014 Euros, or $0.025 CAN. I'm world-wide BABY! PHP rocks! Knowledge is Power. Power Corrupts. Go to school, become evil Disclaimer: Any disclaimer attached to this message may be ignored. However, I must say

Re: [PHP] Images - Converting TIFF Format?

2005-04-20 Thread The Disguised Jedi
-quiet $tfilename | /path/to/netpbm/bin/pnmtopng $filename); break; default: $filename = $jobpath.'/'.$file; move_uploaded_file($tempname, $filename); break; } } } -- regards, Tom -- The Disguised Jedi [EMAIL PROTECTED] Now you have my $0.02. Or .01 Pounds, .014 Euros

[PHP] Images - Converting TIFF Format?

2005-04-19 Thread The Disguised Jedi
, but it doesn't have to be, to convert large batches of TIFF format images to GIF. Does anyone know of a way to do this? Thanks for reading, and for your responses in advance... -- The Disguised Jedi [EMAIL PROTECTED] Now you have my $0.02. Or .01 Pounds, .014 Euros, or $0.025 CAN. I'm world-wide

Re: [PHP] PHP and Sessions

2005-04-18 Thread The Disguised Jedi
Key: http://bu.orbitel.bg/pgp/bu.asc PGP Fingerprint: 7923 8D52 B145 02E8 6F63 8BDA 2D3F 7C0B 7AE4 5436 -- The Disguised Jedi [EMAIL PROTECTED] Now you have my $0.02. Or .01 Pounds, .014 Euros, or $0.025 CAN. I'm world-wide BABY! PHP rocks! Knowledge is Power. Power Corrupts. Go to school

Re: [PHP] Setting cookie on first visit

2005-03-02 Thread The Disguised Jedi
/unsub.php -- The Disguised Jedi [EMAIL PROTECTED] Now you have my $0.02. Or .01 Pounds, .014 Euros, or $0.025 CAN. I'm world-wide BABY! PHP rocks! Knowledge is Power. Power Corrupts. Go to school, become evil Disclaimer: Any disclaimer attached to this message may be ignored. However, I

Re: [PHP] Mailing List Tool

2005-02-28 Thread The Disguised Jedi
and then send it out to an entire list of addresses? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- The Disguised Jedi [EMAIL PROTECTED] Now you have my $0.02. Or .01 Pounds, .014 Euros, or $0.025 CAN. I'm world-wide BABY! PHP rocks

Re: [PHP] [NEWBIE] Cant get $_POST to work

2005-02-20 Thread The Disguised Jedi
. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- The Disguised Jedi [EMAIL PROTECTED] Now you have my $0.02. Or .01 Pounds, .014 Euros, or $0.025 CAN. I'm already internationally compatible! PHP rocks! Knowledge is Power. Power

Re: [PHP] [NEWBIE] Cant get $_POST to work

2005-02-20 Thread The Disguised Jedi
Well, I guess I was wrong...I looked it up and that is correct...I couldn't remember which was the one that was needed to get the params in the right spot. -- The Disguised Jedi [EMAIL PROTECTED] Now you have my $0.02. Or .01 Pounds, .014 Euros, or $0.025 CAN. I'm already internationally

Re: [PHP] fopen problem using ftp

2005-02-15 Thread The Disguised Jedi
Why not use the built in FTP functions instead of fopen? us2.php.net/ftp Those should be able to handle any of the address problems you have, seeing as they don't use the ftp://username:[EMAIL PROTECTED] syntax, they open a connection and work with the FTP system. -- The Disguised Jedi [EMAIL

Re: [PHP] PHP 5 with Apache 2.0

2005-02-15 Thread The Disguised Jedi
!) will answer your question for YOU, which has very little to do with anybody else's answer to the question. :-) -- Like Music? http://l-i-e.com/artists.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- The Disguised Jedi [EMAIL

[PHP] Favorite Linux Distribution

2005-02-07 Thread The Disguised Jedi
searched Google, but never really found anything extremely useful. Please help me, an old Windows veteran, escape the Microsoft box! Thanks a ton!! -- The Disguised Jedi [EMAIL PROTECTED] PHP rocks! Knowledge is Power. Power Corrupts. Go to school, become evil Disclaimer: Any disclaimer attached

[PHP] Re: [users@httpd] Favorite Linux Distribution

2005-02-07 Thread The Disguised Jedi
like gentoo for Linux. However, you may be best served by FreeBSD. www.freebsd.org Chad -- The Disguised Jedi [EMAIL PROTECTED] PHP rocks! Knowledge is Power. Power Corrupts. Go to school, become evil Disclaimer: Any disclaimer attached to this message may be ignored. This message

Re: [PHP] Is there a function to c if a php function exists

2005-02-02 Thread The Disguised Jedi
address this email is sent from may be defunct) -- The Disguised Jedi [EMAIL PROTECTED] PHP rocks! Knowledge is Power. Power Corrupts. Go to school, become evil Disclaimer: Any disclaimer attached to this message may be ignored. This message is Certified Virus Free -- PHP General Mailing

[PHP] in need of php code for user management/admin function...

2005-01-27 Thread The Disguised Jedi
-- The Disguised Jedi [EMAIL PROTECTED] PHP rocks! Knowledge is Power. Power Corrupts. Go to school, become evil Disclaimer: Any disclaimer attached to this message may be ignored. This message is Certified Virus Free -- The Disguised Jedi [EMAIL PROTECTED] PHP rocks! Knowledge is Power. Power Corrupts

Re: [PHP] Optimize code?

2005-01-26 Thread The Disguised Jedi
-- The Disguised Jedi [EMAIL PROTECTED] PHP rocks! Knowledge is Power. Power Corrupts. Go to school, become evil Disclaimer: Any disclaimer attached to this message may be ignored. This message is Certified Virus Free -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP] PHP editor suggestion?

2005-01-24 Thread The Disguised Jedi
--- Christopher Fulton http://www.fultonfam.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- The Disguised Jedi [EMAIL PROTECTED] PHP rocks! Knowledge is Power. Power Corrupts. Go to school, become evil Disclaimer: Any disclaimer

Fwd: [PHP] php editor

2005-01-17 Thread The Disguised Jedi
I use jEdit... www.jedit.org It understands most every language and you can even download a php parser plugin that checks your syntax when you save the file and underlines problems. I LOVE jEdit best of all, it is FREE OPEN-SOURCE!! -- The Disguised Jedi [EMAIL PROTECTED] PHP rocks

[PHP] Always Include

2005-01-03 Thread The Disguised Jedi
in Apache or PHP (this is going to both lists) that this can be accomplished, or should I just stick with my require() statements? Thanks in advance . . . -- The Disguised Jedi [EMAIL PROTECTED] PHP rocks! Knowledge is Power. Power Corrupts. Go to school, become evil Disclaimer: Any disclaimer

Re: [PHP] newbie.. $_GET $_POST

2005-01-03 Thread The Disguised Jedi
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- The Disguised Jedi [EMAIL PROTECTED] PHP rocks! Knowledge is Power. Power Corrupts. Go to school, become evil Disclaimer: Any disclaimer attached to this message may be ignored

[PHP] Function Default Values

2004-12-28 Thread The Disguised Jedi
the function. It takes more code than I would like it to, I'm trying to condense my files. Thanks in advance! -- The Disguised Jedi [EMAIL PROTECTED] PHP rocks! Knowledge is Power. Power Corrupts. Go to school, become evil Disclaimer: Any disclaimer attached to this message may be ignored

[PHP] MySQL Database type

2004-12-28 Thread The Disguised Jedi
Which type of engine would y'all recommend for a user/customer and session data storage database? I'm currently using MyISAM, but I just was curious to see if you guys could tell me if you know of a better one, or tell me what you use. TIA, -- The Disguised Jedi [EMAIL PROTECTED] PHP rocks

[PHP] Strange issues with header output

2004-12-22 Thread The Disguised Jedi
Most likely, your $_SESSION isn't set up. Yes, unless session.auto_start is enabled that is probably your problem. Run session_start(); before you do the if statement. Show us more of your script. This would definitely help -- The Disguised Jedi [EMAIL PROTECTED] PHP rocks! Knowledge

[PHP] Checking Original URL

2004-12-22 Thread The Disguised Jedi
would save me some time! I'll keep searching in the meantime! Thanks in advance . . . -- The Disguised Jedi [EMAIL PROTECTED] PHP rocks! Knowledge is Power. Power Corrupts. Go to school, become evil Disclaimer: Any disclaimer attached to this message may be ignored. This message is Certified