Re: [PHP] PHP Web Hosting

2004-04-22 Thread David T-G
a newline a carriage return. Odd. HTH HAND :-D -- David T-G [EMAIL PROTECTED] http://justpickone.org/davidtg/ Shpx gur Pbzzhavpngvbaf Qrprapl Npg! pgp0.pgp Description: PGP signature

Re: [PHP] PHP Web Hosting

2004-04-22 Thread David T-G
Stanley, et al -- ...and then Stanley X. Martin said... % % Why don't you two just email each other instead of including us all in % your little pissing contest? Aw, where's your sense of adventure? Oops; that one's been used already ;-) % % Stanley G. Martin HAND :-D -- David T-G

Re: [PHP] Whats faster? text files or mysql?

2004-04-22 Thread David T-G
disk, will be faster because of the overhead of talking to the database; DBs shine when they have tons of data, not ounces. HTH HAND :-D -- David T-G [EMAIL PROTECTED] http://justpickone.org/davidtg/ Shpx gur Pbzzhavpngvbaf Qrprapl Npg! pgp0.pgp Description: PGP signature

RE: [PHP] PHP Web Hosting

2004-04-20 Thread Martin, Stanley G [Contractor for Sprint]
to move on. Thanks for the link Justin. Stanley G. Martin System Administrator Sprint - EAS Business Intelligence [EMAIL PROTECTED] -Original Message- From: Justin Palmer [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 2004 5:01 PM To: [EMAIL PROTECTED] Subject: RE: [PHP] PHP Web

[PHP] PHP Web Hosting

2004-04-19 Thread Martin, Stanley G [Contractor for Sprint]
over last year. I can't contact them either. Does anyone know anything that may have happened here? I suspect I need to find another web hosting company before my site just goes away. Stanley G. Martin System Administrator Sprint - EAS Business Intelligence [EMAIL PROTECTED]

RE: [PHP] PHP Web Hosting

2004-04-19 Thread Martin, Stanley G [Contractor for Sprint]
I've received a number of suggestions as to where I should go to for my web hosting but it doesn't seem that anyone has any experience with Domehost. This brings up another question; transferring my Domain name. If I do move to another hosting site, can I take my domain name with me? Stanley G

RE: [PHP] why doesn't this work ?

2004-04-18 Thread Dave G
. If you're running your own server, then you'll need to consult someone more advanced than I. Also, I can't ensure there aren't any errors or drawbacks to my advice, I'm just relaying how my web hosting service seems to handle the issue. Hope that helps. -- Yoroshiku! Dave G [EMAIL PROTECTED

Re: [PHP] Unwanted e-mails

2004-04-16 Thread David T-G
anything? :-) Just some whining, apparently. Perhaps it's time for me to break out the unsubscribe fee emails again. % % cheers, % % Travis HAND :-D -- David T-G [EMAIL PROTECTED] http://justpickone.org/davidtg/ Shpx gur Pbzzhavpngvbaf Qrprapl Npg! pgp0.pgp Description: PGP

[PHP] umask() and chmod()

2004-04-15 Thread David T-G
a file's permissions based on whatever umask() returns? TIA HAND :-D -- David T-G [EMAIL PROTECTED] http://justpickone.org/davidtg/ Shpx gur Pbzzhavpngvbaf Qrprapl Npg! pgp0.pgp Description: PGP signature

Re: [PHP] umask() and chmod()

2004-04-15 Thread David T-G
Mike, et al -- ...and then Ford, Mike [LSS] said... % % On 15 April 2004 16:26, David T-G wrote: % % but chmod() needs a permissions setting rather than a umask. % % The challenge is in representing this as octal. With some ... % to feed to chmod() -- and apparently I can't

Re: [PHP] file upload

2004-04-15 Thread David T-G
that back to $data and you should be fine. % % The file does not get uploaded. % % Any assiatnce will be greatly appreciated. % Thank you. % TR HTH HAND :-D -- David T-G [EMAIL PROTECTED] http://justpickone.org/davidtg/ Shpx gur Pbzzhavpngvbaf Qrprapl Npg! pgp0.pgp Description: PGP

Re: [PHP] umask() and chmod()

2004-04-15 Thread David T-G
Mike, et al -- Responding to your second one first... ...and then Ford, Mike [LSS] said... % % On 15 April 2004 16:26, David T-G wrote: % % When I move_uploaded_file() a file into place, I want to give it the ... % but chmod() needs a permissions setting rather than a umask

Re: [PHP] umask() and chmod()

2004-04-15 Thread David T-G
Mike -- ...and then Ford, Mike [LSS] said... % % On 15 April 2004 17:26, David T-G wrote: % % ...and then Ford, Mike [LSS] said... % % % % I'm not sure, however, that this is a totally foolproof way % of doing it, as % % it would fail with any permission set

Re: [PHP] storing an array in an ini file

2004-04-14 Thread David T-G
! % % Anyway i switched to using an XML-File now :-) One of these days... Baby steps :-) Thanks HAND :-D -- David T-G [EMAIL PROTECTED] http://justpickone.org/davidtg/ Shpx gur Pbzzhavpngvbaf Qrprapl Npg! pgp0.pgp Description: PGP signature

Re: [PHP] SsH

2004-04-13 Thread David T-G
that connection for you. % % Kind Regards % Brent Clark HTH HAND :-D -- David T-G [EMAIL PROTECTED] http://justpickone.org/davidtg/ Shpx gur Pbzzhavpngvbaf Qrprapl Npg! pgp0.pgp Description: PGP signature

Re: [PHP] I need some help And the people at the Bug section pointed me to you

2004-04-13 Thread David T-G
.so': No such % file or directory % apxs:Error: Command failed with rc=65536 % . % make: *** [install-sapi] Error 1 Please forgive the perhaps silly question. Are you root? More properly, do you have permission to write under /www? HTH HAND :-D -- David T-G [EMAIL PROTECTED] http

[PHP] storing an array in an ini file

2004-04-13 Thread David T-G
with @@ or | in it as the token but an array is so much more elegant because that's what it's meant to do :-) Any suggestions? TIA HAND :-D -- David T-G [EMAIL PROTECTED] http://justpickone.org/davidtg/ Shpx gur Pbzzhavpngvbaf Qrprapl Npg! pgp0.pgp Description: PGP signature

Re: [PHP] storing an array in an ini file

2004-04-13 Thread David T-G
Curt, et al -- ...and then Curt Zirzow said... % % * Thus wrote David T-G ([EMAIL PROTECTED]): % % I have an ini file for my application and I use parse_ini_file to load it % and some custom code to save modifications. I'd like to figure out how % to store array values in there since

[PHP] Help! Reading from stdin

2004-04-13 Thread David G. Simmons
['userfile']['tmp_name'], $uploadfile); Thinking maybe the file was being sent as a POST ... but this ALSO gets nothing ... I cannot figure out what's wrong, and would appreciate ANY help!!! dg -- David G. Simmons Calvin Says: No, thanks. I'm trying to reach middle age. -'Dad

[PHP] Fwd: Help! Reading from stdin

2004-04-13 Thread David G. Simmons
Fort some reason it looks as if this message never got posted with a body ... dg Begin forwarded message: From: David G. Simmons [EMAIL PROTECTED]> Date: April 13, 2004 5:16:40 PM PDT To: [EMAIL PROTECTED] Subject: Help! Reading from stdin Please respond directly, as I'm only on the dig

Re: [PHP] storing an array in an ini file

2004-04-13 Thread David T-G
John, et al -- ...and then John Holmes said... % % David T-G wrote: % % to store array values in there since that is the logical place to keep % config data. If I can't, I could probably use a string with @@ or | in ... % % If you really need to define arrays, just put them in a .php file

[PHP] Wanted: login and CMS system with a twist

2004-04-12 Thread David T-G
? TIA HAND :-D -- David T-G [EMAIL PROTECTED] http://justpickone.org/davidtg/ Shpx gur Pbzzhavpngvbaf Qrprapl Npg! pgp0.pgp Description: PGP signature

[PHP] Re: commercial autoresponses (was Re: [PHP] Wanted: ...)

2004-04-12 Thread David T-G
Hi again, all -- ...and then David T-G said... % ... % Any recommendations? I was amazed to receive from this - an entirely-in-German post apparently wishing me a happy Easter - a note from Credit Suisse letting me know they'd process my request - a promise from Astral Security

Re: [PHP] Re: commercial autoresponses

2004-04-12 Thread David T-G
Jason, et al -- ...and then Jason Barnett said... % % David T-G wrote: % % and wondered for a moment if I'd really sent it to the right place! Have % I really missed so much in a month of being too busy to post on the list? % % No David, I receive those messages also when I post. Just block

Re: [PHP] Wanted: login and CMS system with a twist

2004-04-12 Thread David T-G
Justin, et al -- ...and then Justin French said... % % On 13/04/2004, at 1:10 AM, David T-G wrote: % % A client of mine wishes to create a web site which does more than just % the typical CMS functions in that what you can see not only depends on % whether or not you have an account but also

RE: [PHP] PHP OO concepts

2004-04-11 Thread Ralph G
OOP? Stay tuned for PHP5 -Original Message- From: jdavis [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 07, 2004 1:45 PM To: PHP List Subject: [PHP] PHP OO concepts Hello, I have am checking out PHP OOP and it's pretty smooth. I have a decent amount of Java experience so PHP OOP

RE: [PHP] Looking for a comprehensive PHP tutorial

2004-04-09 Thread Ralph G
Check these out: http://www.juicystudio.com/tutorial/php/index.asp http://www.scit.wlv.ac.uk/~jphb/sst/php/ -Original Message- From: Ash.. [mailto:[EMAIL PROTECTED] Sent: Friday, April 09, 2004 2:35 AM To: [EMAIL PROTECTED] Subject: [PHP] Looking for a comprehensive PHP tutorial Hi,

Re: [PHP] .doc file

2004-03-30 Thread David T-G
the results - clean up, of course to get your last line. The wv* utils do a quite acceptable job of converting DOC files into other formats, and definitely don't need a Windows server laying around. % % Thank you. % TR HTH HAND :-D -- David T-G * There is too much animal

RE: [PHP] Problems with PHP5 RC1

2004-03-24 Thread Michael G
I have also created an environment to test php5 - first impressions - its good and fast - but still a bit ropey - especially in the installation, extensions and configuration side of things. My test environment: Windows 2000, IIS, php5 RC1, mySQL One thing I would really like to see is the

RE: [PHP] Image Storage

2004-03-24 Thread Michael G
Best to use the filesystem for images - Michael -Original Message- From: David T-G [mailto:[EMAIL PROTECTED] Sent: 23 March 2004 22:04 To: PHP General list Cc: Matt Palermo Subject: Re: [PHP] Image Storage Matt -- ...and then Matt Palermo said... % % I am creating a system to allow

[PHP] replacing chars in input

2004-03-23 Thread David T-G
(/[\s]/,_,$i) ; but trying to add other chars doesn't do a thing. I want to end up with A-Za-z0-9_- (letters, numbers, underscore and dash). If there isn't a handy character class waiting for me, what must I do to get those chars replaced? TIA HAND :-D -- David T-G

Re: [PHP] Re: replacing chars in input

2004-03-23 Thread David T-G
Justin, et al -- ...and then Justin Patrin said... % % David T-G wrote: % % I would like to make things easier for my users and replace all of the % garbage characters % % `';:[EMAIL PROTECTED]*()[]{}/?\|+= % % plus white space (\s) with underscores in the input. I am, however, % having

Re: [PHP] Image Storage

2004-03-23 Thread David T-G
:-) % % Thanks, % % Matt % http://sweetphp.com/ 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

RE: [PHP] Fill strings with nbsp;

2004-03-22 Thread Dave G
I was searching for a php function which fills empty spaces in string varibales with nbsp;, but could not find one. Wouldn't str_replace do it? http://jp2.php.net/str_replace -- Yoroshiku! Dave G [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

[PHP] how does array_multisort work?(!??)

2004-03-18 Thread David T-G
sort that and then pull the key out to display the list. Bleah. Once again it would probably be easier to just lay out a DB schema! TIA HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral courage. (work

[PHP] catching URL#target params

2004-03-15 Thread David T-G
that includes that target. Is there a var that will work for me? 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

Re: [PHP] catching URL#target params

2004-03-15 Thread David T-G
' QUERY_STRING no value QUERY_STRING no value _SERVER[QUERY_STRING] no value _ENV[QUERY_STRING] no value Any other ideas? TIA HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral courage

Re: [PHP] catching URL#target params

2004-03-15 Thread David T-G
-- 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 Npg! pgp0.pgp

Re: [PHP] catching URL#target params

2004-03-15 Thread David T-G
you're right. Well, anyone with old calls will just be screwed, then. On with work... Thanks again 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

[PHP] categorizing and array mapping

2004-03-15 Thread David T-G
will be just as painful as jumping to that then perhaps I should bite the bullet and do it now. Or maybe this ver doesn't get categories, just like the current sprawl of HTML doesn't have that blessing, either :-) Recommendations? Ideas? Caveats? TIA HAND :-D -- David T-G

Re: [PHP] Printing landscape

2004-03-15 Thread David T-G
to use landscape, but I not only wouldn't sully myself by going there :-) but don't have the slightest idea where to look anyway. There's always educating/training the user, but that can be the hardest task of all! ;-) % % Any help is appreciated. Good luck! HTH HAND :-D -- David T-G

Re: [PHP] catching URL#target params

2004-03-15 Thread David T-G
=target That sounds good, I think. % % I did it and it works. Great! Now tell me more :-) % % % Sebastiano 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

Re: [PHP] help with storing multiple values in session variables.

2004-03-15 Thread David T-G
you get in the script. I use it frequently. 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

Re: [PHP] catching URL#target params

2004-03-15 Thread David T-G
Chris, et al -- ...and then David T-G said... % % ...and then Chris Hayes said... % % ... % % maybe via a javascript detour? % % Can't do that since I'm trying to write code that can handle the old % style call from some page that hasn't been updated, which means that I % don't control

RE: [PHP] IE6 with latest hotfixes breaks forms ...

2004-03-02 Thread Marc G. Fournier
3/2/04, Chris Shiflett wrote: --- Marc G. Fournier [EMAIL PROTECTED] wrote: Chris, you said you could recreate it ... can you check Beau's solution here to see if it solves the problem we are seeing? I'm confused. You're the one having this problem, right? Why don't *you* try his solution

[PHP] IE6 with latest hotfixes breaks forms ...

2004-03-01 Thread Marc G. Fournier
to pass the data around, and it seems to work with every other browser we've used, including IE6 previous to the latest hotfixes ... but, could it be something that *we* aren't doing right, or is there a known bug with sessions + IE6? Some sort of work around? Thanks ... Marc G. Fournier

Re: [PHP] IE6 with latest hotfixes breaks forms ...

2004-03-01 Thread Marc G. Fournier
On Mon, 1 Mar 2004, Chris Shiflett wrote: --- Marc G. Fournier [EMAIL PROTECTED] wrote: We're having a weird problem with some of our PHP forms, where, when a client uses IE6 with the latest hotfixes, they are reporting that have to re-submit a couple of times for it to take

RE: [PHP] IE6 with latest hotfixes breaks forms ...

2004-03-01 Thread Marc G. Fournier
to work with every other browser we've used, including IE6 previous to the latest hotfixes ... but, could it be something that *we* aren't doing right, or is there a known bug with sessions + IE6? Some sort of work around? Marc G. Fournier Hub.Org Networking Services (http

RE: [PHP] Slight cleaning of code needed in str_replace command.

2004-02-23 Thread Dave G
that the person asking is not willing to work or that they haven't already attempted to work at it. Sometimes it just means that the person asking doesn't know all the angles possible. Thanks for your help. -- Yoroshiku! Dave G [EMAIL PROTECTED] -- PHP General Mailing List (http

RE: [PHP] Slight cleaning of code needed in str_replace command.

2004-02-21 Thread Dave G
how the string input going into the command is parsed (it comes from a MySQL query), or about how the command interprets line breaks. Perhaps someone could offer something a little more concrete than essentially recommending I just 'try different stuff'. -- Yoroshiku! Dave G [EMAIL PROTECTED

[PHP] Slight cleaning of code needed in str_replace command.

2004-02-20 Thread Dave G
Shouldn't the syntax that I have place the new line *after* the /p tag? I'm trying to get it to look like this: p class=contentblah blah blah blah/p p class=contentblah blah blah blah/p p class=contentblah blah blah blah/p Any advice would be most welcome. -- Yoroshiku! Dave G [EMAIL

[PHP] str_replace to replace /n with p not having desired effect.

2004-02-19 Thread Dave G
of blah blah blah./p The output I desire is this: p class=contentBlah blah blah blah./p p class=contentAnother line of blah blah blah./p p class=contentA third line of blah blah blah./p How do I correct my code to accomplish this? Thank you. -- Yoroshiku! Dave G [EMAIL

RE: [PHP] str_replace to replace /n with p not having desiredeffect. [SOLVED]

2004-02-19 Thread Dave G
! That's done the trick. -- Yoroshiku! Dave G [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] * populate menu from directory *

2004-02-16 Thread David T-G
to the DB and pull the list and then loop through it just as in #2. % % % d 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

Re: [PHP] A dumb question

2004-02-12 Thread David T-G
. $a = 1 ; $b = $a ; $c = $a ; $b++ ; $c-- ; print a = $a ; b = $b ; c = $c ;\n ; // a = 0 ; b = 2 ; c = 0 3) You can't, as far as I know, assign-by-reference a function, so your code should generate a parse error. % % -Blake HTH HAND :-D -- David T-G

Re: [PHP] writing a manual

2004-02-10 Thread David T-G
please let us know what you find and how you go :-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] Re: Linked Table Structure

2004-02-10 Thread David T-G
relational database. This ensures that, should you change the country ID in the country table, all of the clubs for that country will be updated. You'll still have to enter the country ID, though, whether manually, through a pulldown, or by matching text. HTH HAND :-D -- David T-G

Re: [PHP] boolean search class

2004-02-06 Thread David T-G
Ray, et al -- ...and then Ray Hunter said... % % On Thu, 2004-02-05 at 20:46, David T-G wrote: % % I'm implementing a search and would like to move beyond accepting ... % are not in a database, so I won't be passing SQL code off to a real % searcher.] % % How are you doing the search

Re: [PHP] boolean search class

2004-02-06 Thread David T-G
Ray, et al -- ...and then Ray Hunter said... % % On Fri, 2004-02-06 at 06:47, David T-G wrote: % Very, very simple stuff. The list of directories and files is held in an %... % That is simple enough, however, I dont see much flexibility in it with Just between you and me, I tend to agree

Re: [PHP] thumbnail script

2004-02-06 Thread David T-G
to output in the page. 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 PROTECTED] -- Mary Baker Eddy, Science and Health http://justpickone.org/davidtg

Re: [PHP] recursive direcotry listing

2004-02-06 Thread David T-G
like Array ( [0] = f1 [1] = f2 [d1] = Array ( [0] = f3 ) ) % % Thanks % % Binay HTH HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral courage. (work) [EMAIL

Re: [PHP] FreeBSD to Linux -- PHP Issues

2004-02-06 Thread David T-G
:-) % % Thanks, % % % Daryl Meese HTH HAND Happy hunting :-) :-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

Re: [PHP] thumbnail script

2004-02-06 Thread David T-G
-- 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 Npg! pgp0.pgp

[PHP] boolean search class

2004-02-05 Thread David T-G
off to a real searcher.] 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

Re: [PHP] boolean search class

2004-02-05 Thread David T-G
Daniel, et al -- ...and then [EMAIL PROTECTED] said... % % Mysql 4 MATCH AGAINST Thanks for the reply, but how will this help me when a database is not involved? HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society

[PHP] Question about dates

2004-02-02 Thread Renan G. Galang
I just need a confirmation, when the getdate() function is invoked inside a PHP script, the date returned will be the server hosting the pages' date and not the client requesting the page, right? or am i wrong in my assumption? Thanks guys.

Re: [PHP] Size of Arrays

2004-01-29 Thread David T-G
. My bet is that you'l exhaust RAM and swap before you break php, especially if you actually store something -- like, say, 32 bytes of useless string output -- in each entry. % % Thanks a lot, % % Sandro HTH HAND Good luck :-D -- David T-G * There is too much animal

Re: [PHP] Create a zip archive from a folder

2004-01-29 Thread David T-G
://phpconcepts.net/ but that seems a little sicko at the moment, so you might try sourceforge instead. If you google for pclzip you'll get lots of links. HTH HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral

Re: [PHP] Size of Arrays

2004-01-29 Thread David T-G
Stuart, et al -- ...and then Stuart said... % % David T-G wrote: % 2) Five minutes with a test script would tell you, and I bet google could ... % all) it breaks. My bet is that you'l exhaust RAM and swap before you % break php, especially if you actually store something -- like, say, 32

Re: [PHP] naming a directory after a user-submitted string

2004-01-28 Thread David T-G
. Thus, a simple if ( preg_match('/[EMAIL PROTECTED]/',$string) || file_exists($string) ) { puke() ; } could work nicely. HTH HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral courage. (work

Re: [PHP] amp

2004-01-28 Thread David T-G
is coming to me ... I see a function ... It's ... It's ... It's in the manual! [HINT: look for 'special character' since you clearly didn't look for 'amp', which would do about as well.] HTH HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL

Re: [PHP] amp

2004-01-28 Thread David T-G
requirement. Does this somehow do something other than what it obviously appears to do? % % -- % Stuart 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

Re: [PHP] PHP EDITORS

2004-01-27 Thread Renan G. Galang
If you are already using eclipse, you could try the a PHP plugin, which can be downloaded free from www.xored.com It's got the basics: outlining, highlighting and error detection and some more. I guess the only thing this has over the other full featured editors out there is that you don't have

Fw: [PHP] unexpected include parse error

2004-01-26 Thread Renan G. Galang
I might be incorrect, but i think there's supposed to be a semicolon at the line: $dir=./ it should read as $dir=./; cheers! =) - Original Message - From: Paul Furman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 27, 2004 1:10 PM Subject: Re: [PHP]

Re: [PHP] help with mysql

2004-01-26 Thread Renan G. Galang
could you send the line 16 the parser was pointing out? It could be you have the wrong number of parameters for the call to mysql_connect(), or your PHP wasn't compiled with mysql functionality enabled. (This is doubtful since mysql functionality is ON by default). -

Re: [PHP] Return-Path header and sending email with php

2004-01-25 Thread David T-G
parameter ;-) 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 Pbzzhavpngvbaf

Re: [PHP] Upload file size limits

2004-01-25 Thread David T-G
in the right direction? You sure are! This has, by the way, been covered in great detail; you should check the archives for more info. % % Thanks. HTH HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral

Re: [PHP] porting perl scripts to php

2004-01-24 Thread David T-G
if that setup works for you. I would be happy to be of service if you would like. Feel free to drop me a reply. % % Thanks, % Al HTH HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral courage. (work

Re: [PHP] Securing php from rogue php scripts

2004-01-23 Thread David T-G
) but was wondering % if someone could give some advice 1) I'm no expert, though I'd like to be somewhat closer 2) If you're not speaking of safe mode, then look at safe mode 3) Please share what you find to help others, including me. % % % Thanks % % Ade TIA HTH HAND :-D -- David T-G

Re: [PHP] PHP and email attachments

2004-01-22 Thread David T-G
files around, strongly encourage them to re-think the presentation method and at least to strip to RTF and then zip to compress. If it's, say, a PGP signature, then congratulate them and get to work :-) % % Thanks HTH HAND :-D -- David T-G * There is too much animal

Re: [PHP] PHP and email attachments

2004-01-22 Thread David T-G
! 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 Pbzzhavpngvbaf Qrprapl Npg

Re: [PHP] thumbnail

2004-01-21 Thread David T-G
; just use convert [options] /path/to/old /path/to/new instead :-) % % Ed 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

Re: [PHP] a clean way to upload

2004-01-16 Thread David T-G
Matt -- ...and then Matt Hedges said... % % ? He's telling you to search the list archives. This is not new ground you're breaking here. Just call getimagesize() on the temp file and see what type it reports back. HTH HAND :-D -- David T-G * There is too much animal

Re: [PHP] a clean way to upload

2004-01-16 Thread David T-G
the page saying hey, you blew it; try again. Where is the 'ease of uploading'? TIA 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

Re: [PHP] nested tags

2004-01-15 Thread David T-G
first second_table second table /second_table table /first_table or the like? Can you give us any more detail at all? HTH HAND :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral

Re: [PHP] R: [PHP][PEAR] PEAR::DB_Common::nextId()

2004-01-15 Thread David T-G
-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 Npg! pgp0.pgp Description

Re: [PHP] nested tags

2004-01-14 Thread David T-G
Gregor -- ...and then Gregor Jaksa said... % % Can anyone provide me with some link or code on how to deal with nested % tags. What kind of tags? HTML? PHP? Mattress? What do you want to accomplish? % % thx! HAND :-D -- David T-G * There is too much animal

Re: Re[2]: [PHP] Can php select which ini file to use?

2004-01-13 Thread David T-G
php4 and the other run php5; I strongly suspect that you could even have the primary recognize php5 files and hand them off to the other apache just like when you run sites on their own ports instead of all sharing the same. % % Chris HTH HAND :-D -- David T-G

Re: [PHP] picturing webpage

2004-01-09 Thread David T-G
find out :-) % % -thanks, Eli HTH HAND Happy New Year :-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

Re: [PHP] Form validation: client- or server-side?

2004-01-09 Thread David T-G
on the server anyway -- empty fields and all -- and so there's no need to do it twice especially when it eliminates surfers who don't use JS. HTH HAND Happy New Year :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient

Re: [PHP] [Fwd: failure notice] Why??

2004-01-06 Thread David T-G
://www.emailfeeds.com HTH HAND HNY :-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

Re: [PHP] Comparison PHP to Perl

2004-01-06 Thread David T-G
and pretty it is. % % thanks in advance, Good luck! % % Warren Vail % [EMAIL PROTECTED] HTH HAND Happy New Year :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral courage. (work) [EMAIL PROTECTED] -- Mary

[PHP] eregi filter stopping valid email address, part two

2004-01-06 Thread Dave G
. Is it that there are two many periods? -- Yoroshiku! Dave G [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] eregi filter stopping valid email address, part two

2004-01-06 Thread Dave G
. Thank you for the link. -- Yoroshiku! Dave G [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Piping email

2004-01-04 Thread David T-G
, but I'd use the .forward file no matter what MTA is installed. % % Thanks % % Ade 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

[PHP] Is a while loop the most efficient way to send out multiple emails?

2003-12-30 Thread Dave G
? Is it the mail() command that takes time, or the mysql_fetch_array(), or both? Any suggestions would be greatly appreciated. -- Yoroshiku! Dave G [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Is a while loop the most efficient way to send out multiple emails?

2003-12-30 Thread David T-G
Dave -- ...and then Dave G said... % % PHP Gurus, % I currently run a few newsletters that go out to small groups of % 50 to 100 people. I use a while loop to send out the emails. I chose a ... % about 50 people. I'm not sure exactly, but maybe ten seconds, possibly % as high as twenty

Re: [PHP] HTML via echo or not

2003-12-29 Thread David T-G
:-) The php is much more important to me than the resultant HTML. Good luck coming to a sane final decision :-) HTH HAND Happy Holidays :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral courage. (work

Re: [PHP] Can't upload file greater than 11kb

2003-12-29 Thread David T-G
it six days ago :-) Glad to see you're up and running, and good luck beating this problem with your customers. HTH HAND Happy Holidays :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral courage. (work) [EMAIL

Re: [PHP] How New Is HERE?

2003-12-27 Thread David T-G
that there is a problem with line 11, let's fix it first. % % Where will this end? At the error(s), of course :-) % % Steve HTH HAND Happy Holidays :-D -- David T-G * There is too much animal courage in (play) [EMAIL PROTECTED] * society and not sufficient moral

<    1   2   3   4   5   6   7   8   9   10   >