[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



[PHP-DB] PHP.ini

2003-01-19 Thread Sabina A. Schneider
Sorry... here is the attach!

  Sabina Alejandra Schneider
[EMAIL PROTECTED]


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


[PHP-DB] Fw: Windows 2000 problems

2003-01-19 Thread Sabina A. Schneider
I am writing to you to report a problem, which I haven't found in the
FAQs and errors. I have installed Apache 1.3.27 for Windows, with PHP4 and
Mysql 1.4 and when I try to see a page, that contains sessions there appears
an error- window that says that Windows closes Apache, because it has
genereted a problem. I search in the Apache logs but nothing appears. I've
followed the php code that I've generated and the problem is where the
script tris to register a variable. I attach here my php.ini that I'm using
in C:\Winnt .Thank you very much for your help and time.
  Sabina Alejandra Schneider
[EMAIL PROTECTED]



-- 
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] SELECT problem

2003-01-16 Thread Sabina A. Schneider



 Hello PHP 
world!!! i've just finisched installing Apache 1.3.27 with PHP4 and 1.4 in 
Windows 2000. I've installed all off the scripts that function all right in 
Linux Red Hat in Windows 2000, but when it comes to do a simple select to a 
table that does exist and the select is all right there appears a message as if 
the query weren't all right at all:
Warning: mysql_fetch_row(): 
supplied argument is not a valid MySQL result resource in 
g:\apache\apache\htdocs\digimedia\adm_central\index.php on line 
18
 What could it 
be? I really appreciate the great help you have been giving to me these days. 
Thank you very much!!!


Sabina 
Alejandra Schneider[EMAIL PROTECTED]


[PHP-DB] HTML + PHP

2003-01-15 Thread Sabina A. Schneider



 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 
scriptsstructured 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.


Sabina 
Alejandra Schneider[EMAIL PROTECTED]


[PHP-DB] Examine button

2003-01-09 Thread Sabina A. Schneider
Hello everybody!!! I'm writing to you to ask if somebody knows how can I do to 
emulate the examine button to retrive a file's path to save that string in the 
database. Specifically, it's a photo, that've got to search in the directory's window. 
Thanks in advance!

  Sabina Alejandra Schneider
[EMAIL PROTECTED]



[PHP-DB] Examine button

2003-01-08 Thread Sabina A. Schneider



 Hello 
everybody!!! I'm writing to you to ask if somebody knows how can I do to emulate 
the examine button to retrivea file'spath to save that string in the 
database. Specifically, it's a photo, that've got to search in the directory's 
window. Thanks in advance!


Sabina 
Alejandra Schneider[EMAIL PROTECTED]


[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