[PHP-DB] Help wanted, Writing to the LPT Port.

2005-04-21 Thread JB
Hello, I want to write a switch board in PHP. So that it is possible to write data 1 or 0 to the D0 - D7. So that It is possible to switch a relais wich I connected to the LPT port of my webserver. I could not find any examples or documentation on this theme. Could somebody help me with this

Re: [PHP-DB] Web Development Language of Choice

2001-02-07 Thread JB
Are you running this on a Unix server? If you are you could probably handle hundreds of thousands of hits a day with a single PIII and 128 megs of RAM. If you're not serving a mass amount of hits (tens of thousands) the you have no reason to be concerned. - Original Message - From:

[PHP-DB] Cannot send session cache limiter - headers already sent Cannot send session cookie - headers already sent by

2001-01-10 Thread JB
? =) thanks You are missing a parentheses: if (!session_is_registered('cart') { correct: if (!session_is_registered('cart')) { ^ -Original Message- From: JB [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 10, 2001 6:05 AM To: [EMAIL PROTECTED