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 PROTECT

Re: [PHP] PHP Designer 2005

2005-04-27 Thread The Disguised Jedi
ing, so I just got 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 > > backg

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

Re: [PHP] Re: Cache control

2005-04-26 Thread The Disguised Jedi
how to stop 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

[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
> Check that the line BEFORE the if statement ends with a semicolon (or > otherwise ends correctly...). > > /Mattias > > -- > More views at http://www.thorslund.us > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsu

[PHP] PHP Designer 2005

2005-04-25 Thread The Disguised Jedi
e here had 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. Pow

[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]> wro

Re: [PHP] Tesing Gzip files

2005-04-23 Thread The Disguised Jedi
HP 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. Power Corrupts.

Re: [PHP] Images - Converting TIFF Format?

2005-04-20 Thread The Disguised Jedi
g > $filename"); > break; > case 6: > //force a bmp extension for netpbm > $tfilename = $jobpath.'/'.$fname.'bmp'; > move_uploaded_file($tempname, $tfilename); > $file = $fname.'png'; > $filename = $jobpath.'/'.$file; > shell_exec ("/path/to

[PHP] Images - Converting TIFF Format?

2005-04-19 Thread The Disguised Jedi
ck way, preferably in PHP, 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 Eu

Re: [PHP] PHP and Sessions

2005-04-18 Thread The Disguised Jedi
nd use GET method. > > > > > > > > > Regards > > > > Reynier Pérez Mira > > > > 3ero. Ing. Informática > > > > Entre más inteligente me siento, más me doy cuenta de lo ignorante que > soy. > > -- > > Cyberly yours, >

Re: [PHP] Setting cookie on first visit

2005-03-02 Thread The Disguised Jedi
for you to take a step back and think about how cookies > work, and who sends what where. > > -- > 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 > > --

Re: [PHP] Mailing List Tool

2005-02-28 Thread The Disguised Jedi
gt; message 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.0

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 inter

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

2005-02-20 Thread The Disguised Jedi
t;>file. The php documentation leads me to believe this script SHOULD work > >>with register_globals > >>OFF. > >> > >>This a NEW instasllation of the Windows IIS Server also. Is there > >>perhaps some configuration on the WINDOWS SERVER that must be set f

Re: [PHP] PHP 5 with Apache 2.0

2005-02-15 Thread The Disguised Jedi
uestions, and some testing on a development server > (with stress-load testing!) 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 Gener

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 [

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

2005-02-07 Thread The Disguised Jedi
te: > > Hi > > I 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 di

[PHP] Favorite Linux Distribution

2005-02-07 Thread The Disguised Jedi
I'm truly drawing a blank, and I've 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,

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

2005-02-02 Thread The Disguised Jedi
en > -- > Ben Edwards - Poole, UK, England > If you have a problem sending me email use this link > http://www.gurtlush.org.uk/profiles.php?uid=4 > (email address this email is sent from may be defunct) > > > -- The Disguised Jedi [EMAIL PROTECTED] PHP rocks! "Knowledge is Pow

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

2005-01-27 Thread The Disguised Jedi
ruce > [EMAIL PROTECTED] > > -- > 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 d

Re: [PHP] Optimize code?

2005-01-26 Thread The Disguised Jedi
t; also if you are using a very new version of MySQL _I_think_ you have the > ability to > use prepared queries - i.e. a query where the statement, with some > placeholders is > compiled once and then you execute the prepared query x number of times each > time > passing the 'exec

Re: [PHP] PHP editor suggestion?

2005-01-24 Thread The Disguised Jedi
for editors with those things. > Try a few out, and decide what works best for you. > > Happy Searching, > Chris > > --- > Christopher Fulton > http://www.fultonfam.com > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www

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 r

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

2005-01-03 Thread The Disguised Jedi
://php.net/getimagesize will be easier > than that, and about as good, maybe even better. > > You CANNOT trust the data coming into your site from a browser. > > Sooner or later somebody will decide to mess with you. > > Protect yourself. > > -- > Like Music? > h

[PHP] Always Include

2005-01-03 Thread The Disguised Jedi
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

[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] Function Default Values

2004-12-28 Thread The Disguised Jedi
t_data; } } I have worked around it by making the defaults null, and then testing and replacing them inside 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! "Kn

[PHP] Checking Original URL

2004-12-22 Thread The Disguised Jedi
figured a question here 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 messa

[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! &q