Re: [PHP] Linux PHP editor

2002-08-09 Thread Mark Gallagher
JJ Harrison\ wrote: > I just switched over to Red Hat Linux from Win2k... > > Only to find my fav editor only works on windows systems... > > could someone suggest a good replacement? Vim. It's even got syntax highlighting: <http://www.vim.org/> -- Mark Gallag

Re: [PHP] Using index.php instead of index.html

2002-07-16 Thread Mark Gallagher
ectoryIndex index.php index.html Redirect index.html http://www.bar.net/index.php The first line says "the directory index file is index.php, not index.html". The second line says "whenever you get a request for index.html, send them index.php instead". > security issu

Re: [PHP] ??????????????????????????????????????????????????????````````````````````ØØØØØØØØØØ

2002-07-10 Thread Mark Gallagher
leave, then re-subscribe. If you can't bring yourself to do this, then at least get into contact with Richard Lynch and John Holmes (if they're willing) - they seem to be the most helpful and knowledgeable contributors :o). HTH, HAND -- Mark Gallagher http://cyberfuddle.c

Re: [PHP] ?????????????????????????????????

2002-07-10 Thread Mark Gallagher
Lazor, Ed wrote: > I wonder if he's using PHP to automate sending the messages. hehe And in the blink of an eye we're back on topic :o) -- Mark Gallagher -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] RE: ############

2002-07-10 Thread Mark Gallagher
ses he "asked" for them - he specifically requested the receipts, and he's been spamming the list so it's only fair he receives the bounces. But if we resort to our own, separate spamming campaign we're as bad as him. -- Mark Gallagher -- PHP General Mailing List

Re: [PHP] ?????????????????????????

2002-07-10 Thread Mark Gallagher
Rodolfo Gonzalez wrote: > To the kind moderator of the list: please kick off this guy (Erik > Hegreberg <[EMAIL PROTECTED]> ), he's really annoying. Or at least bounce > his e-mails back to him ;) ). Go for the bounce option ;-) -- Mark gallagher -- PHP Genera

Re: [PHP] Seperating presentation from logic

2002-06-26 Thread Mark Gallagher
thrown in with the HTML? That's why you use templates... Actually, I think the idea behind what the previous poster was saying is that: a) with stylesheets they don't need to touch the HTML once they've finished with it (and handed it over to you for PHP work) b) you therefore won

Re: [PHP] MySQL Query Help!!!!

2002-06-14 Thread Mark Gallagher
e if you're actually within a stones throw of the truth, or really just spouting off out of your own sense of hurt pride. HTH, HAND! -- Mark Gallagher http://cyberfuddle.com/infinitebabble/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: beginner in PHP

2002-06-12 Thread Mark Gallagher
($key,$value) = each($mycart)) > { >if ($value == $catalog[itemcd]) > { > > echo $catalog[unitprice]; Try: echo "$catalog[unitprice];" If that doesn't work, then check your if statement - what is the value

Re: [PHP] forcing file downloads

2002-06-12 Thread Mark Gallagher
exact explanation, sorry) is basically code for the space. All browsers understand http://www.foo.net/bar/of%20soap/he%20he%20he/ HTH -- Mark Gallagher -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Not php related - php.net logo in Netscape 7?

2002-06-08 Thread Mark Gallagher
<http://www.favicon.com/> for some good information on favicons. -- Mark Gallagher http://cyberfuddle.com/infinitebabble/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Tellwhich browser

2002-05-15 Thread Mark Gallagher
s Mozilla, there's Opera, there's Dillo, there's Lynx, there's Links, there's Konqueror, there may even be a few poor fools stuck on Mosaic or Cello. And what if someone has no browser, and just uses wget and their favourite text viewer? [0] Oh, the irony! Look at

[PHP] passing variables to scripts

2002-04-28 Thread Mark Gallagher
e's URL to a variable: http://www.foo.com/$entry_id; .txt; ?> Doesn't work either. I had a semi-hunch (brought on by my own inexperience, no doubt) that maybe I had to start a session or something on the referring page. Tried that (session_start();), didn't have any effect.

Re: [PHP] passing authorization code

2002-04-26 Thread Mark Gallagher
do this is so that somebody can't path directly to > a .mov file, but so they can click on a link and a script can "fetch" > the file from the protected directory by passing the user and pass. the > file needs to be > embedded in the web page. You could try saving a co

Re: [PHP] Question for Linux users...

2002-04-23 Thread Mark Gallagher
Jason Soza wrote: > Don't want to start a war or anything, so e-mail me your responses > offlist if necessary, but I'd like to know what Linux distro you like > best and why. Wouldn't you rather ask a less inflammatory question - like "which is better? Emacs or vi[0]?" :o) > Anyhow, I've u