Re: [PHP-WIN] simple database question

2004-11-12 Thread Alejandro César Garrammone
You're creating o modifiying a database or the "code" you mention is php? Do you do some errors in what exactly? - Original Message - From: "Patrick Roane" <[EMAIL PROTECTED]> To: "Php-Windows" <[EMAIL PROTECTED]> Sent: Thursday, November 11, 2004 6:21 PM Subject: [PHP-WIN] simple database

Re: [PHP-WIN] Question concerning SWITCH and Comparisons

2004-11-11 Thread Alejandro César Garrammone
I think this may work...but doing some debbuging I suggest: case ($qty>=1600 and $qty< 2400): //$qty is less than 2400 and I modified the semi-colon of this part of code: case ($qty >= 2400): //$qty is greater than or equal to 2400 I tried your code and It works! Hope this helps, Alex - Orig

Re: [PHP-WIN] Apache, PHP4, MySQL installation

2004-11-05 Thread Alejandro César Garrammone
I don't know what problem could you have...please put some code, or error. You can access to the database using the console of mysql? Best Regards, Alex - Original Message - From: "Jeroen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 05, 2004 2:52 PM Subject: [PHP-W

Re: [PHP-WIN] how to expire a page?

2004-07-27 Thread Alejandro César Garrammone
Hi! and thks for your reply. I do what you said, but when I press the button of the form and the I press "BACK BUTTON" the form is still there.! If you want my code, please tell me and I'll send you. Thx again, Alex - Original Message - From: "Oliver John V. Tibi" <[EMAIL PROTECTED]> To:

[PHP-WIN] how to expire a page?

2004-07-16 Thread Alejandro César Garrammone
I want that if the user press the back button of the browser, the page expires. How can I do that?. Thx in advance. Alex

Re: [PHP-WIN] output html reports to printer and not browser

2004-06-10 Thread Alejandro César Garrammone
I think if you look in the manual, it says something about this on the appendix. Then you must configure the printer on the php.ini (look at the bottom of it) Hope this helps, Alex - Original Message - From: "Brent" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 10, 2004

Re: [PHP-WIN] Transfering database

2004-05-27 Thread Alejandro César Garrammone
Look Sudeep, I do some research for you, all the funtions php do is on the manual, exactly on "Function Reference" Chapter LXI (Mysql). Hope this helps, but I'm agree with the guys that you need to do some research (first of all, always check the manual) before you post here. Don't take it bad, but

Re: [PHP-WIN](Problem Solved) I've found the cause of the error but I cant fix it.

2004-05-13 Thread Alejandro César Garrammone
Thxs guys (Gerardo, Trevor, Steve, Luis), the problem is like Trevor and Steve says...the famous register_global variable Thxs again, Alex - Original Message - From: "Gryffyn, Trevor" <[EMAIL PROTECTED]> To: "Alejandro César Garrammone" <[EMAIL PROTECTED]&

Re: [PHP-WIN] I've found the cause of the error but I cant fix it.

2004-05-13 Thread Alejandro César Garrammone
ome of the files like php.ini and httpd.conf, tell me and I'll send you those files. Thxs for helping me!!! Alex - Original Message - From: "Gryffyn, Trevor" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Alejandro César Garrammone" <[EMAIL PROTEC

[PHP-WIN] I've found the cause of the error but I cant fix it.

2004-05-13 Thread Alejandro César Garrammone
Hi all, The problem is the GET and the POST method. I've create a simple form and I pass my name on it, on the other hand, on the file referenced in the form, I put an echo with the variable, and it doesn't print it. (I use GET, on the link it shows it, but the variable is empty). How can I fix

Re: [PHP-WIN] Problems Configuring and I do all the manual says...HELP!

2004-05-13 Thread Alejandro César Garrammone
x it? Thxs again for your response, Alex - Original Message - From: "Steve Douville" <[EMAIL PROTECTED]> To: "Alejandro César Garrammone" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, May 13, 2004 12:37 PM Subject: Re: [PHP-WIN] Problems Con

[PHP-WIN] Problems Configuring and I do all the manual says...HELP!

2004-05-13 Thread Alejandro César Garrammone
Hi all, I've a problem configuring my php on a Windows XP OS. I do all the manual says...the Apache Server has service start and it seems it is working fine...but when the php try to connect to a mysql databases it's do nothing. Before the XP I have a W98 running perfectly with Apache, PHP and Mys

Re: [PHP-WIN] Problems Configuring.

2004-05-12 Thread Alejandro César Garrammone
, tell me and I will send you ASAP. Can you still help me? THX IN ADVANCE, Alex - Original Message - From: "Jason Barnett" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 12, 2004 12:35 PM Subject: [PHP-WIN] Re: Problems Configuring. > Alejan

[PHP-WIN] Problems Configuring.

2004-05-12 Thread Alejandro César Garrammone
Hi all, I've a problem configuring my php on a Windows XP OS. I do all the manual says...the Apache Server has service start and it seems it is working fine...but when the php try to connect to a mysql databases it's do nothing. Before the XP I have a W98 running perfectly with Apache, PHP and Mys