[nyphp-talk] PhpMyAdmin 3.2.0.1 - 3.2.2.1

2009-10-13 Thread Corey Fogarty
PhpMyAdmin 3.2.0.1 and 3.2.2.1 PHP 5.3.0 Apache 1.3.34 MySQL 5.1.36 I installed the latest version back a couple months ago and noticed that when browsing a table I no longer had a check box, edit or delete button next to each row. This box is a development box so I was not concerned, but we are g

[nyphp-talk] Re: Serial communication in Mac OS X

2008-04-17 Thread Corey Fogarty
Hi Ben, Yup, tried sudo. I still get a hang... How complex would it be for me to implement the Java you are working on... I cant believe there isn¹t a Unix command line serial communication system that just accepts arguments and spews them across the serial port... Course I guess it isn¹t all tha

[nyphp-talk] Re: talk Digest, Vol 18, Issue 38

2008-04-17 Thread Corey Fogarty
Hi Ben, I would be very interested in talking with you. I am trying to move from a VB front end to my home built robotics application to something web driven and running on a Mac. I am just much more familiar with PHP then VB or Java. What type of robotics app are you working on? > Hello Cor

[nyphp-talk] Re: talk Digest, Vol 18, Issue 38

2008-04-17 Thread Corey Fogarty
Hi again, I spoke with Keyspan and they assured me the USB to Serial device was working if I could use the Screen tool. I asked why I was unable to redirect stdin/stdout to and from the /dev/tty. device and was told there was no reason I shouldn¹t be able to do so. I have tried: #echo ³A² >

[nyphp-talk] Serial communication in Mac OS X

2008-04-16 Thread Corey Fogarty
Hi All, I am trying to connect to /dev/tty.USA28Xb2P1.1 which is a Keyspan USB to Serial adapter. I have had success using the screen utility, #screen /dev/tty.USA28Xb2P1.1 but I would like to use PHP to create a web interface to a microcontroller. I have attempted fopen with no luck: > $port =

[nyphp-talk] Re: Single Signon Multiple Domains

2007-03-26 Thread Corey Fogarty
Can you flag the user¹s database record when they log in. Then add a database query to each restricted page on each domain to look at your new ³logged in² field for true. If you don¹t want to trust the user to click a log out button to unflag the record, you could set a cron to clear the flag every

[nyphp-talk] php web search engine

2007-02-14 Thread Corey Fogarty
This is a pretty good system from the O¹Reilly PHP Cookbook, page 514 Program: Site Search. Corey Corey Fogarty BMF Enterprises www.bmfenterprises.com 908.995.4711 > Message: 2 > Date: Wed, 14 Feb 2007 17:00:05 -0500 > From: David Krings <[EMAIL PROTECTED]> > Subject: Re