[PHP-DB] Thank you for your help!!!!

2003-01-29 Thread Sabina Alejandr Schneider
Hello to everybody!!! this time I'm writing to you to 
thank you all for the help you have iven to me this last 
days. I'm very satisffied with this language and with the 
group of persons that are working here. Thank you once 
more for your time and help! :-)

Sabina Alejandra Schneider
[EMAIL PROTECTED]








_

Tutopia - Acceso a Internet rápido, fácil y a los mejores precios.
http://www.tutopia.com

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DB] Cookies problems

2003-01-21 Thread Sabina Alejandr Schneider
Hello people!!! This time I have a problem with cookies. I 
tried to send a cookie from one page with the function 
sendcookie(chat,$mail) to a page in another directory, 
but when I tried to prine echo($chat) or 
echo($_COOKIE[chat]) I got notheing. So I put the second 
page where it was the page that sent the cookie and tried 
again. This last time I got the cookie in the echo($chat) 
but not in the echo($_COOKIE[chat]) I need to send a 
cookie to a page in another path and I need that the 
cookie stays in the client browser so I can see if I can 
recognize him/ her next time he/she enters the chat. Was I 
clear? Thank you very much for all of your help and 
time!!! I really appreciate your help in times I'm 
desesperated like this time :-)






_

Tutopia - Acceso a Internet rápido, fácil y a los mejores precios.
http://www.tutopia.com

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DB] HTML + PHP

2003-01-16 Thread Sabina Alejandr Schneider
Thank you very much for the idea!! I've controlled 
that before but it seemed to be all right... I'll try 
again!! Could it be that th body and one of the tables is 
in a function and the rest is in the main stript?
Thank you very much for your time!!!

On Thu, 16 Jan 2003 15:10:31 +0800
 Jason Wong [EMAIL PROTECTED] wrote:
On Thursday 16 January 2003 11:43, Sabina A. Schneider 
wrote:
Hello everybody!!! Here am I again with problems... 
:-( This time I
programmed severan php scripts embebed with HTML, but 
the curiosity comes
when I try to see the scripts in a browser. In Opera 
it's ok, but in
Mozilla and Internet Explorer it appears one table on 
the other, everything
mixed up. I have most of the scripts structured as 
follows: a table that
contains the name of the enterprise and the site's area 
and another table
(theorically beneath the first one) withe the content of 
a table of my
database. Both of them appear the second one under the 
first one, but mixed
up. I used functions to build the code... What can it 
be? Was I clear with
the problem? Otherwise I can send a screenshoot with the 
problem, but I
don't think it's allowed to attach files in this list.

Most likely your HTML is broken -- unclosed/unbalanced 
tags (/td, /tr, 
/table).

--
Jason Wong - Gremlins Associates - www.gremlins.biz
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications 
Development *


/*
When the going gets tough, the tough go grab a beer.
*/


--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php








_

Tutopia - Acceso a Internet rápido, fácil y a los mejores precios.
http://www.tutopia.com

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DB] Sessions problems

2003-01-05 Thread Sabina Alejandr Schneider
Hello everybody
I was trying to use Sessions, but I had some problems. 

I have an old version of the Apache, that comes with the 
Red Hat 7.2.

when executing this in my page:

session_start();
if(!isset($_SESSION['s_test'])){
   $_SESSION['s_prueba']=1;
}

There appear this in the page:
Warning: Cannot send session cookie - headers already sent 
by (output started at /var/www/html/prueba/index.php:8) in 
/var/www/html/prueba/index.php on line 10

Warning: Cannot send session cache limiter - headers 
already sent (output started at 
/var/www/html/prueba/index.php:8) in 
/var/www/html/prueba/index.php on line 10

What can be the problem here? How can I solution this?

Thanks in advance






_

Tutopia - Acceso a Internet rápido, fácil y a los mejores precios.
http://www.tutopia.com

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DB] Session variable problems

2003-01-05 Thread Sabina Alejandr Schneider
Hello to everybody!!! I have a problem with the sessions 
variable registration. I register a variable with the
$_SESSION[] array and set it to 1, but when I try to
access that variable in another script it is emty...
What's the problem there??
  Thank you very much in advance!!!






_

Tutopia - Acceso a Internet rápido, fácil y a los mejores precios.
http://www.tutopia.com

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php