Re: [PHP] Re: Realm Auth Via Non-Sessions

2001-07-31 Thread Christopher Allen
Day late and a dollar short bro! But thanks anyways. When the browser quits, it loses its memory of your username/password. That's all there is to it. Also, I was reading somewhere last week at some hosting companies website that they stream http?? What is that? Is it a gimmick? Or does

Re: [PHP] Attitude of B van Ouwerkerk

2001-07-31 Thread Christopher Allen
PhP'ers I would suggest that people not think too hard about this and continue programming. Thats right get back to work...:) Have Fun! --ccma -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

[PHP] Realm Auth Via Non-Sessions

2001-07-30 Thread Christopher Allen
Greetings: OT (yes)? When a user leaves a realm(.htaccess) from which they have logged into is there any kind of notification back to the server? I would like keep a log of such activities and do not want to do any session type of jizz jazz(cookies etc). I would think that there would need to be

Re: [PHP] Find and Replace

2001-07-30 Thread Christopher Allen
!!Be careful of this, its super powerful!! try it on 1 test file first and then do the wildcard... from the unix command line: bashperl -p -i -e s/myself.inc/myself.inc.php/ *.php so its: perl -p -i -e s/original_text/text_to_replace/ file_name(s) - Original Message - From:

Re: [PHP] a good PHP editor

2001-07-19 Thread Christopher Allen
I wonder if Emacs runs on win2k it ran on win95 great... -ca - Original Message - From: Michael Champagne [EMAIL PROTECTED] To: doug [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, July 19, 2001 12:16 PM Subject: Re: [PHP] a good PHP editor VIM on Windows. Free and awesome.

Re: [PHP] mysql_query problem

2001-07-16 Thread Christopher Allen
$testResult = mysql_query(SELECT * FROM login_table where Pass = $query = select * from login_table where Pass=password('$password'); then echo $query to the screen and make sure you see what needs to be there. Also try mysql_error etc.. from the manual GL --ccma -- PHP General Mailing

[PHP] Arggg

2001-07-12 Thread Christopher Allen
PHP PEOPLE, Sorry this is way off topic but can anyone point me to a place where I can find out how to mount/automount a tape drive in Linux? I need to know device name mount commands and tape drive commands etc...Been searching on the net for hours and the bits and pieces are not forming a whole

Re: [PHP] how to use/compile ssl with apache and php?

2001-07-10 Thread Christopher Allen
Seb-, http://www.devshed.com/Server_Side/PHP/SoothinglySeamless/ I used this tutorial the first time. It was very straight forward. Remember that you dont need rsaref files anymore in the US. could someone explain me what i need to ad to the apache compiling string ? ( i build php in apache )

Re: [PHP] Redirect

2001-07-06 Thread Christopher Allen
look in manual for HEADER and LOCATION - Original Message - From: Vicor SpÄng Arthursson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 06, 2001 11:43 AM Subject: [PHP] Redirect Hi! Still new on PHP, converting from vb$cript, I wonder how I do a redirect... In

Re: [PHP] hey, got a question....

2001-07-06 Thread Christopher Allen
what's the OS? - Original Message - From: ReDucTor [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 06, 2001 11:34 AM Subject: [PHP] hey, got a question i can't seem to access certain ports, through a nat program i have setup on the computer here with the net, but i was

Re: [PHP] hey, got a question....

2001-07-06 Thread Christopher Allen
well theres your problem...winblows.lol - Original Message - From: ReDucTor [EMAIL PROTECTED] To: Christopher Allen [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, July 06, 2001 11:58 AM Subject: Re: [PHP] hey, got a question Windows - Original Message - From

[PHP] writing to file quick and easy.

2001-05-23 Thread Christopher Allen
Hello: Lookin for a little advice here. I have a series of scripts that dynamically create web pages. The last page in the series I wish to be able to write out to a file. Is there a simple/quick way in which I can take the process(ing) script and write it to a file at the same time that it is

[PHP] Icq Message

2001-04-23 Thread Christopher Allen
Greetings: Anyone have a clue as how to send an icq message to a given ICQ number via a php-web-page? TIA. Christopher C. M. Allen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the

Re: [PHP] URL Encode

2001-04-09 Thread Christopher Allen
In one page from a series of pages where I am building arrays for future use: $item4_array = urlencode (serialize ($item4_array)); echo "input type=hidden name=item4_array value=$item4_array"; --- On my last page I send an email so I need the info that was stored: $item4_array =

[PHP] select as

2001-04-08 Thread Christopher Allen
Greets: I have a bit of php code that looks for a matching user/pass in a mysql table. There are three user/pass phrases in the table along with a an email that corresponds to each user/pass pair. Is there any way to construct a query that will do both the matching of the user/passes and also

Re: [PHP] Advanced PHP

2001-03-09 Thread Christopher Allen
The chicken did. as the Chicken is an actual chicken and the egg is a potential chicken. Actuality precedes potentiality amen brotha. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

Re: [PHP] Best browser

2001-02-27 Thread Christopher Allen
- Original Message - From: Kurth Bemis [EMAIL PROTECTED] To: Jason Jacobs [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, February 27, 2001 9:43 AM Subject: Re: [PHP] Best browser At 10:39 AM 2/27/2001, Jason Jacobs wrote: he's probably referring to the SSL code that the browser

Re: [PHP] mail()

2001-02-19 Thread Christopher Allen
I have a mail script that works fine except that it does not send to the CC in my header options... nor will it send to multiple addresses can some one please give me some advice on this... I've looked in the php manual as well as other web pages but neither have an answer for me.

[PHP] save some typing

2001-02-16 Thread Christopher Allen
Hola: http://www.google.com/intl/en_extra/options/winnetscape.html Its kinda helpful: I modified the above to utilize the www.php.net/some_function Heres the trivial js code: javascript:q=document.getSelection();for(i=0;iframes.length;i++){q=frames[i

Re: [PHP] MySQL fields

2001-02-12 Thread Christopher Allen
text field Hello, What type of field should I use if I don't want it to have a max length of characters? Thank you, -- 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

[PHP] mktime + 4 days

2001-02-12 Thread Christopher Allen
Hi! How to get this to work for every month: $tomorrow = date ("d", mktime(0,0,0,0,date("d") +4 ) ); echo "Today + 4 days is $tomorrow br"; screws up Feb et al Thanks, Christopher C. M. Allen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail:

Re: [PHP] Files only available via HTTPS

2001-02-08 Thread Christopher Allen
On Thu, Feb 01, 2001 at 04:29:09PM -0800, Michael Conley wrote: I have several PHP files that I only want users to be able to access via HTTPS. One way is to place these files only where the https server can see them. heres an example: IfDefine SSL . . VirtualHost x.x.x.x:443

[PHP] html -echo-print

2001-02-07 Thread Christopher Allen
Hello, Is there any way around having to go back and backslash every quote in a html table that contains millions of quotes? I noticed that pre print " his name's jack"; /pre works for a single quote, but not double I would literally have a thousand quotes to

Re: [PHP] html -echo-print

2001-02-07 Thread Christopher Allen
JB, yes I do know that, but thanks :) I was looking for: pre print EOF EOF; /pre of course it was on : http://www.php.net/manual/en/function.print.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [PHP] Zend hit (Encoder price)

2001-01-26 Thread Christopher Allen
Unfortunately, it's not that simple. You haven't factored in Support costs nor administrative overhead nor... Well, I don't know what else the Marketing folks do when they figure these things out, but that's why I'm not in Marketing, eh? Right it's not my game either (marketing), but

Re: [PHP] SQL Server DB to mySQL DB

2001-01-25 Thread Christopher Allen
Just did this to a 65mb fixed width file. What I did was get it into a csv file via perl :) Then I created the db table. Then I used: load data infile "/file.csv" into table blah fields terminated by ',' ; then go ahead and create any indexes etc... !works slick! Is there an easy way to do

[PHP] php'ed mysql query

2001-01-16 Thread Christopher Allen
Hello, Can anyone tell me why this query errors out? It works from the mysql client command line just fine $query1 = "select * from zip_base where '$zip1' = zip '$zip1' = CONCAT (SUBSTRING(zip , '1' , LENGTH (zip) - LENGTH (range) ), range)"; Christopher C. M. Allen -- PHP