[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

[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

[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
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

Re: [PHP-DB] HTML + PHP

2003-01-16 Thread Sabina Alejandr Schneider
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

[PHP-DB] SELECT problem

2003-01-16 Thread Sabina A. Schneider
to me these days. Thank you very much!!! Sabina Alejandra Schneider[EMAIL PROTECTED]

[PHP-DB] HTML + PHP

2003-01-15 Thread Sabina A. Schneider
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

[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

[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:

[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!!!