RE: [OT]: Thanks (c books)

2000-09-05 Thread David Hajoglou
Thanks to those of you who suggested c books. That really helped. Regards, Dave

[OT] Language Question...

2000-09-01 Thread David Hajoglou
I would like to learn about the programming of mod_perl. While I am an ok perl programmer, I know very little of c code. Can somebody suggest a (or several) book that I can start to learn c from? Thanks, David

Re: [OT] Language Question...

2000-09-01 Thread David Hajoglou
Well, if you must know, mod perl was programmed in c On 1 Sep 2000, David Hodgkinson wrote: David Hajoglou [EMAIL PROTECTED] writes: I would like to learn about the programming of mod_perl. While I am an ok perl programmer, I know very little of c code. Can somebody suggest

Re: [OT] Language Question...

2000-09-01 Thread David Hajoglou
for a good book or set of books that one can learn c from (rather than just a language reference). On 1 Sep 2000, David Hodgkinson wrote: David Hajoglou [EMAIL PROTECTED] writes: Well, if you must know, mod perl was programmed in c I knew this. So? -- Dave Hodgkinson

difference between ...

2000-05-24 Thread David Hajoglou
Would there ever be any difference between the output of the following: (looking on the mod_perl quick reference card) From Apache::URI $str = $uri-query() From Request object $str = $r-args(); As far as what they hold about the request, would these ever differ, or do they

Re: how to rewrite to a POST

2000-04-27 Thread David Hajoglou
Ok, looking at all the posts I need to spell all of it out. I am using the database through the backend to prevend any passwords from being transmited and possibally cached in a browser. Here is how it works: Our user, lets call him John, loggs into our portal. This is a microsoft environment

how to rewrite to a POST

2000-04-26 Thread David Hajoglou
I asked a similar question eariler with no response. So, I shall change my aproach. I have figured that I need to use PerlTransHandler for my module, but I still do not know how to turn a GET request into a POST. I can rewrite the filename to the correct file: $r-filename($r-document_root .

design question

2000-04-25 Thread David Hajoglou
I am trying to implement a cross platform auth scheme whereby users log into a system running in a microsoft environment. Then, when they want to check their e-mail, they click a link in the form of: mail.isoftcorp.com/auth?k=sequence the key sequence is determined when they log into the main