RE: Needing help about PHP+mysql on RedHat 9.

2003-11-18 Thread Mario Miyojim
Thank you. Now I read tutorials at the new PHP web site, so my old scripts are refurbished and are functional. I initialize every variable like this: $var1 = $_POST['var1']; for example, and values are correctly passed. Mario --- Chris <[EMAIL PROTECTED]> wrote: > You could try http://us2.php.

Re: Needing help about PHP+mysql on RedHat 9.

2003-11-18 Thread Mario Miyojim
through the POST method, that is why I asked for help. Now I can help others with the same dilemma. Thanks, indeed. --- John Nichel <[EMAIL PROTECTED]> wrote: > Mario Miyojim wrote: > > I am trying to revive an existing LAMP system. > > I recently installed RedHat

Needing help about PHP+mysql on RedHat 9.

2003-11-17 Thread Mario Miyojim
I am trying to revive an existing LAMP system. I recently installed RedHat9. I had several LAMP applications working under RedHat 7.1, but now they don't function properly. For instance, I have many scripts that use the construct, but they are not working as they should. I tried to get help from

How to update the database through an applet?

2003-01-31 Thread Mario Miyojim
PHP works fine to update a mysql database on the server. But I would like to access a device connected to the serial port or a USB port on the client computer through an applet and store this information in the database on the server. I have tried to find an example of such a transaction on the net