[PHP-WIN] About PHP and Apache 1.3.xx

2009-04-08 Thread Alejandro Esteban Galvez
Hi people! I am new in this of PHP in Windows, and i am interested on known how I can link PHP4 and Apache 1.3 PD: Don't worry for my english. I speak tittle english, because i am cuban, bye Alejandro Esteban Galvez Administrador de Red IP

Re: [PHP-WIN] Configuring and send mails in winxp??

2007-05-30 Thread Alejandro G.
u are using a Windows version of PHP, the mail facility is pre-compiled. All you need to do is set the PHP.INI directives below. [mail function] ; For Win32 only. SMTP = [EMAIL PROTECTED] smtp_port = 25 ; For Win32 only. sendmail_from = [EMAIL PROTECTED] Regards, Neil -Original Message---

[PHP-WIN] Configuring and send mails in winxp??

2007-05-29 Thread Alejandro G.
Hi Everybody! I need to configure the mail option in PHP because I want to use the function mail( ) with the smtp of my ISP. My machine is the server of an Intranet and the mail had to go to the Internet. This server is using Apache 2.x How can I configure php to do that?? I read the documentati

[PHP-WIN] Function MAIL()

2006-08-09 Thread Alejandro C. Garrammone
Hi!!! I have a problem with the Mail() function. I've looked in documentation and help, I've configured php.ini but don't work. My mail account needs a password, where do I put them???. thxs in advance, Alex PD: sorry for my english.

Re: [PHP-WIN] PHP 4.4.2 and MySQL 5?

2006-04-06 Thread Alejandro C. Garrammone
First of all, I suposed that you have Win32 running. Ok, then if you install PHP from the installer then you need to download the ZIP file too, because the installer don't have the extensions, and mysql installs on PHP with an extension. Then, look for the extension in php.ini located on C:\win

Re: [PHP-WIN] Re: Problems with instalation on Apache

2006-03-29 Thread Alejandro C. Garrammone
Thxs to all. I register_globals and load the extension and it's working now. Thx again! Alex - Original Message - From: "El Bekko" <[EMAIL PROTECTED]> To: Sent: Tuesday, March 28, 2006 3:27 PM Subject: [PHP-WIN] Re: Problems with instalation on Apache Alejandr

[PHP-WIN] Problems in connection to mysql

2006-03-28 Thread Alejandro C. Garrammone
Im trying to migrate from Apache 1.3, php 4.x and mysq 3.23 to apache 2.0.55, php 5.0.2 and mysql 5.0. I configure everything but I think something is missing in the cofiguration because i cannot connect to mysql via apache/php. When I try to connect to mysql the following error occurs: Fatal e

[PHP-WIN] Problems with instalation on Apache

2006-03-28 Thread Alejandro C. Garrammone
Hi! I'm installing php 5.0.1 on Apache 2.0.55, I think it's works fine but when I load an html form they said "Notice: Undefined variable: submit in C:\Archivos de programa\Apache Group\Apache2\htdocs\as_insercion.php on line 10" and the other problem it not connect to the MySQL DB. Before this

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:

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

2004-07-26 Thread Alejandro César Garrammone
Hi Daniel... Do you know how to do it if I don't use sessions?. Some of the guys give me some tips but there are not working. If you need some other information, I'll send you. Thank you in advance, Alex - Original Message - From: "Daniel Anderson" <[EMAIL PRO

[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

[PHP-WIN] Question

2003-10-23 Thread Alejandro C. Garrammone
Sorry, but it isn't a question abount PHP. Somebody know a Free Mail Server Software that works on a LAN with win9x? Best Regards, Alex -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Question

2003-10-23 Thread Alejandro C. Garrammone
Sorry, but it isn't a question of PHP. Somebody know a Free Mail Server that works on a LAN with win9x??? Best Regards, Alex -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] how to establish relationship in Mysql

2003-08-20 Thread Alejandro C. Garrammone
For what do you want to establish a relationship??...just do a inner join or a natural join in a query and you must achieve the same results than the relationship in access. Or if you want you can install de odbc driver for mysql and work with the tables in access. Best regards, Alex - Origin

[PHP-WIN] Looking for Debugger program.

2003-08-15 Thread Alejandro C. Garrammone
Someone know how to find a debugger program for PHP?...because it's hard to debug with the Notepad. Thxs in advance, Alex -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] installation problem in win98 system

2003-08-14 Thread Alejandro C. Garrammone
Hi Muhammadwell...when you start Apache...they must said that Apache and PHP are working. Second, do you install the php as a service of apache??. You must do that in order to achieve full functionality and coordiantion between Apache and PHP. If you have any answers, email me. Best regards,

Re: [PHP-WIN] Parse error what's this, what to do?

2003-06-20 Thread Alejandro C. Garrammone
Ildiko, every time you want to use php code you must start with a " so, here you want to embeded html code and then you want to write another part of the code so it's look like this: [Html Code] Hope this helps... But it isn't the answer...please post you code!! - Original Message --

[PHP-WIN] Fatal Error?...Solved

2003-05-30 Thread Alejandro C. Garrammone
I want to thank Cristian MARIN & Svensson, B.A.T. for working on my code to solve my problem. I think that the behavior of guys like them are vital for this newsgroup to survive. Guys, THANK YOU AGAIN. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/u

Re: [PHP-WIN] Re: Fatal Error???

2003-05-30 Thread Alejandro C. Garrammone
very well. -- - Cristian MARIN InterAKT Online (www.interakt.ro) +4021 411 2610 [EMAIL PROTECTED] "Alejandro C. Garrammone" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi guys...I'm in trouble again...see if you can help me... > I g

Re: [PHP-WIN] Re: Fatal Error???

2003-05-29 Thread Alejandro C. Garrammone
21 on my computer :) you have omitted 20 positions of $assunto ENDWHILE; All the loops are the same, please verify them yourself. Cristic -- - Cristian MARIN InterAKT Online (www.interakt.ro) [EMAIL PROTECTED] "Alejandro C. Garrammone&

[PHP-WIN] Fatal Error???

2003-05-27 Thread Alejandro C. Garrammone
handle, PRINTER_PAPER_WIDTH); > $var3= printer_get_option($handle, PRINTER_PAPER_LENGTH); > PRINT "$var1"; > PRINT "$var2"; > PRINT "$var3"; > printer_start_doc($handle, "My Document"); > printer_start_page($handle); > > $pen = printer

Re: [PHP-WIN] RE: [personal] AW: [PHP-WIN] php.ini extension path

2003-05-27 Thread Alejandro C. Garrammone
There is not "c:\extensions\" is "c:\extensions" look...it's diferent Hope this helps, Alex - Original Message - From: "josh aldrich " <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, May 27, 2003 12:36 AM Subject: [PHP-WIN] RE: [personal] AW: [PHP-WIN] ph

Re: [PHP-WIN] RE: [php] [PHP-WIN] Re: extension path in php.ini

2003-05-27 Thread Alejandro C. Garrammone
Hey...josh...do u read the message I posted yesterday???. It works for Tobyso the must work with u either. - Original Message - From: "josh aldrich " <[EMAIL PROTECTED]> To: "'Cristian MARIN'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, May 26, 2003 9:58 PM Subject: [PHP-WIN

[PHP-WIN] Re: PHP and DB2 on AS400

2003-03-07 Thread Alejandro Trujillo J.
I never do that, but, you can do it with the ODBC that is supported in Windows PHP version, that is my idea for you. -- Alejandro Trujillo J. Cube Systems LTDA. web : csltda.com Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/ -- PHP Windows Mailing List

[PHP-WIN] Re: Send mail

2003-02-27 Thread Alejandro Trujillo J.
could be a small think but are you checked the php.ini config?? the code looks good, meabe is the mail server config in the php.ini -- Alejandro Trujillo J. Cube Systems LTDA. web : csltda.com Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/ -- PHP Windows Ma

[PHP-WIN] help!!

2001-11-15 Thread Alejandro
I have a problem:I have a php page wich runs well when I run it, but when I run a html page and links the php file, the source code is seen on the screen. It´s like apache wouldn't understand php!!. Any ideas? Thanks Hola!.tengo un problema y es que tengo una página .php que, cuando la llamo por

[PHP-WIN] Help with dbase!!!

2001-10-26 Thread Alejandro Viana
I'm trying to read a record from a dbase data base so I've previously opened it successfully. The problem is that I call the function dbase_get_record, but it returns no records. The database is ok because I call the funcion dbase_numfields and dbase_numrecords and they give me correct information

[PHP-WIN] Help with dbase!!!

2001-10-26 Thread Alejandro Viana
I'm trying to read a record from a dbase data base so I've previously opened it successfully. The problem is that I call the function dbase_get_record, but it returns no records. The database is ok because I call the funcion dbase_numfields and dbase_numrecords and they give me correct information

[PHP-WIN] Help with dbase!!!

2001-10-26 Thread Alejandro Viana
I'm trying to read a record from a dbase data base so I've previously opened it successfully. The problem is that I call the function dbase_get_record, but it returns no records. The database is ok because I call the funcion dbase_numfields and dbase_numrecords and they give me correct information

[PHP-WIN] Help with dbase!!!

2001-10-26 Thread Alejandro Viana
I'm trying to read a record from a dbase data base so I've previously opened it successfully. The problem is that I call the function dbase_get_record, but it returns no records. The database is ok because I call the funcion dbase_numfields and dbase_numrecords and they give me correct information

[PHP-WIN] Help!!!

2001-10-26 Thread Alejandro Viana
I'm trying to read a record from a dbase data base so I've previously opened it successfully. The problem is that I call the function dbase_get_record, but it returns no records. The database is ok because I call the funcion dbase_numfields and dbase_numrecords and they give me correct information