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 Gallagher Desperately attempting

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

2002-07-16 Thread Mark Gallagher
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 issue too. Umm... *what*? -- Mark Gallagher http

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

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 General Mailing List (http://www.php.net

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

2002-07-10 Thread Mark Gallagher
- 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 (http://www.php.net/) To unsubscribe, visit: http

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] ??????????????????????????????????????????????????????````````````````````ØØØØØØØØØØ

2002-07-10 Thread Mark Gallagher
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.com/infinitebabble/ -- PHP General Mailing List (http://www.php.net

Re: [PHP] Seperating presentation from logic

2002-06-26 Thread Mark Gallagher
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't need templates -- Mark Gallagher http://cyberfuddle.com/infinitebabble/ -- PHP General Mailing List (http

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

2002-06-14 Thread Mark Gallagher
! -- 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] forcing file downloads

2002-06-12 Thread Mark Gallagher
) 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

[PHP] Re: beginner in PHP

2002-06-12 Thread Mark Gallagher
)) { 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 of $value and $catalog[itemcd]? -- Mark Gallagher http://cyberfuddle.com

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

2002-06-08 Thread Mark Gallagher
this See 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
or Cello. And what if someone has no browser, and just uses wget and their favourite text viewer? [0] Oh, the irony! Look at what clueless designers are doing to block non-IE users today :o) [1] But then, I doubt you'd want to do that anyway... right? -- Mark Gallagher http://cyberfuddle.com

[PHP] passing variables to scripts

2002-04-28 Thread Mark Gallagher
what I'm doing wrong? TIA -- Mark Gallagher -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] passing authorization code

2002-04-26 Thread Mark Gallagher
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 cookie? /delurk -- Mark Gallagher -- PHP General Mailing

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) snip / Anyhow, I've