Re: [PHP] Reading mime attachments into a rdbms

2001-05-03 Thread Larry Hotchkiss
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] -- Larry Hotchkiss Universal Capital 612-551-9309 http://www.unicap.com/ -- PHP Gene

Re: [PHP] --enable-trans-sid and forms

2001-04-27 Thread Larry Hotchkiss
h --enable-trans-sid, > are the URLs that are part of the form's action supposed > to be modified to include the SID? So far that's not > been happening and I just want to verify that this is > expected behavior. > > thnx, > Chris -- Larry Hotchkiss Universal Capit

[PHP] update form design question.

2001-04-25 Thread Larry Hotchkiss
Basically I am just trolling for some thoughts on how others may accomplish this task. I have a mysql database. In the database I of course have records. These records have a date field and after so many days I have a script to delete old records. Now, there are often times when a

Re: [PHP] PHP Sessions Problem

2001-04-20 Thread Larry Hotchkiss
Thats very interesting. I normally use Netscape 4.7 myself, I find 6 to be a resource hog and just plain slow. I tried your site and as you pointed out, with 4.7 the registered var does not show. Yet, when I fire up IE all works fine. I guess what I find strange is that I am using sessions

Re: [PHP] PHP and Double?

2001-04-18 Thread Larry Hotchkiss
e, like so > > numb1 = 3 > numb2 = 2 > > thanks. > jason > > -- > 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: [EM

[PHP] regex and mysql - looking for opinions.

2001-04-18 Thread Larry Hotchkiss
Im working on a site utilizing apaches/mysqp and of course php. Im working through the basic framwork creating forms to collect user input and do various searches etc. I was curious as to what most people find the best way keep thier mysql queries from getting messed up by user entered dat

[PHP] php sessions and proxies.

2001-04-16 Thread Larry Hotchkiss
Here is the scenario. I have a pure html form where a user login and pass is gathered and sent to a php script via the post method. The php script authenticates against a DB starts a session and uses the header function to send a header with the sessionid back to the browser. Everything wo

[PHP] php to process mail attachments.

2001-03-30 Thread Larry Hotchkiss
as well as have metamail uudecode the attachment for processing by php as well. Has anyone done this? Any pointers or recipes would be greatly appreciated. As well as any other possible solutions. -- Larry Hotchkiss -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail

[PHP] sessions and javascript.

2001-03-26 Thread Larry Hotchkiss
for submitting the form everything works fine, yet when I implement javascript to submit the form it ceases to function. Anyone have any ideas? -- Larry Hotchkiss -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

Re: [PHP] php 4.04pl 1-3 for red hat 7

2001-03-26 Thread Larry Hotchkiss
; and then failed. It reported "cannot find necessary header files". I am sure I just need some devel software installed or have an incorrect path, but what is the best way to figure out which header is missing or not pathed? Larry Hotchkiss wrote: > > Thanks. I just

Re: [PHP] php 4.04pl 1-3 for red hat 7

2001-03-23 Thread Larry Hotchkiss
Thanks. I just grabbed the source and am looking over it. The way the red hat RPM is configed is perfect for me except for the exclusion of enable-trans-sid. Am I correct in assuming in addition to using --enable-trans-sid that I should also use the current config options displayed by phpi

[PHP] php 4.04pl 1-3 for red hat 7

2001-03-22 Thread Larry Hotchkiss
Ok, I am working on a site where I would like to use sessions but NOT cookies. I would also like to have the sessions automatically appended to URL but I have a few questions. The current php rpm distribution was not compiled with --enable-trans-sid (according to phpinfo.php), am I correct

[PHP] array VS object?

2001-02-02 Thread Larry Hotchkiss
determine the field names in an object so that they can be called? -- Larry Hotchkiss -- 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] cancel <3A79D543.779F9F37@unicap.com>

2001-02-01 Thread Larry Hotchkiss
This message was cancelled from within Mozilla. -- 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] details on imap functions.

2001-02-01 Thread Larry Hotchkiss
Thanks Rasmus, but I cant find just the imap source tarball. I do have the complete source from php.net but there is no 'internal.txt' anywhere in it. Rasmus Lerdorf wrote: > > docs/internal.txt is part of the imap source tarball > > On Thu, 1 Feb 2001,

[PHP] details on imap functions.

2001-02-01 Thread Larry Hotchkiss
hey can e-mail to me? Or point me to where I can get it? -- Larry Hotchkiss -- 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] connecting to AS400 DB2

2001-01-31 Thread Larry Hotchkiss
your windows ver of php, you should just be able to uncomment the line in your php.ini so it can use odbc and make sure the extension path is set correctly. -- Larry Hotchkiss "Conover, Ryan" wrote: > > I was wondering if anyone as successfully pulled info from a DB2 Databas

[PHP] imap (nntp) message tracking

2001-01-31 Thread Larry Hotchkiss
in mysql databse and I am using php4. I have been playing with a little code and can retrieve a list of messages as well as the headers/body etc, I am just unsure how to track message status. ANyone have any ideas? -- Larry Hotchkiss -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] PHP_SELF - silly question

2001-01-23 Thread Larry Hotchkiss
manual/en/language.variables.scope.php > > Mike > > -Original Message- > From: Larry Hotchkiss [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 23, 2001 12:21 PM > To: [EMAIL PROTECTED] > Subject: [PHP] PHP_SELF - silly question > > Im a little brain fri

[PHP] PHP_SELF - silly question

2001-01-23 Thread Larry Hotchkiss
Im a little brain fried today and I have a silly question. I have a script (imagine that huh?) that I want to pull some code out of and put in a function that is contained in a seperate file. The function however inlcudes some lines with $PHP_SELF in a link (a href). When I remove the code

[PHP] mysql index (semi ot)

2001-01-11 Thread Larry Hotchkiss
p the indexes tight and clean? How do others handle this type of scenario? Could I run a reindex or something from a cron job? Thanks for any input. - Larry Hotchkiss -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED