[PHP] quert problems

2002-10-07 Thread Kurth Bemis (List Monkey)
what the hell i wrong in this query? $q = "UPDATE userpref WHERE username='kurth' AND preference=required_hits SET preference=$HTTP_POST_VARS[required_hits]"; mysql_error() returns this...You have an error in your SQL syntax near 'WHERE username='kurth' AND preference=required_hits SET prefere

Re: [PHP] randomize etc?

2002-08-01 Thread Kurth Bemis (List Monkey)
them into variables, how do I put them into >arrays? >or maybe that's not a good way to do it? I don't know, and the heat in my >room is killing me, can't think clearly :) > >HÃ¥kan > > > > > >-- >PHP General Mailing List (http://www.php.

RE: [PHP] ok what kind of crack is my computer smoking?

2002-06-27 Thread Kurth Bemis (List Monkey)
do to get php to acknolege the fact that it has >been >recompiled with new options > > >Rick > > >-- >PHP General Mailing List (http://www.php.net/) >To unsubscribe, visit: http://www.php.net/unsub.php > > > > >-- >PHP General Mailing List (http

Re: [PHP] Editor

2002-06-13 Thread Kurth Bemis (List Monkey)
t;Ray Hunter > > > >- Original Message - >From: "Kurth Bemis (List Monkey)" <[EMAIL PROTECTED]> >To: "Daniele Baroncelli" <[EMAIL PROTECTED]> >Cc: <[EMAIL PROTECTED]> >Sent: Thursday, June 13, 2002 1:24 PM >Subject: Re: [PHP] Editor &

Re: [PHP] Editor

2002-06-13 Thread Kurth Bemis (List Monkey)
ne 222 ! Each time I have to scroll and count each single line! > >Can anyone suggest me a different editor ? > > >Cheers > >Daniele > > > >-- >PHP General Mailing List (http://www.php.net/) >To unsubscribe, visit: http://www.php.net/unsub.php Kurth Bemis - N

Re: [PHP] Post 4.1.0 PHP

2002-05-30 Thread Kurth Bemis (List Monkey)
lume (of great, useful info). > >TIA > >Michael Hall [EMAIL PROTECTED] > > > >-- >PHP General Mailing List (http://www.php.net/) >To unsubscribe, visit: http://www.php.net/unsub.php Kurth Bemis - Network/S

Re: [PHP] 4.2.1 Vars

2002-05-25 Thread Kurth Bemis (List Monkey)
; >---John Holmes... > >- Original Message - >From: "Kurth Bemis (List Monkey)" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Saturday, May 25, 2002 3:23 PM >Subject: [PHP] 4.2.1 Vars > > > > > > After moving to php 4.2.1 my script

[PHP] 4.2.1 Vars

2002-05-25 Thread Kurth Bemis (List Monkey)
make it so that all my get and post vars start with $_POST and $_GET any ideas? ~kurth Kurth Bemis - Network/Systems Administrator, USAExpress.net/Ozone Computer Security is like an arms race; the best attackers will continue to search for more complicated exploits, so we will too. Quoted from

Re: [PHP] Variables Limit

2002-01-26 Thread Kurth Bemis
Unless your getting the values through a POST or a GET...both of these have limitesi forget what it is...maybe 1024 bytes? you'd jave to read the http rfc ~kurth On Sat, 2002-01-26 at 14:51, Nick Wilson wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > * and then Philip J. Ne

Re: [PHP] 2d array help

2002-01-21 Thread Kurth Bemis
Yes I do... for an online billing system... Kurth Bemis Senior Network Admin/Owner: USAExpress.net Owner: Ozone Computer http://kurth.hardcrypto.com PGP Key Avail. - Uh!.Uh!.Uh!."I'm done with this.&

Re: [PHP] PLEASE SIGN-ME OFF !

2002-01-16 Thread Kurth Bemis
At 08:17 AM 1/16/2002, treiger wrote: maybe if you wern't totally retarded you read the footer of this email and EVERY other email that passed through this list. ~kurth >PLEASE SIGN-ME OFF ! > >I've sent already all emails requested to sign-me off this list, but I keep >receiving emails >

Re: [PHP] The "peacock" logo... and others...

2001-12-13 Thread Kurth Bemis
At 02:30 PM 12/13/2001, Rasmus Lerdorf wrote: my asp buddy saw this message as said "Cuckoo, huh? Maybe thats because you have to be crazy to use it." sigh - when will those pesky Microsoft junkies ever learn :-) ~kurth >The O'Reilly animal for PHP is a cuckoo bird. > >On Thu, 13 Dec 2001, P

[PHP] get data from file

2001-12-10 Thread Kurth Bemis
I need to get data from a web page generated by mrtg in my page i have come up with the following code ", $string); $string2 = explode("", $string1[1]); $stat = eregi("",$string2[0]); echo $stat; //while (list ($key, $val) = each ($string3))

Re: [PHP] Good php-tool for administer users on mysql?

2001-12-07 Thread Kurth Bemis
At 09:56 AM 12/7/2001, Stefan Rusterholz wrote: phpmyadmin - its great! get it at phpwizard.net ~kurth >Does anyone know a webbrowser/php based tool which allows to administer >user privileges in mysql easily? > >Thanks in advance >Stefan Rusterholz, [EMAIL PROTECTED] >--

[PHP] test

2001-10-19 Thread Kurth Bemis
system test -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] random record?

2001-09-20 Thread Kurth Bemis
At 10:35 AM 9/20/2001, David Otton wrote: thank you! I love having access to all this knowledge :-) ~kurth >On Thu, 20 Sep 2001 10:35:59 -0400, you wrote: > > >i'm looking to select a random record from a sql table. I remember seeing > >code for it on the list but fail to find it now. any he

[PHP] random record?

2001-09-20 Thread Kurth Bemis
i'm looking to select a random record from a sql table. I remember seeing code for it on the list but fail to find it now. any help? ~kurth -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To conta

RE: [PHP] 2 decimal places

2001-09-19 Thread Kurth Bemis
At 10:24 PM 9/19/2001, Jack Dempsey wrote: Thank You! >look into printf and number_format > >-Original Message- >From: Kurth Bemis [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, September 19, 2001 10:23 PM >To: [EMAIL PROTECTED] >Subject: [PHP] 2 decimal places >

[PHP] 2 decimal places

2001-09-19 Thread Kurth Bemis
i'm looking for a php function to add 2 decimal place sto a number. if the number already have one decimal place then one more zero should be added to make it two decimal placesanyone know of a quick way to do this? ~kurth -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] mysql_pconnect()

2001-09-19 Thread Kurth Bemis
its barley decent :-) ~kurth >We have gone to some trouble to provide decent documentation for PHP. > >http://www.php.net/manual/en/features.persistent-connections.php > >-Rasmus > >On Thu, 13 Sep 2001, Christian Dechery wrote: > > > what is the real advantage or use of mysql_pconnect() ?? > > >

[PHP] hrm..loop trouble

2001-09-19 Thread Kurth Bemis
i'm trying to get a chunk of code to look 5 times then print something..then look 5 time more I really want to loop 5 times (making 5 cells) then print then loop 5 more times for 5 cells...until the count is reachedlike if i have 22 things i want to have 4 rows of five and one row of t

[PHP] Book

2001-09-13 Thread Kurth Bemis
I just got the book entitled "PHP and MySQL web development" by Luke Wellington and Luara Thomson. I wondering how others liked the book...I haven't gotten a chance to look at it yet..and I'm wondering if i should :-) ~kurth -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP] equivelant of ASP's #include file?

2001-09-13 Thread Kurth Bemis
>beginning PHP? > >Thanks! >Very embarassed, >Liam > > >Kurth Bemis wrote in message ><[EMAIL PROTECTED]>... > >At 10:21 AM 9/13/2001, LRW wrote: > > > >I believe that that is server side includes...NOT asp..i could be wrong tho > > > >the

Re: [PHP] equivelant of ASP's #include file?

2001-09-13 Thread Kurth Bemis
At 10:21 AM 9/13/2001, LRW wrote: I believe that that is server side includes...NOT asp..i could be wrong tho the PHP equiv is include('') read the manual - ~kurth >Hi all. PHP newbie here. >There's a code that one can use in ASP that will print to the browser the >contents of an ascii file:

Re: [PHP] header()

2001-08-27 Thread Kurth Bemis
At 04:09 PM 8/27/2001, Alex Sofronie wrote: read the http 1.1 RFC >Hi all! > >Anybody knows where i can find a complete list with headers? A list with >what i can send with the header() function? And what thy mean? >Thanks > >Alex Sofronie >[EMAIL PROTECTED] > > > >-- >PHP General Mailing List (

[PHP] functions and quotes

2001-08-22 Thread Kurth Bemis
i'm working on a site that is going to require some fancy image switching based on URL called...thats part isn't a problem...the problem comes in the way that i'm passing the HTML from the function. My main concern here is speed with the second being workload on the server. right now the funct

RE: [PHP] Fwd: BadBlue v1.02 beta for Windows 98, ME and 2000 .php Source Code Disclosure Vulnerability

2001-08-22 Thread Kurth Bemis
At 12:10 PM 8/22/2001, Tom Malone wrote: read the advisory - everything is explained. ~kurth >This is not an issue if you're site is using Apache, correct? > >Tom Malone >Web Designer >http://www.tom-malone.com > >-Original Message- >From: Kurth B

Re: [PHP] phpMyAdmin install error

2001-08-22 Thread Kurth Bemis
At 11:58 AM 8/22/2001, Jay Paulson wrote: the socket has to be made by the mysql deamon. Read the mysql docs on mysql.org search for mysql.sock. mysql will not work if that files is deletedif you run redhat or other distros make sure that /tmp and /var/tmp aren't cleaned at each reboot o

[PHP] Fwd: BadBlue v1.02 beta for Windows 98, ME and 2000 .php Source Code Disclosure Vulnerability

2001-08-22 Thread Kurth Bemis
Thought this may be of interest to somebody. ~kurth >Delivered-To: [EMAIL PROTECTED] >Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm >List-Id: >List-Post: >List-Help: >List-Unsubscribe: >List-Subscribe:

RE: [PHP] "location bar"

2001-08-16 Thread Kurth Bemis
At 06:14 PM 8/15/2001, Wolfgang Schneider wrote: oops - i forgot - I use functions similar tp the ones used on php.net. when i call the function i pass $title to it define $title and it should work. :-) ~kurth >On Tue, 14 Aug 2001 11:39:55 -0400, Kurth Bemis wrote: > > >jus

Re: [PHP] `pwd` - what does this mean?

2001-08-15 Thread Kurth Bemis
At 02:37 AM 8/15/2001, Scott Mebberson wrote: man pwd learn linux/unix. ~kurth >Hi Guys, > >I actually know what it means. Well, I think it means the current directory? >Anyway... what exactly is it and where can I find some more information >about it? I couldn't find much on php.net - als

RE: [PHP] "location bar"

2001-08-14 Thread Kurth Bemis
At 11:02 AM 8/14/2001, Kevin L wrote: I had a similar problem.jason murray gave me some ideas ;-) just stick this in a function as I did and you'll be sailing.its easy to update, and Extremely flexible. look at my code.. Location : http://www.usaexpress.net";>Home / 'Company',

[PHP] regexps

2001-08-08 Thread Kurth Bemis
i need to find out if a string (user imputed) conatins numbers. I want only a-zA-Z to be in a field. (their name for exampleand city)...i have the following however my regexps are VERY weak as i am a beginner. function validatetext($text){ if (is_string($text)== 1){

[PHP] form validataion?

2001-08-08 Thread Kurth Bemis
i want to do form validation server side...not client side.. i'm wondering what programers use to validate form data.if loopsarrays? what? ~kurth -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL P

RE: [PHP] IP Address

2001-08-07 Thread Kurth Bemis
At 09:29 AM 8/7/2001, Joseph Bannon wrote: This is the problem with todays "web programmers" and with PHP. One - With the explosion in the ease of HTML and related technologies EVERYBODY is a designer/programmerlets face itsome have it some don't. If you think that blinking text is

Re: [PHP] Re: which php shopping cart is this?

2001-07-30 Thread Kurth Bemis
At 12:29 PM 7/30/2001, simradusaadmin wrote: its called the exchange project it hink that its at www.theexchangeproject.org ~kurth >[EMAIL PROTECTED] wrote: > > > Greetings! > > > > Which php-based shopping cart is being used at this site? > > http://shop.t-shirtoutlet.com/catalog/ > > > >Did

RE: [PHP] Zip Code Locator?

2001-07-24 Thread Kurth Bemis
At 04:42 PM 7/24/2001, Benjamin Bleything wrote: i'm pretty sure that the extra numbers are coord of that town. you know the long and lat. ~kurth >Hey, let me know if you figure out what the extra numbers are for... I might >have a use for this at some point. > >Ben > > >From: "Matthew Loff"

Re: [PHP] templates

2001-07-23 Thread Kurth Bemis
h in some applications like netscape the history file, and look for key >things like templates... > >Good Luck > > > >Kurth Bemis wrote: > > > i've been looking for a template site that i used and never bookmarked. > > > > I'll tell you what i remember

[PHP] templates

2001-07-23 Thread Kurth Bemis
i've been looking for a template site that i used and never bookmarked. I'll tell you what i remember about the site and hopefully someone will know what site i'm talking about. I've spend the last 5 hours looking for this siteso this is my final stab in the dark. The site had 4 categorie

[PHP] argh!!!!!! php406+gd

2001-07-19 Thread Kurth Bemis
i'm still battling with gd and php and freetype. This was a non issue before i upgraded to 4.0.6 look. Warning: libgd was not built with TrueType font support in /virt/jrehomes/www/tvhc/test/image.php on line 4 Warning: libgd was not built with TrueType font support in /virt/jrehomes/www/tv

[PHP] gd + 4.0.6

2001-07-18 Thread Kurth Bemis
compiling with apache 1.3.20 i get this ./modules/php4 -lmodphp4 -lc-client -ldl -lmysqlclient -lz -lgd -lfreetype -lpng -lz -ljpeg -lz -lcrypt -lresolv -lm -ldl -lnsl -lresolv -lm -lcrypt modules/php4/libphp4.a(gd.o): In function `php_imagettftext_common': /usr/src/php-4.0.6/ext/gd/gd.c:

Re: [PHP] Please Help......

2001-06-30 Thread Kurth Bemis
I think that maybe when somebody subs to the list they get a info-email. mostly saying "THIS IS PHP ONLY. Not a clueless linux newbie list. that's why they have LUGS." Do any of you agree with me? I think that its neededbasically saying - look at the manual first..then ask on the list

[PHP] resource ID?

2001-06-21 Thread Kurth Bemis
i get this: Resource id #2 when i run this code.whats resource id 2 mean? i just want to know if the query was ok or not $result = mysql_query("SELECT authcode FROM users WHERE email='$email'",$db); echo $result; ~kurth -- PHP General Mailing List (http://www.php.net/

[PHP] resource ID?

2001-06-21 Thread Kurth Bemis
i get this: Resource id #2 when i run this code.whats resource id 2 mean? i just want to know if the query was ok or not $result = mysql_query("SELECT authcode FROM users WHERE email='$email'",$db); echo $result; ~kurth -- PHP General Mailing List (http://www.php.net/)

Re: [PHP] Tab ordereing

2001-05-22 Thread Kurth Bemis
i believe that the attrib is taborder="3" bewarethat its not 4.0 standard tho.if i find a good resource then i'll send ti along to the list > The order is the order they are written in the html code. > > I'm not aware of any way to make it otherwise... > > > Plutarck > > "Tarrant Costel

Re: [PHP] Expense

2001-05-19 Thread Kurth Bemis
Clayton - I'm working on a similar time tracking tool myself...then it exports the data in CSV format. I'm looking at having it complete next week. I'll notify you when it done if your intrested. ~kurth On Sat, 19 May 2001, Clayton Dukes wrote: > I did actually look there first. Nothing list

Re: [PHP] Problem with talnet

2001-05-18 Thread Kurth Bemis
At 09:31 AM 5/18/2001, khuram latif wrote: http://www.openssh.org you want SSH (Secure Shell) why anyone uses telnet anymore is beyond me. ~kurth >Hi Dears, >Please tell me the alternate software of Telnet, because i've problem >with talnet. > >Regards, >khuram > > >-- >PHP General Mailing Lis

Re: [PHP] Encrypt Password for Session

2001-05-17 Thread Kurth Bemis
look in the manual for "md5" ~kurth On Thu, 17 May 2001, Troy Moreland wrote: > All, > > I am currently using sessions to store a user's ID, password and current > login status. All works fine. The only issue is that the session file on > the server is storing the password in plain text. Ho

Re: [PHP] Generate code bars

2001-05-16 Thread Kurth Bemis
Code bars? like Barcodes? I do it with gd and free type with a barcode font. Works like a charm. Currently i'm looking at using it on an online ticking system for conventions. ~kurth On Wed, 16 May 2001, Sandra Ruivo Grilo wrote: > > I have a problem: how can I generate code bars in php ? >

Re: [PHP] Installing the GD Library

2001-05-09 Thread Kurth Bemis
At 12:47 PM 5/9/2001, Alexander Wagner wrote: christ - search the list archives. I wrote a email just for the purpose of being archived so that newbies would read it and get a clue. btw- theres nothing ground breaking in compiling gd into php. try looking in the manual under installation :-)

Re: [PHP] nslookup function ?

2001-05-04 Thread Kurth Bemis
At 04:11 PM 5/4/2001, Matthew Luchak wrote: goto zend.com then to the code exchange...then search for kurth bemis...i wrote a fucntion that does just that. ~kurth >I'm working on a email address verification script and need to do a DNS >lookup given the IP number of a remote hos

Re: [PHP] Update statement?:SOLVED

2001-04-30 Thread Kurth Bemis
At 01:03 PM 4/30/2001, Steve Werby wrote: I hate the letter "i" :-) it was missing when i passed quantity to the function ~kurth >"Kurth Bemis" <[EMAIL PROTECTED]> wrote: > > function modify_quantity($table, $session, $itemid, $quantity) > > { > >

[PHP] Update statement?

2001-04-30 Thread Kurth Bemis
hey i'm working on a shopping cart..but have hit a snag whit this statement.. function modify_quantity($table, $session, $itemid, $quantity) { $sql = "UPDATE $table SET quantity='$quantity' WHERE session='$session' AND itemid='$itemid'"; mysql_query("$sql

RE: [PHP] Filesystem security

2001-04-26 Thread Kurth Bemis
At 03:36 PM 4/26/2001, ..s.c.o.t.t.. [gts] wrote: or better yet.as in #feed-the-goats on efnet :-) christ - this is scary...people getting involved in things that they have no clue about. "i have built a rocket, but once i take off i can't figure how to land it without breaking a few bone

Re: [PHP] Query Analyzer For MySQL with PHP?

2001-04-23 Thread Kurth Bemis
At 02:56 PM 4/23/2001, Brandon Orther wrote: teh guys a phpwizzard.net wrote phpmyadmin...its a wonderful db admin tool...and it has a feature like what your describing.check it out...http://www.phpwizzards.net ~kurth >Hello, > I recently took an ANSI SQL class to better familiariz

Re: [PHP] Site Structure

2001-04-23 Thread Kurth Bemis
At 01:12 PM 4/23/2001, Toby Miller wrote: personally i deny all access to my .inc files. with this Apache config... works really good :-) in httpd.conf # The following prevents .inc file from being read by web clients Order allow,deny Deny from all ~kurth >Jordan, > >No

[PHP] gd php freetype problem solved

2001-04-19 Thread Kurth Bemis
y linked with progs. .so libs are stand alone, dynamic libs. then everything works ok you learn something new every day :-) If anybody has questions i urge to ask me for a copy of the bash script that i used to compile php with apache. Mail me at [EMAIL PROTECTED] ~kurth Kurth Bemis Owner: Oz

Re: [PHP] Best non-tackified grip enhancer for golfers>

2001-04-18 Thread Kurth Bemis
whoever the mail admin is should start using rblsmtpd :-) ~kurth -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

RE: [PHP] PHP/M3U Questions!!!

2001-04-17 Thread Kurth Bemis
o find that number of frames? > >--chris > > >-Original Message- >From: Kurth Bemis [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, April 17, 2001 4:54 PM >To: [EMAIL PROTECTED]; PHP General List (E-mail) >Subject: Re: [PHP] PHP/M3U Questions!!! > > >At 04:43 PM

Re: [PHP] PHP/M3U Questions!!!

2001-04-17 Thread Kurth Bemis
At 04:43 PM 4/17/2001, Chris Cocuzzo wrote: as far as I know the EXTINF is just data that win amp puts in play lists. its just the number of frames i believe then teh song title. this allows winamps play list editor to read the data for the files in the play list without opening them all...o

[PHP] TTF + GD

2001-04-17 Thread Kurth Bemis
I have compiled and installed freetype 2.0.1 and gd 1.8.1..the php configure script finds the libs okhowever gd still isn't compiled with true type font supportsomeone MUST have a solution for what i'm dealing with herelook : checking whether to enable FTP support... yes checki

[PHP] ttf?

2001-04-17 Thread Kurth Bemis
does anyone have any tutorials on installing gd with freetype 2 support? ~kurth -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] freetype

2001-04-17 Thread Kurth Bemis
i'm attempting to comiple in freetype2 into php4.0.4pl1. this is my configure line trinity:~/php-4.0.4pl1# ./configure --with-mysql=/usr/local/mysql/ --with-apache=../apache_1.3.19/ --enable-freetype-4bit-antialias-hack --with-ttf=/usr/local/lib/ --with-gd and this is what configure spits ba

Re: [PHP] Help with a php Registration Form

2001-04-17 Thread Kurth Bemis
At 01:44 PM 4/17/2001, Michael Leone wrote: double check ALL of your for loops as well as any place that you may have used a curly bracket. ~kurth >Im getting this pesky parse error at line 392 which is the last line of >the document. >At 01:40 PM 4/17/2001 -0400, you wrote: >>At 01:35 PM 4/1

Re: [PHP] Help with a php Registration Form

2001-04-17 Thread Kurth Bemis
At 01:35 PM 4/17/2001, Michael Leone wrote: whats the problem taht you having? >I am trying to write a Registration form that send an email to a specific >address. >The source to the page is at http://www.probesnj.org/etownreg.txt >Its 400 lines long and I probably just spelled something wrong

Re: [PHP] OT - cyber squatting?

2001-04-17 Thread Kurth Bemis
name was >not registered for the sole purpose of keeping someone from rightfully >registering it. > > >Is that what you meant? > > >-- >Plutarck >Should be working on something... >...but forgot what it was. > > >"Kurth Bemis" <[EMAIL PROTECTED

[PHP] OT - cyber squatting?

2001-04-17 Thread Kurth Bemis
this is totally OT - however I don't where else to ask. i need information on cyber squatting. as in what laws there are against it, etc.i believe that there was a law passed making cyber squatting illegal...but i can't find it at the library of congressany help? ~kurth -- PHP Gener

Re: [PHP] How do i include ASP script into PHP...??!

2001-04-16 Thread Kurth Bemis
At 05:45 PM 4/16/2001, Plutarck wrote: plus - why would you want to :-) >Doesn't work. > >ASP scripts require an ASP interpreter. If you stick it in a PHP file, PHP >will try to interpret the ASP code. PHP can't do that. > > > >-- >Plutarck >Should be working on something... >...but forgot what

Re: FW: [PHP] $8 PHP hosting from Jeffrey Greer

2001-04-12 Thread Kurth Bemis
Thats what i was thinking...we have flamed him enough...and i hope that he gets the message that we don't need to know about 8 dollar hosting...:-) ~kurth On Thu, 12 Apr 2001, Greig, Euan wrote: > Date: Thu, 12 Apr 2001 09:39:31 +0100 > From: "Greig, Euan" <[EMAIL PROTECTED]> > To: [EMAIL PROTE

Re: [PHP] __ $8/mo php hosting on 24/7, OC3+ web server ___

2001-04-10 Thread Kurth Bemis
At 05:55 PM 4/10/2001, Jeffrey Greer wrote: >On 10 Apr 2001 12:08:01 -0700, [EMAIL PROTECTED] (Kurth Bemis) >wrote: > > >At 06:15 PM 4/10/2001, Jason Lotito wrote: > > > >no no - its an OC3+ web server.must be an overseas brand..or > >something..i've

RE: [PHP] __ $8/mo php hosting on 24/7, OC3+ web server ___

2001-04-10 Thread Kurth Bemis
At 06:15 PM 4/10/2001, Jason Lotito wrote: no no - its an OC3+ web server.must be an overseas brand..or something..i've never heard of it.maybe its an SGI or something they have wacky names for their stuff :-) no bandwidth sucking sites? on an OC3...we're talking gigabits per sec

[PHP] Fwd:

2001-04-10 Thread Kurth Bemis
can the moderator please boot this person from the list? ~kurth >Delivered-To: [EMAIL PROTECTED] > >Date: Tue, 10 Apr 2001 09:56:07 +0300 >From: >To: <[EMAIL PROTECTED]> >Message-Id: <0104100956074836@parkntsrv> > >This is a description of the listmanager commands recognized by the >XtraMail S

[PHP] L?

2001-04-09 Thread Kurth Bemis
what does the roman numeral L mean? can someone point me to a page that has all of the roman numerals and their English equivlents? i forgot? ~kurth -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [PHP] .htpasswd encryption

2001-04-09 Thread Kurth Bemis
At 04:39 PM 4/9/2001, Brandon Orther wrote: i believe that the scheme is md5 ~kurth >Hello, > >I am trying to make a script that creates .htpasswd files. Does anyone know >what encryption is used? > >Thanks >Brandon > > >-- >PHP General Mailing List (http://www.php.net/) >To unsubscribe, e-mai

Re: [PHP] Parse error after end of file

2001-04-09 Thread Kurth Bemis
At 03:59 PM 4/9/2001, DRN wrote: you need to make sure that ALL your curly brackets are closed and that all lines that require semi-colons have them ~kurth >Hi, I am trying to include a header to my document, I my problem is I >keep getting a parse error on the line after the header ends. I

Re: [PHP] HELP...Installation of PHP on Debian Linux!

2001-04-09 Thread Kurth Bemis
At 12:48 PM 4/9/2001, Frank K wrote: RTFM! read the fscking manual...it explains everything in the "installation" section ~kurth >I am having trouble installing PHP4 on my linux machine. I downloaded to >source >and i did a ./configure then a make then a make install. That all we

Re: [PHP] running as a script

2001-04-07 Thread Kurth Bemis
At 05:32 PM 4/7/2001, Joseph Bannon wrote: you must compile php as a CGI executable. :-) see the man ~kurth >How do you get PHP to run at a script, like at a telnet prompt? > >J > > > > > > > > > > > > > > > > > >-- >PHP General Mailing List (http://www.php.net/) >To unsubscribe, e-mail: [EMAI

[PHP] function return

2001-04-06 Thread Kurth Bemis
i'm trying to make all my include files into functions for manageability. I have one function that i'd like to get to work.heres teh code.. i had it in a function and had the function return $db.but didn't work.any ideas? ~kurth -- PHP General Mailing List (http://www.php.n

[PHP] array speed

2001-04-05 Thread Kurth Bemis
i'm concerned about the speed at which httpd (with php4.0.1pl1 compiles in as a static mod) can "chew" through a 350 element 2d array. Can anyone offer any information? ~kurth -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

[PHP] help - parsing text file

2001-04-04 Thread Kurth Bemis
arg - i' at wits end. i need to parse a text file into a mysql insert statement. the statement isn't the problem its parsing the text file. heres a sample of the file West Chesterfield (603) 256-8278 V.90 (603) 307-2100 V.90 & K56flex (603) 307-2200 ISDN / DOV Hinsdale336 West Chesterfield25

[PHP] help - parsing text file

2001-04-04 Thread Kurth Bemis
arg - i' at wits end. i need to parse a text file into a mysql insert statement. the statement isn't the problem its parsing the text file. heres a sample of the file West Chesterfield (603) 256-8278 V.90 (603) 307-2100 V.90 & K56flex (603) 307-2200 ISDN / DOV Hinsdale336 West Chesterfield25

Re: [PHP] version????

2001-03-29 Thread Kurth Bemis
At 03:03 PM 3/29/2001, Scott Fletcher wrote: pl refers to patch level. thus 4.0.4.pl1 is newer and more current then 4.0.4 :-) ~kurth >Hi! > > Can anyone tell me what the difference with those PHP version? I see >the version, "PHP 4.0.4pl1" with a "pl1" and some other version, "PHP 4.0.4

Re: [PHP] script filename?

2001-03-25 Thread Kurth Bemis
> >Philip Olson >http://www.cornado.com/ > >On Sun, 25 Mar 2001, Kurth Bemis wrote: > > > i was pretty sure that there was a function to return JUST the script > > filename.. Unlike $php_self and $script_name i need something that till > > ruturn JUST the scriptn

[PHP] script filename?

2001-03-25 Thread Kurth Bemis
i was pretty sure that there was a function to return JUST the script filename.. Unlike $php_self and $script_name i need something that till ruturn JUST the scriptname. ie /test/test/blah.php returns blah.php. any ideas? or am i going to have to reverse the string find the first "/" drop th

[PHP] chrooting

2001-03-23 Thread Kurth Bemis
has anyone seen ANY information on chrooting apache? i'm interested in file system security...keeping users from reading other users files, etc ~kurth -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE

[PHP] regexp on us tele number

2001-03-22 Thread Kurth Bemis
i'm still getting the hang of regexps, however i have on small problem - I can't seem to make one to work on a US telephone number. does anyone have something similar that i could work from? ~kurth -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] F

RE: [PHP] Pre-Written Script ?

2001-03-21 Thread Kurth Bemis
imple, > > cleaner and more efficient function which accepts the parameter > > of what client > > type you want. Now that doesn't make me a PHP guru, it's just > > the right and more > > efficient way to do things, but there are secrets, and more > > ef

Re: [PHP] Pre-Written Script ?

2001-03-21 Thread Kurth Bemis
At 09:08 PM 3/21/2001, Jack Sasportas wrote: ah - true laziness.this is what gave birth to wysiwyg editors like frontpage :-) do your self a favor and get off your ass and write code like everybody else. I bet that you use frontpage too. Christ! if your going to develop then you can't b

Re: [PHP] PHP & MYSQL BOOKS

2001-03-19 Thread Kurth Bemis
At 03:46 PM 3/19/2001, YoBro wrote: i get a lot of my books at bookpool.com. Their prices are lower than amazon.com check them out. www.bookpool.com ~kurth >I actually think this is the book I have been waiting for. A bookstore in >New Zealand told me not until March 2001. It must be pretty

Re: [PHP] How to tell if client has cookies turned off?

2001-03-06 Thread Kurth Bemis
At 10:56 AM 3/6/2001, kevin1 wrote: try to set one...just a blank/empty one.if it fails then cookies are off :-) ~kurth >How can I tell reliably if someone has cookies turned off? > > > >-- >PHP General Mailing List (http://www.php.net/) >To unsubscribe, e-mail: [EMAIL PROTECTED] >For addi

[PHP] function not working?

2001-02-27 Thread Kurth Bemis
i can't get his function to work. i pass the correct data to it...but no results heres the function function display_contents($table,$session) { $count = 0; $result = mysql_query( "SELECT * FROM $table WHERE session='$session'");

[PHP] hrm...only hit submit once

2001-02-27 Thread Kurth Bemis
i have a form set that my users can fill out thier information. at the end of the process the results are mailed to an email address. then only problem is that reloads the page the mail is send again. this can be a problem...any ideas on how to prevent it?? ~kurth -- PHP General Mailing L

Re: [PHP] Best browser

2001-02-27 Thread Kurth Bemis
At 10:39 AM 2/27/2001, Jason Jacobs wrote: he's probably referring to the SSL code that the browser uses. In that aspect - it doesn't matter. i'd personally choose netscape because of their good track record and conformity to standards. M$ does things their way or the hiway. Both browsers

Re: [PHP] Problem with $REMOTE_ADDR

2001-02-23 Thread Kurth Bemis
At 09:54 AM 2/23/2001, Rosen wrote: is the machine that your browsing on the same machine that you have your serving software on? ~kurth >Hi, >I have problem with using of "$REMOTE_ADDR" variable. >The variable always return me "127.0.0.1" ( localhost ), > >How can I get the IP of the remote

Re: [PHP] Piping/parsing Apache logs though PHP?

2001-02-13 Thread Kurth Bemis
At 04:17 PM 2/13/2001, Michael McGlothlin wrote: can i ask why you're doing this - it seems like a waste of resources to me. ~kurth >I'd like to pipe and parse my Apache logs through PHP into a MySQL db. Is >there a way to do this automaticlly for each entry and would that cause a >major perf

Re: [PHP] The meaning of myurl.myurl2.com

2001-02-06 Thread Kurth Bemis
At 02:08 PM 2/6/2001, Todd Cary wrote: nop.. its another server beneath the aristesoftware.com TLD. for instance www.aristesoftware.com refers to the machine named "www" on the domain aristesoftware.com. I'd advise that you read about the structure of the Internet and how everything on the i

[PHP] htaccess

2001-02-05 Thread Kurth Bemis
there was a really good .htaccess tutorial posted to the list a while back...anyone remember the address? ~kurth -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e

[PHP] header problems

2001-01-26 Thread Kurth Bemis
when i put this header('location: $url'); i get this http://domain.com/$url what the hell am i doing wrong? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mai

RE: [PHP] arg....

2001-01-26 Thread Kurth Bemis
more specific about DB and problem type. >You may have to commit the transaction if commit is not implict (ex Oracle). >There could be many resons including your SQL statement. > >Mike > >-Original Message- >From: Kurth Bemis [mailto:[EMAIL PROTECTED]] >Sent: Friday,

[PHP] arg....

2001-01-26 Thread Kurth Bemis
i'm having a horrible time updating 2 fields in the same db. I don't get an error but the fields aren't updatedcan anyone send me a snippet for the to learn from? ~kurth -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

  1   2   >