[PHP] How can I get the url in the IE?

2005-10-19 Thread Tomás Rodriguez Orta
Hello friend.
How can I get the url in the IE ?

best regards TOMAS


-
Este correo fue escaneado en busca de virus con el MDaemon Antivirus 2.27
en el dominio de correo angerona.cult.cu  y no se encontro ninguna coincidencia.

Re: [PHP] problem with the session and global variable

2005-09-03 Thread Tomás Rodriguez Orta
Ok. thanks but I am did a mistake at the code web sitie.

but I solve this problem.

thanks very mouh.
@TOMAS
- Original Message -
From: "Gustav Wiberg" <[EMAIL PROTECTED]>
To: "Tomás Rodriguez Orta" <[EMAIL PROTECTED]>;

Sent: Friday, September 02, 2005 10:29 PM
Subject: Re: [PHP] problem with the session and global variable


> Hi there!
>
> I don't quite understand what you're trying to do here. Please send more
> code, then I might be able to help you... :-)
>
> /G
> @varupiraten.se
>
> - Original Message -
> From: "Tomás Rodriguez Orta" <[EMAIL PROTECTED]>
> To: 
> Sent: Saturday, September 03, 2005 4:46 AM
> Subject: [PHP] problem with the session and global variable
>
>
> Hello people.
>
> I have an problem very very complicate for me.
> I have some template in my web sitie, and a car buy, I want to show to the
> user what count of the books have in your car buy,
> but when I enter a new page in the other tampletae the variable take 1,
why?
> In ache page I write the following line
> session_start()
>
> and the template I write
> if (isset($_SESSION['listprod'])) { $c=$_SESSION['i'];
>   echo $c." "."books in your car buy";
>
> some bidy can help me?
>
> best regards TOMAS
>
>
>
>
> -
> Este correo fue escaneado en busca de virus con el MDaemon Antivirus 2.27
> en el dominio de correo angerona.cult.cu  y no se encontro ninguna
> coincidencia.
>
>
> --
--
>
>
> No virus found in this incoming message.
> Checked by AVG Anti-Virus.
> Version: 7.0.344 / Virus Database: 267.10.18/88 - Release Date: 2005-09-01
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
> -
> Este correo fue escaneado en busca de virus con el MDaemon Antivirus 2.27
> en el dominio de correo angerona.cult.cu  y no se encontro ninguna
coincidencia.
>


-
Este correo fue escaneado en busca de virus con el MDaemon Antivirus 2.27
en el dominio de correo angerona.cult.cu  y no se encontro ninguna coincidencia.

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



[PHP] problem with the session and global variable

2005-09-02 Thread Tomás Rodriguez Orta
Hello people.

I have an problem very very complicate for me.
I have some template in my web sitie, and a car buy, I want to show to the user 
what count of the books have in your car buy,
but when I enter a new page in the other tampletae the variable take 1, why?
In ache page I write the following line 
session_start()

and the template I write 
if (isset($_SESSION['listprod'])) { $c=$_SESSION['i'];
  echo $c." "."books in your car buy";

some bidy can help me?

best regards TOMAS




-
Este correo fue escaneado en busca de virus con el MDaemon Antivirus 2.27
en el dominio de correo angerona.cult.cu  y no se encontro ninguna coincidencia.

[PHP] How Can I delete an Item of one array

2005-08-17 Thread Tomás Rodriguez Orta
Hi people.

How Can I do this.
I want to delete an element behind of array?, what function What Can I use?

best regards TOMAS


-
Este correo fue escaneado en busca de virus con el MDaemon Antivirus 2.27
en el dominio de correo angerona.cult.cu  y no se encontro ninguna coincidencia.

[PHP] How Can I send mail in php in HTML format?

2005-07-28 Thread Tomás Rodriguez Orta
Hello friends.

How Can I send mail from php in HTML format?.
I use the mail() function, but I dont know doing.somebody can I help me?


Best regards TOMAS


-
Este correo fue escaneado en busca de virus con el MDaemon Antivirus 2.27
en el dominio de correo angerona.cult.cu  y no se encontro ninguna coincidencia.

Re: [PHP] problem with the pager class not found

2005-04-25 Thread Tomás Rodriguez Orta
I continue with the error page class not found, this class where can I see?,
in my disk I have the packet DB.php, pear.php and page.php.

somebody can Help me?.

some body worked with this class pager

best regards TOMAS
- Original Message -
From: "Richard Lynch" <[EMAIL PROTECTED]>
To: "Tomás Rodriguez Orta" <[EMAIL PROTECTED]>
Cc: 
Sent: Friday, April 22, 2005 3:36 PM
Subject: Re: [PHP] problem with the pager class not found


> On Fri, April 22, 2005 5:25 pm, Tomás Rodriguez Orta said:
> > Hello friends
> >  I  try to use the packet pear, but I have a big problem, the IE show me
> > the
> >  following Error.
> >   Fatal error: Class 'Pager' not found in D:\Angerona\paginas\1.php on
> > line
> > 9
> >  require 'Pager.php';
> >  the line 9 --->$pager = new Pager($res, $from, $limit);
> >  somebody can help me?
> >
> >  why the class Pager not found if I include_path at the file php.ini?
> >
> >  PD: I use php over windows.
>
> The rest of the error message should be telling you what PHP is using for
> include_path.
>
> Does that match what you expect?
>
> If not, then you don't have php.ini the way it should be.  Check the
> location of php.ini in 
>
> If it *does* match, then maybe your Pager.php file is messed up and the
> class is missing a closing bracket, so your script thinks you're still in
> the middle of your class definition.
>
> --
> Like Music?
> http://l-i-e.com/artists.htm
>
>
> -
> Este correo fue escaneado en busca de virus con el MDaemon Antivirus 2.27
> en el dominio de correo angerona.cult.cu  y no se encontro ninguna
coincidencia.
>


-
Este correo fue escaneado en busca de virus con el MDaemon Antivirus 2.27
en el dominio de correo angerona.cult.cu  y no se encontro ninguna coincidencia.

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



[PHP] problem with the pager class not found

2005-04-22 Thread Tomás Rodriguez Orta
Hello friends
 I  try to use the packet pear, but I have a big problem, the IE show me the
 following Error.
  Fatal error: Class 'Pager' not found in D:\Angerona\paginas\1.php on line
9
 require 'Pager.php';
 the line 9 --->$pager = new Pager($res, $from, $limit);
 somebody can help me?

 why the class Pager not found if I include_path at the file php.ini?

 PD: I use php over windows.

 best regards TOMAS



-
Este correo fue escaneado en busca de virus con el MDaemon Antivirus 2.27
en el dominio de correo angerona.cult.cu  y no se encontro ninguna coincidencia.

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



[PHP] I need do paging in php, I use ODBC Access

2005-04-21 Thread Tomás Rodriguez Orta
Dear Friends.

Somebody did paging in php for data origin in ODBC Access?

I need an algorithm for doing this, please Help me!

Ok?

TOMAS


-
Este correo fue escaneado en busca de virus con el MDaemon Antivirus 2.27
en el dominio de correo angerona.cult.cu  y no se encontro ninguna coincidencia.

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



[PHP] show the directory and folders an web page

2005-04-12 Thread Tomás Rodriguez Orta
Hello friends.
I want to do an applicattion for show all folder and file to send by
ftp(the folder and file that I select) for my isp, ok?
but I don't know how can I do this?, somebody Can help me?, what function I
need if I want to show this?.dir();


best regards TOMAS


-
Este correo fue escaneado en busca de virus con el MDaemon Antivirus 2.27
en el dominio de correo angerona.cult.cu  y no se encontro ninguna coincidencia.

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



[PHP] How can i do refresh my web since java script?

2005-04-08 Thread Tomás Rodriguez Orta



Re: [PHP] Re: registering session with user and password

2005-04-05 Thread Tomás Rodriguez Orta
ok thanks I test an solution an working
in the page  login.php i do the following

$user=$username;
   session_register("user");
and the all pages I do this.

if (isset($_SESSION['user'])) {
.

}
else
header("Location:http://webadmin/index.php";)


and that all ok, before I asked by the
if (!session_is_registered('user')) and isn't working, why?
what is the differnece between isset($_session['use']) and
session_is_registered('user')  ?

somebody can Help me?

thanks regards TOMAS

- Original Message -
From: "Jason Barnett" <[EMAIL PROTECTED]>
To: 
Sent: Tuesday, April 05, 2005 2:58 PM
Subject: [PHP] Re: registering session with user and password




-
Este correo fue escaneado en busca de virus con el MDaemon Antivirus 2.27
en el dominio de correo angerona.cult.cu  y no se encontro ninguna coincidencia.

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



[PHP] registering session with user and password

2005-04-05 Thread Tomás Rodriguez Orta
Hi, people.
I want to register all session of my web sitie, by the way in my index web I
register all user with your username and password
session_start();
$_SESSION['username']=$username;
session_register('username');

and the other page if the user don't enter your name and password I was
redirect to the page index.php, ok?, then in these page I ask if the user
was register.


.
.
.
.

http://webadmin/index.php";); ?>

but I have a big problem, the session_register('username'); is'nt work,
because all the page web rediret to  http://webadmin/index.php
somebody can help me?.

best regards TOMAS


-
Este correo fue escaneado en busca de virus con el MDaemon Antivirus 2.27
en el dominio de correo angerona.cult.cu  y no se encontro ninguna coincidencia.

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



[PHP] upload image file to my server

2005-03-31 Thread Tomás Rodriguez Orta
Hello, hard people.

I want to do this, I like to upload image file, 
What can I do?.

somebody help me.?

best regards TOMAS




-
Este correo fue escaneado en busca de virus con el MDaemon Antivirus 2.27
en el dominio de correo angerona.cult.cu  y no se encontro ninguna coincidencia.

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



Re: [PHP] How can I destroy parameters by page

2005-03-24 Thread Tomás Rodriguez Orta
I sorry I can't destroy  of value variable by pass url
I try this.

unset($_SERVER['QUERY_STRING']);
but the url have the same value. don't delete this value.
what can i do?
somebody can help me.

regards TOMAS
- Original Message -
From: "Jay Blanchard" <[EMAIL PROTECTED]>
To: "Tomás Rodriguez Orta" <[EMAIL PROTECTED]>; "[php] PHP General
List" 
Sent: Thursday, March 24, 2005 8:23 AM
Subject: RE: [PHP] How can I destroy parameters by page


[snip]
IHow Can I destroy some variable that I pass by url, exmple:
http://webadmin/paginas/personalidades.php?ac2=delete&item=18#
then when i get the varibale ac2 and item, I want to delete the value of
this variable.
how can I do?
[/snip]

http://www.php.net/unset

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


-
Este correo fue escaneado en busca de virus con el MDaemon Antivirus 2.27
en el dominio de correo angerona.cult.cu  y no se encontro ninguna
coincidencia.



-
Este correo fue escaneado en busca de virus con el MDaemon Antivirus 2.27
en el dominio de correo angerona.cult.cu  y no se encontro ninguna coincidencia.

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



[PHP] How can I destroy parameters by page

2005-03-24 Thread Tomás Rodriguez Orta
Hello friends.

IHow Can I destroy some variable that I pass by url, exmple:
http://webadmin/paginas/personalidades.php?ac2=delete&item=18#
then when i get the varibale ac2 and item, I want to delete the value of
this variable.
how can I do?


regards TOMAS


-
Este correo fue escaneado en busca de virus con el MDaemon Antivirus 2.27
en el dominio de correo angerona.cult.cu  y no se encontro ninguna coincidencia.

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



[PHP] build an array of checkbox

2005-03-18 Thread Tomás Rodriguez Orta
Hello people.


I have a doubt, I want to build an array of checkbox, why?
well because I list a recordset from data base, and I want to delete the
current record  when the check is selected by the click mouse.
for example the editor of mail.yahoo.xx, that  you can delete any mail when
you selected any checkbox.

somebody help me, please.

sincerely TOMAS


-
Este correo fue escaneado en busca de virus con el MDaemon Antivirus 2.27
en el dominio de correo angerona.cult.cu  y no se encontro ninguna coincidencia.

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