Re: [PHP-WIN] How do IF to redirect to a new page on my site?

2008-02-22 Thread germana
try changing print for echo or header On Fri, 2008-02-22 at 13:56 -0700, Greg Cocks wrote: > Hello, > > I have a page where some users set some > parameters from pulldowns on a page (in a form.) > > Based on the user selection, the code builds some SQL (i.e., building > the WHERE part of the

[PHP-WIN] include and warning: headers already sent by ..

2008-02-08 Thread germana
Hi there!!! i just want to ask something... Sometimes when i need to do several include, or require_once or both i get the messeage: Warning: cannot modify header information - header already sent by How i can solve this problem... Thanks!!!

Re: [PHP-WIN] Warning: eregi() [function.eregi]: REG_ERANGE in ...

2008-01-17 Thread germana
i dont know if im gonna be wrong but, here i go: you want to call to $_GET['email'] so in you URL should appear something like this, [EMAIL PROTECTED] On Thu, 2008-01-17 at 12:29 +, Dan Stevens (IAmAI) wrote: > Calling this code with the argument [EMAIL PROTECTED], I'd expect an > inter

RE: [PHP-WIN] Microsoft IIS - Fatal error: Call to undefined function db2_connect()

2008-01-03 Thread germana
My plan is using Apache and Mysql connection But one thing i want to have clear is about PHP and the connection with the Serial Port.. Thanks!!! On Thu, 2008-01-03 at 09:16 -0800, Warren Vail wrote: > You might consider using ODBC to connect. I've had better luck with that on > windows usin

RE: [PHP-WIN] new --- a question

2008-01-03 Thread germana
t; Warren > > > -Original Message- > > From: germana [mailto:[EMAIL PROTECTED] > > Sent: Thursday, January 03, 2008 6:34 AM > > To: php-windows@lists.php.net > > Subject: [PHP-WIN] new --- a question > > > > Hi!!! > > > > im new

[PHP-WIN] new --- a question

2008-01-03 Thread germana
Hi!!! im new here, and this is my first question: i have a hardware device which have to be connected to the PC by the serial port... So, i have to do an application to recive the data from that device the question is Can i do that - the comunication between the device and the PC - using