Re: [PHP] trying to figure out the best/efficient way to tell whoisloggedinto a site..

2005-09-14 Thread Ben Holt
bruce wrote: ben... i understand what you've stated, but i was under the impression that a number of sites (etrade, etc...) can/do track who is/is not logged into their sites.. and not just by some crude 'timeout' function... Yes they do, the key there being that they are tracking who is log

Re: [PHP] trying to figure out the best/efficient way to tell whoislogged into a site..

2005-09-13 Thread Ben Holt
bruce wrote: ben... your statements/approach is pretty much what i've been thinking of. however, with regards to the forums/cms apps.. i've yet to find one that actually keeps a track of the logged in users, that works when the user kills the browser.. the ones that i've seen, that allow an ad

[PHP] Re: unbale to send mails using mail function

2001-11-29 Thread Ben Holt
Have a look at the path to sendmail in your php.ini file. To get mine to work I had to set it to '/usr/sbin/sendmail -t -i'. Your path may be different, but the -t and -i switches are important. - Ben Sanjay wrote: > Hi > > I have successfully installed PHP 4.0.6 with apache 1.3.22 on my m

[PHP] PDFLib - Builds & Installs, but doesn't show up in phpinfo()

2001-11-28 Thread Ben Holt
Hi all, I've been banging my head against the wall for a few days and have finally decided to consult the list. Here's what I'm trying to do and what is happening: Platform: Various version of RH Linux, primary 6.2 (on an i586), but when that failed (repeatedly) I started trying it on a 7.1

[PHP] Re: checkboxes

2001-10-26 Thread Ben Holt
Sounds like onChange to me... when you check it you change it, when you uncheck it you change it. - Ben Boaz Yahav wrote: > does anyone know the HTML event that knows when a checkbox has been > checked and unchecked? > So far I'm using onChange but that is not exactly what I need. I need to >

[PHP] Re: Daylight savings and timestamps

2001-10-26 Thread Ben Holt
Your timestamps should be in UTC, and therefore not effected by daylight savings. - Ben Nathan Cassano wrote: > Hello fellow PHPer's, > Daylight savings is soon upon most of us and I have some > questions in regard to timestamps. My problem: So we put our clocks an > hour back. I have da

[PHP] Re: Auto-Stretch and the BACK - FORWARD buttons -- HELP!

2001-10-18 Thread Ben Holt
> My BODY tag reads as follows: > topmargin="0" marginwidth="0" marginheight="0"> > > Any tips on how I can correct this? It needs to be flush irregardless if > the user presses the BACK button or not. > What is that width setting doing in your body tag? Is a width setting even recognize

[PHP] Re: Running php script with "?var=string" query inside another php script

2001-09-05 Thread Ben Holt
Dave.O wrote: > I am trying to run a php script with query from wthin another php script. > > I have a php script that adds information to a database and calls another > php script with query to view those details using the include command but I > keep getting an error "Failed opening" file. >