Re: [PHP] Change cell colour with selection from a drop down menu

2003-09-30 Thread David T-G
r all of my questions that i That's a start, and on the way to being as good as a mailing list. % have posted there. I use google for access the group and using google is % great for searching the group archives for information. Very cool. Thanks! % % -- % BigDog HAND :

Re: [PHP] captcha WAS Please visit my php program

2003-09-30 Thread David T-G
Chris, et al -- ...and then Chris Shiflett said... % % --- David T-G <[EMAIL PROTECTED]> wrote: % > A hassle is right. What about your visitors who use a text-only ... % > The form should be designed correctly and safely in the first % > place. % % That's a valid complain

Re: [PHP] Very first web app and questions

2003-10-02 Thread David T-G
as an unmoderated site, I was wondering what would be the % best way to test the users input for inappropriate content (Bad words). I I'd probably use preg_replace with an array of bad words; it's fast and clean. HTH & HAND :-D -- David T-G * There is too muc

[PHP] where is my session data on my new server?

2003-10-14 Thread David T-G
#x27;t know for what I'm looking. I also don't know what other information I should provide, but I'm hesitant to bomb the list with two phpinfo() outputs :-) so I'll hold off on that until someone asks for them. Do you have any pointers to what I hope is a very sim

Re: [PHP] where is my session data on my new server?

2003-10-14 Thread David T-G
Mike, et al -- ...and then Ford, Mike [LSS] said... % % On 14 October 2003 11:26, David T-G wrote: % % > I ran a phpinfo() comparison and didn't see anything markedly % > different (except for how the output is formatted, which made things % > delightfully more chall

Re: [PHP] where is my session data on my new server?

2003-10-14 Thread David T-G
. % -- % zerof % ----- HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral courage. (work) [EMAIL PROTECTED] -- Mary Baker Eddy, "Science and Health" http://justpickone.org/davidtg/ S

Re: [PHP] where is my session data on my new server?

2003-10-15 Thread David T-G
Hi again, all -- ...and then David T-G said... % ... % % On the first server when you enter the password and hit the button the % page comes back up with $pw set and in you go. On the second server $pw % is always empty and we are endlessly prompted. ... % % Do you have any pointers to what I

Re: [PHP] where is my session data on my new server?

2003-10-16 Thread David T-G
Mike -- ...and then Ford, Mike [LSS] said... % % On 14 October 2003 14:45, David T-G wrote: % % > ...and then Ford, Mike [LSS] said... % > % % > % On 14 October 2003 11:26, David T-G wrote: % > % % > % > I ran a phpinfo() comparison and didn'

Re: [PHP] Looking for a programmer & designer to hire

2003-10-17 Thread David T-G
rt of coder you need to then follow up off-list is fine. I know I'm looking for those so that I can answer them :-) % % J. HTH & HAND & whatcha need? :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not suffic

[PHP] RESOLVED, sort of -- Re: [PHP] where is my session data on my new server?

2003-10-17 Thread David T-G
I can "fix" quickly. If, based on this, anyone has any more info or pointers, I sure would love them :-) Thanks & HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral courage. (work) [EMAIL P

[PHP] best way to use session vars?

2003-10-17 Thread David T-G
more fancy. TIA & HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral courage. (work) [EMAIL PROTECTED] -- Mary Baker Eddy, "Science and Health" http://justpickone.org/davidtg/ Shpx gur Pb

Re: [PHP] Page breaks and printing?

2003-10-17 Thread David T-G
the screen/page size lowest common denominator (not the more common "LCD" in the computer world ;-) In short, this is purely an html and browser question. Good luck! % % Thanks in advance! HTH & HAND :-D -- David T-G * There is too much animal courage in (pla

Re: [PHP] best way to use session vars?

2003-10-19 Thread David T-G
Curt, et al -- ...and then Curt Zirzow said... % % * Thus wrote David T-G ([EMAIL PROTECTED]): % > % > Should I use $_SESSION for everything or should I use session_start and % > session_register and friends instead? Is there a clear win with either % > one? % % $_SESSION is the p

Re: [PHP] RESOLVED, sort of -- Re: [PHP] where is my session data on my new server?

2003-10-19 Thread David T-G
Curt, et al -- ...and then Curt Zirzow said... % % * Thus wrote David T-G ([EMAIL PROTECTED]): % > Hi, all -- % > % > It appears that the change from 4.2.3 to 4.3.4rc1 was not something that % > got broken but instead something that got fixed. Oh, yay. But what do I % >

Re: [PHP] String to Array or Hash Table

2003-10-19 Thread David T-G
ld be able to just say $approved = $value_array['approved'] ; and so on. This is untested and I am in a hurry, but I hope it puts you on the right track. HTH & HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] *

Re: [PHP] PHP within Frames

2003-10-20 Thread David T-G
platform) and edit your code the Manly (and OneTrue ;-) Way! This could, in fact, be done entirely in one file with no problem... Just add a default for the switch and print the frameset there. % % Thanks to all for their interest/help so far. That's why we're here :-) % % Kevin

Re: [PHP] best way to use session vars?

2003-10-20 Thread David T-G
Mike, et al -- ...and then Ford, Mike [LSS] said... % % On 19 October 2003 13:00, David T-G wrote: % % > It seems to me that for a fast fix I could set $pw ... % > my code back up and running the soonest? % % Yes. There's even a PHP function to help with this quic

Re: [PHP] Is anybody else getting these??

2003-10-20 Thread David T-G
John, et al -- ...and then John Nichel said... % % Does [EMAIL PROTECTED] need to be removed from the list, or is it % just me? I get nothing from Maurice, but Fabio Farinelli keeps sending me a note whenever I post. HTH & HAND :-D -- David T-G * There is too

Re: [PHP] Re: (ANNOUNCE) codeSECURE 1.0 released - - Protecting PHP code

2003-10-20 Thread David T-G
haps because of execution time or perhaps because of the extra revenue or whatever, but it still begs!] % % Cheers, % -JB TIA & HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral courage. (wo

Re: [PHP] Re: (ANNOUNCE) codeSECURE 1.0 released - - Protecting PHP code

2003-10-20 Thread David T-G
directly by the web server; that's a different story. 3) Thanks again for the time and the info. HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral courage. (work) [EMAIL PROTECTED] -- Mary Baker

Re: [PHP] PHP within Frames

2003-10-20 Thread David T-G
the right display and card info, although APM/ACPI may require a kernel recompile (so I have no ACPI on my Toshiba Satellite at the moment; whoop-de-doo). Check out linux-laptop.net (before this thread goes any more off-topic! :-) for oodles of info. % % Thanks again Sure thing! % % Kevin

Re: [PHP] Re: running total

2003-10-20 Thread David T-G
ay it cannot be done % should not interrupt the person doing it." Thanks & HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral courage. (work) [EMAIL PROTECTED] -- Mary Baker Eddy, "Science

[PHP] Re: running total (was "Re: [PHP] php|cruise ...")

2003-10-20 Thread David T-G
nd. We need John to update us once a month or so -- or for you to bug him and then YOU update us once a month or so. Thanks again to all, including John, & HTH & HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not suf

Re: [PHP] (ANNOUNCE) New PHP mailing list *searchable* archives

2003-10-21 Thread David T-G
good idea, though :-) A nice idea, but terribly difficult to implement practically. It was tried on the mutt-users list and the manitainer was roundly flamed :-) % % Cheers, % Marco Thanks & HAND :-D -- David T-G * There is too much animal courage in (play) [E

Re: [PHP] (ANNOUNCE) New PHP mailing list *searchable* archives

2003-10-22 Thread David T-G
Richard, et al -- ...and then Richard Baskett said... % % on 10/21/03 16:40, David T-G at [EMAIL PROTECTED] wrote: % % > ...and then Marco Tabini said... % > % % > % php.general for new messages and send back an e-mail to the list with ... % > % > A nice idea, but terrib

[PHP] how to use pclzip class

2003-10-24 Thread David T-G
under a name I specify (no, the original name doesn't matter, just the order). Any pointers or help would be appreciated :-) TIA & HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral courage.

Re: [PHP] Re: how to use pclzip class

2003-10-25 Thread David T-G
DvDmanDT -- ...and then DvDmanDT said... % ... % Example: % $zipfile="uploaded.zip"; % $zip=new PclZip($zipfile); % $file_list= $zip->listContent(); [snip] Aha! Now I see! Thanks *so* much! I'll try it out and let you know how it goes :-) HAND

Re: [PHP] Calendar Script

2003-10-29 Thread David T-G
[sic] from http://webcalendar.sourceforge.net. It's not my dream calendar, but it works and it was a quick and easy install. % % Thanks & Regards, % ___ % PHPLover % % * : [EMAIL PROTECTED] HTH & HAND :-D -- David T-G * There is

[PHP] upload_max_filesize not honored?

2003-10-29 Thread David T-G
two smaller files I see full entries for 0 and 2 while 1 (the zip file) is empty save for the name -- and so the script continues on to get other files but never gets the big one. Any ideas? TIA & HAND :-D -- David T-G * There is too much animal courage in (pl

Re: [PHP] upload_max_filesize not honored?

2003-10-29 Thread David T-G
m the code, though it obviously wasn't honored. Why would it say that when it doesn't mean it? % code. Set it the same way you set post_max_size Done, and amazingly enough it works just right now :-) Thanks & HAND :-D -- David T-G * There is too much anima

Re: [PHP] gzcompress/gzdeflate default compression level?

2003-10-29 Thread David T-G
, system call, ...)? % Does anyone know what the default compression levels are? My gzip man page says it's -6; I'd suspect it would be the same for any library call. % Thanks HTH & HAND :-D -- David T-G * There is too much animal courage in (play) [E

Re: [PHP] gzcompress/gzdeflate default compression level?

2003-10-29 Thread David T-G
Gerard, et al -- ...and then Gerard Samuel said... % % On Wednesday 29 October 2003 03:27 pm, David T-G wrote: % > % > ...and then Gerard Samuel said... % > % % > % on the string I tested with. % > % > With what sort of data are you working? How are you gzipping (PEAR % >

Re: [PHP] Copying an uploaded file...

2003-10-29 Thread David T-G
he name it had on the remote system. 3) BTW, when you print_r() an array you may find helpful :-) HTH & HAND & good luck :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral courage. (work) [EMAIL

Re: [PHP] Mailing List

2003-11-03 Thread David T-G
lbërt Ëínstëín Is there something wrong with your vowels? HTH & HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral courage. (work) [EMAIL PROTECTED] -- Mary Baker Eddy, "Science and Health&

[PHP] getting array slice of function output

2003-11-05 Thread David T-G
preg_split() output to my variable. I've also had to use a temp array for stat() output in other places. Is there a way to address preg_split('/\./',$string[0])[0] or stat("$somefile")[mode] directly instead? TIA & HAND :-D -- David T-G

Re: [PHP] File creation date.

2003-11-06 Thread David T-G
% Greetings. HTH & HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral courage. (work) [EMAIL PROTECTED] -- Mary Baker Eddy, "Science and Health" http://justpickone.org/davidtg/ S

Re: [PHP] preg_replace ^M

2003-11-06 Thread David T-G
with vim. Type :set fileformat and hit return and see what it says (my bet is 'dos'). Type :set fileformat=unix :wq! and then run your script again and check the output (my bet is no more ^M chars). % % BR/Torsten HTH & HAND :-D -- David T-G * Ther

Re: [PHP] binary or text file

2003-11-06 Thread David T-G
on file() would require a bit more work (but should go well with cygwin). % % pete HTH & HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral courage. (work) [EMAIL PROTECTED] -- Mary Baker Eddy,

Re: [PHP] High bandwidth application tips

2003-11-06 Thread David T-G
ndle all of that traffic and then the normal machine could handle subscriptions and admin messages with ease, but the client won't pay an additional monthly fee for a separate mail box. % % thanks, % % Luis HTH & HAND & keep us posted :-) :-D -- David T-G * T

Re: [PHP] High bandwidth application tips

2003-11-06 Thread David T-G
an be done in C? [I always forget return codes and what is true versus false :-] TIA & HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral courage. (work) [EMAIL PROTECTED] -- Mary Baker Eddy, &qu

Re: [PHP] PHP developers

2003-11-07 Thread David T-G
-) What do you need? % % Thanks, % J HTH & HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral courage. (work) [EMAIL PROTECTED] -- Mary Baker Eddy, "Science and Health" http://just

Re: [PHP] BRU Help

2003-11-10 Thread David T-G
need. Go there. HTH & HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral courage. (work) [EMAIL PROTECTED] -- Mary Baker Eddy, "Science and Health" http://justpickone.org/davidtg

[PHP] session vars for other session name

2003-11-10 Thread David T-G
me so that I can preset this password? TIA & HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral courage. (work) [EMAIL PROTECTED] -- Mary Baker Eddy, "Science and Health" http://justpickon

Re: [PHP] session vars for other session name

2003-11-10 Thread David T-G
Marek, et al -- ...and then Marek Kilimajer said... % % David T-G wrote: % % >I have a picture gallery application which uses sessions. As part of the % >config we set the session name; the default is 'locscout'. % > % >I also have a portfolio/presentation application

[PHP] safe writing by apache

2003-11-10 Thread David T-G
very fresh ground. I can't believe I'm the only one to have run across this problem :-) What do you all do? TIA & HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral courage. (work) [EMAIL PR

Re: [PHP] session vars for other session name

2003-11-10 Thread David T-G
Marek, et al -- ...and then Marek Kilimajer said... % % David T-G wrote: ... % >or so. But what does that buy me? How will then setting my password at % >one level (presentation) also set it at another (gallery)? % % You will have the same session variables accessible in your script

Re: [PHP] Delete after 30 Days

2003-11-10 Thread David T-G
< date_sub(now(),interval 30 days) ; or so (untested). For more info, check the mysql manual. % % Dimitri Marshall HTH & HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral courage. (work) [EMAIL PRO

Re: [PHP] Running CLI from a web page

2003-11-10 Thread David T-G
;s a blank you won't see anything. % % Suggestions??? Try the above. % % BTW, wherever I've written "php" above I've actually used the full path of % the php executable. Then you should have written that ;-) HTH & HAND :-D -- David T-G * There

Re: [PHP] sorting files by date

2003-11-11 Thread David T-G
*not* related to the actual dates, then just stat() each file and sort based on those results. % % I've read through most of the array part of the manual, but can't see % what I need. I bet it's sort() :-) % % % Justin HTH & HAND :-D -- David T-G

Re: [PHP] Miami User Group

2003-11-11 Thread David T-G
. Thanks & HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral courage. (work) [EMAIL PROTECTED] -- Mary Baker Eddy, "Science and Health" http://justpickone.org/davidtg/ Shpx gur Pbzzhavpngvb

[PHP] I meant 'PHP Atlanta user group'...

2003-11-11 Thread David T-G
Hi again -- ...and then David T-G said... % % [Yes, this is intended to be a new thread.] GRRR... It would help if I remembered to change the Subject: line, too. Anyway, I'd like to see more PHP in Atlanta. HAND :-D -- David T-G * There is too much animal coura

Re: [PHP] Can sudo be used for apache

2003-11-12 Thread David T-G
HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral courage. (work) [EMAIL PROTECTED] -- Mary Baker Eddy, "Science and Health" http://justpickone.org/davidtg/ Shpx gur Pbzzhavpngvbaf Qrprapl N

Re: [PHP] sorting files by date

2003-11-13 Thread David T-G
Justin, et al -- ...and then Justin French said... % % On Wednesday, November 12, 2003, at 12:52 PM, David T-G wrote: % % >OK. So what are you filming? :-) % % www.preshrunk.com -- they are sending me short video diary entries from % the road whilst on tour :) Very cool! ain'

Re: [PHP] multiple table rows into an array, and creating a calendar

2003-11-13 Thread David T-G
t does, print it and pull the next one and repeat - if not, close the day and repeat through your entire $display_period. HTH & HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral courage.

[PHP] sessions, SIDs, and php 4.3

2003-11-13 Thread David T-G
nally works -- but I thought that PHP was supposed to format my URLs the right way for me, and even moreso didn't think that I needed the ? because the SID constant is supposed to be "smart". What else do I have to cram in my already-exploding head to get this right?

Re: [PHP] Multiple values in a form option field

2003-11-13 Thread David T-G
of vars as well as just a few. % % Jeff HTH & HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral courage. (work) [EMAIL PROTECTED] -- Mary Baker Eddy, "Science and Health" http://justpicko

Re: [PHP] sessions, SIDs, and php 4.3

2003-11-13 Thread David T-G
Chris, et al - ...and then Chris Shiflett said... % % --- David T-G <[EMAIL PROTECTED]> wrote: % > % > I specified the SID, and it finally works -- but I thought that PHP was % > supposed to format my URLs the right way for me, and even moreso didn't % > think that I n

Re: [PHP] sessions, SIDs, and php 4.3

2003-11-13 Thread David T-G
Chris, et al -- ...and then Chris Shiflett said... % % --- David T-G <[EMAIL PROTECTED]> wrote: % > % % > % session.use_trans_sid = 1 % > % > Yep. % % OK, well PHP should add the session identifier to the URL for every link OK. % on the first page. This is because PHP ca

Re: [PHP] sessions, SIDs, and php 4.3

2003-11-13 Thread David T-G
Chris, et al -- ...and then Chris Shiflett said... % % --- David T-G <[EMAIL PROTECTED]> wrote: % > BTW, the same URL with .phps will let you see the PHP source. % % Well, hopefully only because you have a duplicate file (or a link) by that % name. :-) Yep. Created just for this

Re: [PHP] New problem - HELP!

2003-11-13 Thread David T-G
fail; undefined is not the same as "" and so on. HTH & HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral courage. (work) [EMAIL PROTECTED] -- Mary Baker Eddy, "Science and Health" h

Re: [PHP] sessions, SIDs, and php 4.3

2003-11-13 Thread David T-G
Chris, et al -- ...and then Chris Shiflett said... % % --- David T-G <[EMAIL PROTECTED]> wrote: % > OK, but I know I have a problem and what I need is a solution :-) % % Yes, I understand. :-) *grin* % % > > If you look at the output of phpinfo() on this exact same scrip

Re: [PHP] sessions, SIDs, and php 4.3

2003-11-13 Thread David T-G
Chris, et al -- ...and then David T-G said... % % Let me go back over my code and see where I've screwed something up. That didn't take too long. I was using SCRIPT_URI instead of PHP_SELF. Ah. I guess PHP_SELF is my friend and none other. Good enough! So we have - use ses

Re: [PHP] New problem - HELP! [SOLVED]

2003-11-13 Thread David T-G
Jake -- ...and then Jake McHenry said... % % > -Original Message- % > From: Jake McHenry [mailto:[EMAIL PROTECTED] ... % > > -Original Message- % > > From: David T-G [mailto:[EMAIL PROTECTED] ... % > > ...and then Jake McHenry said... ... % > > %

Re: [PHP] Why would this eregi() function not work?

2003-11-13 Thread David T-G
says is often faster than ereg(). 4) To include '-' in a range list, put it last in the range. HTH & HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral courage. (work) [EMAIL PROTECTED] -- Mary B

Re: [PHP] Why would this eregi() function not work?

2003-11-13 Thread David T-G
on my form. Or could he? I already poked at him about that. Look at my address, for instance ;-) % % -- % Cheers! % Dave G % [EMAIL PROTECTED] HTH & HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral

Re: [PHP] Why would this eregi() function not work?

2003-11-14 Thread David T-G
AIL PROTECTED]', $email) % % -- % Cheers! % Dave G % [EMAIL PROTECTED] HTH & HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral courage. (work) [EMAIL PROTECTED] -- Mary Baker Eddy, "

Re: [PHP] 0-T- - - -> PHP Contest

2003-11-14 Thread David T-G
Ryan -- ...and then Ryan A said... % % Hey all, % Check out Bestwebhosters.com for a free PHP contest. Just did; didn't see it. Got a full URL? TIA & HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not s

Re: [PHP] 0-T- - - -> PHP Contest

2003-11-14 Thread David T-G
n g s ©2003 BestWebHosters.com , NewClea Productions All rights reserved. which says nothing to me about a PHP contest... % % HTH. Not yet :-) % % Cheers, % -Ryan HAND :-D -- David T-G * There is too much animal courage in (play) [EMAI

Re: [PHP] Include an encoder into PHP distribution?

2003-11-16 Thread David T-G
orite and my least favorite cause here) and watching us part ways. % % JS I think that supporting this discussion any further might cause some others to part ways with this list, so let's be done here :-) HTH & HAND :-D -- David T-G * There is too much animal

[PHP] _SESSION, _POST, and _GET

2003-11-16 Thread David T-G
to place, but I sure could use some help getting to it! :-) TIA & HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral courage. (work) [EMAIL PROTECTED] -- Mary Baker Eddy, "Science and Health&qu

Re: [PHP] Good php WebMail Clients thru apache

2003-11-16 Thread David T-G
Jerry -- ...and then Jerry Alan Braga said... % % Any suggestions ? Squirrel is common, but I agree that, as far as webmail (ick) goes, IMP is excellent. HTH & HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and

Re: [PHP] Unzip a file.

2003-11-16 Thread David T-G
$zipfile->extractbyindex($z) ; rename($ziplist[$z][stored_filename],"$file.jpg") ; } # foreach(ziplist) } # foreach(uploads) ... or so? :-) % % Thanks, % Vincent. HTH & HAND :-D -- David T-G * There is too much animal courage in (pla

Re: [PHP] _SESSION, _POST, and _GET

2003-11-16 Thread David T-G
John, et al -- ...and then John W. Holmes said... % % David T-G wrote: % % >I have successfully used extract() to % >pull the data out of _SESSION each time; yay. % % This whole question revolves around the reason you're even extract()ing % anything to begin with... Why not j

Re: [PHP] SSH and php

2003-11-16 Thread David T-G
% Cheers, % -Ryan HTH & HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral courage. (work) [EMAIL PROTECTED] -- Mary Baker Eddy, "Science and Health" http://justpickone.org/davidtg/ Shp

Re: [PHP] Storing images for photo album?

2003-11-16 Thread David T-G
is encrypted with double rot13 encoding. Any *teva* V ybir guvf :-) :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral courage. (work) [EMAIL PROTECTED] -- Mary Baker Eddy, "Science and Health" h

Re: [PHP] Can't fetch HTTP POST data in PHP?

2003-11-16 Thread David T-G
mp; HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral courage. (work) [EMAIL PROTECTED] -- Mary Baker Eddy, "Science and Health" http://justpickone.org/davidtg/ Shpx gur Pbzzhavpngvbaf Qrprap

Re: [PHP] Explanation for php.net front page???

2003-11-16 Thread David T-G
Chris, et al -- ...and then Chris W. Parker said... % ... % -- % Don't like reformatting your Outlook replies? Now there's relief! There sure is. Uninstall Outhouse and use mutt, now available for win :-) HAND :-D -- David T-G * There is too much animal

Re: [PHP] _SESSION, _POST, and _GET

2003-11-16 Thread David T-G
John, et al -- ...and then John W. Holmes said... % % David T-G wrote: % % >...and then John W. Holmes said... % >% % >% This whole question revolves around the reason you're even extract()ing % >% anything to begin with... Why not just use the $_SESSION, $_POST, etc % &g

[PHP] Re: thanks for the summary (was "Re: [PHP] Can't fetch ...")

2003-11-17 Thread David T-G
e grateful because one of the items on my feature list is to allow customers to post pix directly from their phone cams; it sounds like there could be some wrinkles in there. Thanks again & HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTEC

Re: [PHP] Include an encoder into PHP distribution?

2003-11-17 Thread David T-G
politics -- or you could write your own in something other than VS C++ or get a different one or... HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral courage. (work) [EMAIL PROTECTED] -- Mary Baker Eddy,

Re: [PHP] SSH and php

2003-11-17 Thread David T-G
f you can already use a command prompt, then try an ssh in and look around (ls, chdir, pwd, ...). HTH & HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral courage. (work) [EMAIL PROTECTED

Re: [PHP] Include an encoder into PHP distribution?

2003-11-17 Thread David T-G
Michael, et al -- ...and then Michael said... % % David T-G says % > I hate to sound like a curmudgeon, but if you want this then you should % > build it, just like John anyone else who wants it should. No, I haven't ... % % 1. An obsfuscator scrambles all the variable, functio

Re: [PHP] Looking for Spam free php form

2003-11-17 Thread David T-G
-- % Thank you, % % David Buchmueller HTH & HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral courage. (work) [EMAIL PROTECTED] -- Mary Baker Eddy, "Science and Health" http://justpickone

Re: [PHP] PHP, HTML, CSS and a lot of problems

2003-11-17 Thread David T-G
problems % and is displayed in the browser URL. % % Does anybody know how to get it running? Not until you show us some code and some before-and-after. We're not mind readers, you know :-) % % Regards, % Björn HAND :-D -- David T-G * There is too much animal coura

Re: [PHP] escaping ' when inside a " "

2003-11-17 Thread David T-G
h on quoting and escaping. HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral courage. (work) [EMAIL PROTECTED] -- Mary Baker Eddy, "Science and Health" http://justpickone.org/davidtg/

Re: [PHP] I need answers for the questions

2003-11-18 Thread David T-G
rint several pages of the online PHP reference manual. [snip] ROFLMAO *sniff* Thanks! HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral courage. (work) [EMAIL PROTECTED] -- Mary Baker Eddy, "Science an

Re: [PHP] echo or print

2003-11-21 Thread David T-G
always remain in the proper order, but throwing a bunch of print()s will just get you a big mess on the floor requiring an intelligent sort() to clean up -- and you know how tough it can be to write a quick sort() algorithm! % % HTH & HAND ;-D -- David T-G * There

Re: [PHP] Two-way on-the-fly encryption

2003-11-21 Thread David T-G
e browser (and, similarly, decrypt it when it's requested later); then you only ever deal with the encrypted version (ick -- I can't believe I just suggested J-anything). % % Thanks! So what in the world is this data which must be so secure that even you can't

Re: [PHP] PHP to create Printable format

2003-11-21 Thread David T-G
drag out a GUI browser, and rarely to the point of "almost never" allow Javascript). % % -- % PHP General Mailing List (http://www.php.net/) % To unsubscribe, visit: http://www.php.net/unsub.php HTH & HAND :-D -- David T-G * There is too much animal courage in (play

Re: [PHP] Timer and submit button

2003-11-21 Thread David T-G
is will require decryption as well as encryption, since if the click didn't come in at exactly the right time the server's encryption to check would be different and not just "greater". HTH & HAND :-D -- David T-G * There is too much animal courage in

Re: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread David T-G
rhaps including changing to a real mail program. See the archives for the full discussion. % % /T % % -- % PHP General Mailing List (http://www.php.net/) % To unsubscribe, visit: http://www.php.net/unsub.php HTH & HAND & now back to our regular PHP questions... :-D

Re: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread David T-G
re of the lowest common denominator. It's bad enough already that many here don't know (or perhaps care) about message threading or decent quoting. HTH & HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not

Re: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread David T-G
hat, List Owners, I thank you, wherever you are :-) % % -Dan Joseph HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral courage. (work) [EMAIL PROTECTED] -- Mary Baker Eddy, "Science and Heal

Re: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread David T-G
s products' behavior, along with that of a few others, and let's fix this problem the right way from the root. % I remain steadfast in my opinion that automatically replying to the % list is a much more natural option. Your opinion is yours to have; everyone has one. Meanwhile

Re: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread David T-G
wouldn't even be necessary if Outlook weren't broken in so many ways. It further makes the case against it! HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral courage. (work) [EMAIL PROTECTED]

Re: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread David T-G
much help to you there, but if you can't configure your mail program to set a proper Mail-Followup-To: header or your filtering to delete duplicates as part of the sorting then you really aren't using a very good mail program or filter, are you? % % /T HAND :-

Re: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread David T-G
vantage; I don't use Windows for my mail and have no idea what mail programs are available, much less worth trying. I would have to recommend mutt anyway because there's nothing that can beat it; it's available under the Cygwin port (at least). % % Thanks, % Gl

Re: [PHP] Add Reply-To to this list(s)

2003-11-26 Thread David T-G
more, go back to those emails and note the To: Cc: Reply-To: Mail-Followup-To: headers and it should all become clear. If not, send me the Message-ID of each and I'll use that to find them and then analyze them for you. % % Roddie Grant % [EMAIL PROTECTED] H

Re: [PHP] Add Reply-To to this list(s)

2003-11-26 Thread David T-G
you are free to reply to the list, the author, other recipients of the original, or any combination of such. HTH & HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral courage. (work) [EMAIL PROTECTED]

Re: [PHP] Add Reply-To to this list(s)

2003-11-26 Thread David T-G
TED] HTH & HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral courage. (work) [EMAIL PROTECTED] -- Mary Baker Eddy, "Science and Health" http://justpickone.org/davidtg/ Shpx gur Pb

<    1   2   3   4   5   >