[PHP] linux console on the PHP

2009-04-13 Thread Alejandro Esteban Galvez
english, I speak little english. Bye --- Alejandro Esteban Galvez Administrador de Red IPICHMC Rimed, Radio-Aficionado CL2AEG Linux User #472120 - http://i18n.counter.li.org/ Correo: alejan...@infomed.sld.cu Correo y Jabber: alejan

[PHP] Sobre Login PHP

2009-04-11 Thread Alejandro Esteban Galvez
Saludos colegas, los otros dias, estuve escribiendo acerca de esto, y bueno ya tengo una parte ahora necesito que cuando se cierre el navegador, se cierre la sesion de login tambien. Saludos --- Alejandro Esteban Galvez Administrador de

[PHP] PHP and Send Mail

2009-04-08 Thread Alejandro Esteban Galvez
Hi!, I am making a web system and i need known how send a mail using PHP Bye --- Alejandro Esteban Galvez Administrador de Red IPICHMC Rimed, Radio-Aficionado CL2AEG Linux User #472120 - http://i18n.counter.li.org/ Correo: alejan

[PHP] About Login on PHP

2009-04-08 Thread Alejandro Esteban Galvez
--- Alejandro Esteban Galvez Administrador de Red IPICHMC Rimed, Radio-Aficionado CL2AEG Linux User #472120 - http://i18n.counter.li.org/ Correo: alejan...@infomed.sld.cu Correo y Jabber: alejan...@ipichmc.rimed.cu www.ipichmc.rimed.cu

Re: [PHP] problems with sessions variables and virtual domains in apache

2007-01-19 Thread esteban
The don't want to pass the session variable across domains. The problem is in the main domain, i don't know what happens, the session variable lost the value or is distroyed. "Chris" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] esteban wrote: >

[PHP] problems with sessions variables and virtual domains in apache

2007-01-18 Thread esteban
I have a windows 2000 server with apache 2.0 and php 5.1.2. I use session variables to validate users, each page have something like this: if($_SESSION["validated"]==0){ header("Location: index.php"); exit; } This worked fine when i had only one domain, but when i began to use virtual domain

Re: [PHP] Data modelling software

2003-10-20 Thread Adrian Esteban Madrid
-- - Adrian Esteban Madrid HyperXMedia, Developer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Recomended Shopping Carts

2003-10-09 Thread Adrian Esteban Madrid
as being nice but too hard to modify to your needs. Are there any recomendations on SP that you actually use in medium to large projects and you were happily surprised? Thanks in advance, -- ----- Adrian Esteban Madrid HyperXMedia, Developer -- PHP Gener

[PHP] POST Method

2003-08-14 Thread Esteban Fernandez
Hi there Someone know how to capture the vars and values from the POST method, such like a Matts' FormMail, i want to do somethink like that, and i need know how to do it. Thanks in advanced Regards, Esteban. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] Re: POST Method

2003-08-14 Thread Esteban Fernandez
Thanks MDG! :) "Esteban Fernandez" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] > Hi there > > Someone know how to capture the vars and values from the POST method, such > like a Matts' FormMail, i want to do somethink like that, and i need k

[PHP] Re: POST Method - Solved

2003-08-14 Thread Esteban Fernandez
OK, it's Solved. "Esteban Fernandez" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] > Hi there > > Someone know how to capture the vars and values from the POST method, such > like a Matts' FormMail, i want to do somethink like that, and

[PHP] Re: MSWord attachment with mail()

2003-06-24 Thread Esteban Fernandez
All the email attachment are encoded in base64. "Alberto Brea" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] > Dear list, > What header must I use to send a MSWord attachment with mail()? > I have looked it up in the manual and on php.net but cannot find it. > Thanks anyone, >

[PHP] Re: PHP Problem regarding updating through text boxes

2003-06-20 Thread Esteban Fernandez
Hum,, i don't see the database conecction :P. It's necesary modified the fileds on the fly ?, one by one it's more easy to do... "Esteban Fernandez" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] > Put the code in a Form tag, modified the

[PHP] Re: PHP Problem regarding updating through text boxes

2003-06-20 Thread Esteban Fernandez
Put the code in a Form tag, modified thevalues, and put a submit button in the Form, so, in the php page you get it the values by name, you can modified with 'update' mysql sentence. "Matt Hedges" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] > Please take a look at http://hed

[PHP] Re: header(); Issue

2003-06-19 Thread Esteban Fernandez
Try header("Location: ".$Relative."/outstanding.php?pdd=1&pddid=".$poid.""); EF. "Spyproductions Support Team" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] > > I have this in a script: > > header("Location: $Relative/outstanding.php?pdd=1&pddid=$poid"); > > It works fine el

[PHP] Re: access a static variable of a class

2003-06-09 Thread Esteban Fernández
Do you try with the "global" sentence ? . . . global $conf; $var = 'foo'; echo $var::$conf ; ?> EF. On Mon, 09 Jun 2003 18:34:33 -0200 [EMAIL PROTECTED] (Aberindei) wrote: > Hello, > > One line to say this is my first post here, I thought about posting in > php-general,

[PHP] Re: Approved

2003-06-06 Thread Esteban Fernandez
No file attached.. <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] > Please see the attached file. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: MySQL Problem

2003-06-06 Thread Esteban Fernandez
What's up Supposing that the filename of the you code is create_table.php. Try tipping in the URL: create_table.php?nueva_base=prueba EF. --- Que tal Suponiendo que el archivo del codigo se llama create_table.php. Prueba poniendo el la URL: create_table.php?nueva_base=prueba EF. "Felipe R."

[PHP] Re: Calling HTML pages

2003-06-05 Thread Esteban Fernandez
It's "Location" EF. "Esteban Fernandez" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] > header("Locarion:: http://www.somedomain.com/some_web_page.html";); > > EF. > > "Daniel J. Rychlik" <[EMAIL PROTECTED]

[PHP] Re: Calling HTML pages

2003-06-05 Thread Esteban Fernandez
header("Locarion:: http://www.somedomain.com/some_web_page.html";); EF. "Daniel J. Rychlik" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] I was looking for a function that will take you to a html page. For instance. I have a function that checks for !empty values in $_POST;

[PHP] Re: HTML and PHP

2003-06-05 Thread Esteban Fernandez
If you want separate the code for the design, maybe u want use Smarty. The other is put all in just on , and use the echo or printf sentences. EF. "Christian Ista" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] > Hello, > > Look the code below. Is it an obligation to multiply

[PHP] Re: multi-part upload fails in some php environments but not others

2003-06-05 Thread Esteban Fernandez
What is the error, Time Out ?, File too big?, or what ?... It will be help to us know it, to help you. "Kendal" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] > I authored an audio player/recorder that saves the audio data to a PHP > server instead of to the local drive. > > Se

Re: [PHP] Is "gd" present?

2003-06-05 Thread Esteban Fernandez
Everyday i learn some new :) "Svein Larsen" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] $gd_loaded = (extension_loaded('gd'))?1:0; Then you can use if ($gd_loaded) later in your code. - Svein > -Original Message- > From: Esteban Fe

Re: [PHP] Best method to detect Apache, IIS, or CLI?

2003-06-05 Thread Esteban Fernandez
That are Apache Variables, in IIS the variables are diferent. So i don't believe that answer the question. "Chris Hayes" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] > dunno what's best, test on each server what values you can find in $_SERVER > (PHP>=4.10), > > maybe > $_SERV

Re: [PHP] Is "gd" present?

2003-06-05 Thread Esteban Fernandez
Also works... :) Regards. EF. "Cpt John W. Holmes" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] > > Is there a way to check within an application if the "gd" library has > > been installed? > > Maybe get_loaded_extensions() > > ---John Holmes... -- PHP General Mai

Re: [PHP] Re: Is "gd" present?

2003-06-05 Thread Esteban Fernandez
results? I use phpinfo() to checks the > client's installation, but I would like to do it within the app. > > Todd > > Esteban Fernandez wrote: > > > > > > >"Todd Cary" <[EMAIL PROTECTED]> escribió en el mensaje > >news:[EMAIL PROTECTED

[PHP] Re: Is "gd" present?

2003-06-04 Thread Esteban Fernandez
"Todd Cary" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] > Is there a way to check within an application if the "gd" library has > been installed? > > Todd > -- > > Is there a way to check

[PHP] Re: php and mcrypt on windows

2003-06-04 Thread Esteban Fernandez
Just uncomment the extension php_mcrypt.dll from the php.ini file and restart the server. "Gilberto Garcia Jr." <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] How I can use php and mcrypt on windows? I mean. What I have to do to turn php able to use mcrypt function on windows.

[PHP] Re: Migration from register_globals=on to register_globals=off

2003-06-04 Thread Esteban Fernandez
{ include("header.php"); } > This code gives an error today. The variable $printout is set if the visitor > choose to click on the 'print_page_image', otherwise the variable has no > value. > > "Esteban FernáNdez" <[EMAIL PROTECTED]> skrev i medde

[PHP] Re: Migration from register_globals=on to register_globals=off

2003-06-04 Thread Esteban Fernández
t;]; $HTTP_POS_VARS["variable3"]; Regards. Esteban. "ØYstein HåLand" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] > None of my old scripts worx nowadays and the most common error message is > 'undefined variable'. What is the best/simpl

[PHP] sql: unable to save result set

2003-04-03 Thread Johannes Esteban Kalunka
Hi! since upgrading my mysql server from 3.23.xx to 4.0.12 the following error appears on all my php pages (that make use mysql, of course): php version used : 4.1.2   Warning: MySQL: Unable to save result set in ...   does anybody know why?   thanks in advance for any hints!   Johannes E Kalunka