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.
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
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
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