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

2003-11-18 Thread Mario Miyojim
Thank you. It was the king of advice that I needed,
because I was unaware of the existence of this
parameter.
I was struggling with the lack of mysql support when I
tried
to use the new RedHat 9. When I finally solved that 
problem, I became confused with the inability to
transmit
variable values through the POST method, that is why I
asked for help. Now I can help others with the same
dilemma.
Thanks, indeed.
p
--- John Nichel [EMAIL PROTECTED] wrote:
 Mario Miyojim wrote:
  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. 

 
 Chances are, register_globals was on with your old
 installation, and now 
 it is off by default in php.  Either turn it on in
 the php.ini 
 (not-recommended), and restart your webserver, or
 rewrite your code to 
 work with globals off (recommended).  Things like
 $PHP_SELF would now 
 be, $_SERVER['PHP_SELF'].
 
 Look here
 
 http://us3.php.net/register_globals
 
 Also, you'll get more help with an item such as this
 from a php mailing 
 list.
 
 -- 
 By-Tor.com
 It's all about the Rush
 http://www.by-tor.com
 


__
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



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
p
--- Chris [EMAIL PROTECTED] wrote:
 You could try http://us2.php.net/ ,
 http://us3.php.net/ , or
 http://us4.php.net/ .
 
 This isn't a PHP mailing list, but I'll answer your
 question briefly.
 


__
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



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
FORM ACTION=?php print($PHP_SELF)  METHOD=post
construct, but they are not working as they should.
I tried to get help from the PHP home site, but
www.php.net
has been unreacheable to me for several days.
I am considering a desperate attempt to go back to
RedHat 7.1
because that configuration supported my PHP scripts,
but now I can't
even read the updated PHP manual.
Please, if anyone knows how to circumvent this
problem, help me!
Thanks

__
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



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, unsuccessfully.
Has anybody out there experiences with this kind of
problem? 
It could be any solution, such as PHP + javascript, or
PHP all by itself. 
Is there a good publication talking about this issue?
Thank you
Mario


__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php