Re: [PHP] Apache RewriteRule Help!!!!

2008-06-16 Thread Miguel J. Jiménez
:'( --- .-. | Miguel J. Jiménez | | Sector Público, ISOTROL S.A.| | [EMAIL PROTECTED] | :-: | KeyID 0xFFE63EC6 hkp

[PHP] Apache RewriteRule Help!!!!

2008-06-13 Thread Miguel J. Jiménez
) with http://foo/INDEX/index.php?m=mp3; (from the client view) thanks for the help --- .-. | Miguel J. Jiménez | | Sector Público, ISOTROL S.A.| | [EMAIL PROTECTED

[PHP] Array of PDO objects

2008-06-06 Thread Miguel J. Jiménez
... --- .-. | Miguel J. Jiménez | | Sector Público, ISOTROL S.A.| | [EMAIL PROTECTED] | :-: | KeyID 0xFFE63EC6 hkp

[PHP] DOMXML Warning

2008-02-12 Thread Miguel J. Jiménez
;); [...] If I open the xml uri (with firefox) I get a complete and well formed xml (nothing strange about it). With error reporting disabled everything works fine so I am puzzled :-( Any help will be appreciated. --- .-. | Miguel J. Jiménez

Re: [PHP] Screenshot from web page

2007-10-16 Thread Miguel J. Jiménez
that to generate screenshot of my local server pages. There is a firefox extension called screengrab to do just that... The results are, well, perfect! the URL is: https://addons.mozilla.org/es-ES/firefox/addon/1146 -- .---. | Miguel J

[PHP] Problem with eAccelerator 0.9.5.2

2007-10-04 Thread Miguel J. Jiménez
) 2002, 2003, 2004, 2005, 2006, 2007, by Derick Rethans Thanks... -- .---. | Miguel J. Jiménez | | Programador Senior| | Área de

[PHP] PHP error catching

2007-06-20 Thread Miguel J. Jiménez
) Thanks. -- .-. | Miguel J. Jiménez | | Programador Senior | | Área de Internet/XSL/PHP

Re: [PHP] Include file questions

2007-05-24 Thread Miguel J. Jiménez
will have to modify the apache so they do not show: RedirectMatch 404 /^.*\.(inc)$/ Thus, if you try to access the file using the navigator it will show a Page not found error :-D -- Miguel J. Jiménez Programador Senior Área de Internet/XSL/PHP [EMAIL PROTECTED

Re: [PHP] pdo-oracle + nls_lang environment variable...

2007-05-17 Thread Miguel J. Jiménez
and php5.2 without any collation problem this far (using ñ € ans so on...) -- Miguel J. Jiménez Programador Senior Área de Internet/XSL/PHP [EMAIL PROTECTED] ISOTROL Edificio BLUENET, Avda. Isaac Newton nº3, 4ª planta. Parque Tecnológico

Re: [PHP] Static methods have access to private members

2007-05-17 Thread Miguel J. Jiménez
the static method and what you are returning is fine... You did not access the private variable using $this-myVar ... -- Miguel J. Jiménez Programador Senior Área de Internet/XSL/PHP [EMAIL PROTECTED] ISOTROL Edificio BLUENET, Avda. Isaac Newton

Re: [PHP] PHP MySQL

2007-05-11 Thread Miguel J. Jiménez
submit in the form you just send the IDs to the php script... -- Miguel J. Jiménez Programador Senior Área de Internet/XSL/PHP [EMAIL PROTECTED] ISOTROL Edificio BLUENET, Avda. Isaac Newton nº3, 4ª planta. Parque Tecnológico Cartuja '93, 41092

Re: [PHP] passing GET via include

2007-05-04 Thread Miguel J. Jiménez
a message saying the file cannot be found. If you define the variables before the *include* the included file will see them without problem... -- Miguel J. Jiménez Programador Senior Área de Internet/XSL/PHP [EMAIL PROTECTED] ISOTROL

Re: [PHP] Limit query results

2007-05-04 Thread Miguel J. Jiménez
Use SELECT DISTINCT in your SQL syntax. -- Miguel J. Jiménez Programador Senior Área de Internet/XSL/PHP [EMAIL PROTECTED] ISOTROL Edificio BLUENET, Avda. Isaac Newton nº3, 4ª planta. Parque Tecnológico Cartuja '93, 41092 Sevilla. Teléfono

Re: [PHP] Different behaviour : command line / cron

2007-04-18 Thread Miguel J. Jiménez
extension in PHP-CLI if you have it loaded... I had the same problem you describe and while googling I found about this solution and worked fine. -- Miguel J. Jiménez Programador Senior Área de Internet/XSL/PHP [EMAIL PROTECTED] ISOTROL

[PHP] pg_last_error()

2007-04-02 Thread Miguel J. Jiménez
() thus. Thanks a lot... -- Miguel J. Jiménez Programador Senior Área de Internet/XSL/PHP [EMAIL PROTECTED] ISOTROL Edificio BLUENET, Avda. Isaac Newton nº3, 4ª planta. Parque Tecnológico Cartuja '93, 41092 Sevilla. Teléfono: 955 036 800 - Fax: 955

Re: [PHP] converting video formats

2007-03-27 Thread Miguel J. Jiménez
-- Miguel J. Jiménez Área de Internet/XSL/PHP [EMAIL PROTECTED] ISOTROL Edificio BLUENET, Avda. Isaac Newton nº3, 4ª planta. Parque Tecnológico Cartuja '93, 41092 Sevilla. Teléfono: 955 036 800 - Fax: 955 036 849 http://www.isotrol.com Killing

Re: [PHP] PHP newbie question on xslt

2007-03-26 Thread Miguel J. Jiménez
should have included, to get the program to run? Any advice or suggestions gratefully received. Try not to load both xml and xsl in the same $doc variable... use one for the xsl and another for the xml. I think you are destroying the dom for the xsl before the transform... -- Miguel J

Re: [PHP] php, oci8 and oracle

2007-03-09 Thread Miguel J. Jiménez
with this regard. I read about an installation of ORACLE Instant client and oci8 but I do not know whether I need this instant client at all, because I use Oracle Enterprise. PS. i'm sorry for the bad english, i can't explain the problem better. -- Miguel J. Jiménez Área de Internet/XSL/PHP [EMAIL

Re: [PHP] needed Yahoo like window for db query.

2007-02-18 Thread Miguel J. Jiménez
a code for a similar kind of window. I need to present data from database in a similar kind or window. Any link, text to search in google or code would do :-| Thanks in advance, Chris What you need is called AJAX :-) --- Miguel J. Jiménez ISOTROL, S.A. [EMAIL PROTECTED] +34 955036800 +34

Re: [PHP] (DRW) Ordenar por fecha

2007-02-08 Thread Miguel J. Jiménez
, `comentario` text, `archivo` varchar(255) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ; -- -- Volcar la base de datos para la tabla `mi_sitio_personal` -- -- Miguel J. Jiménez Área de Internet/XSL [EMAIL PROTECTED

Re: [PHP] Re: How to prevent DomDocument from adding a !DOCTYPE.

2007-01-17 Thread Miguel J. Jiménez
El Wed, 17 Jan 2007 13:53:36 +0100 Mathijs [EMAIL PROTECTED] escribió: sByTagName() etc.. Is there mabye an other way to parse this HTML and replace/modify its atttributes? Thx in advanced. Have you try preg_replace? -- Miguel J. Jiménez Área de Internet/XSL [EMAIL PROTECTED

Re: [PHP] md5

2007-01-17 Thread Miguel J. Jiménez
(theorically) to have two strings with the same MD5 is practically impossible to guess one ;-). You can also use sha1 if you prefer. -- Miguel J. Jiménez Área de Internet/XSL [EMAIL PROTECTED] ISOTROL Edificio BLUENET, Avda. Isaac Newton nº3, 4ª

Re: [PHP] running exec() on client

2007-01-16 Thread Miguel J. Jiménez
not need to have apache installed to run PHP you just need PHP-CLI (Command Line Interface) -- Miguel J. Jiménez Área de Internet/XSL [EMAIL PROTECTED] ISOTROL Edificio BLUENET, Avda. Isaac Newton nº3, 4ª planta. Parque Tecnológico Cartuja '93

Re: [PHP] xml_parse() error with nbsp; and euro; etc.. How can i fix this?

2007-01-15 Thread Miguel J. Jiménez
help me to get this to work? Thx in advanced. Try to use number codes, ie. #160; instead of nbsp; and #164; instead of euro; -- Miguel J. Jiménez Área de Internet/XSL [EMAIL PROTECTED] ISOTROL Edificio BLUENET, Avda. Isaac Newton nº3, 4ª

Re: [PHP] Forms and destroying values

2007-01-12 Thread Miguel J. Jiménez
missing something. Any help is appreciated. Thanks Maybe you can check the IP and see if it has already save the data or not. -- Miguel J. Jiménez Área de Internet/XSL [EMAIL PROTECTED] ISOTROL Edificio BLUENET, Avda. Isaac Newton nº3

Re: [PHP] Re: PHP/Apache configuration failure

2007-01-11 Thread Miguel J. Jiménez
. The action line is to execute scripts as CGI I think it's no use nowdays... -- Miguel J. Jiménez Área de Internet/XSL [EMAIL PROTECTED] ISOTROL Edificio BLUENET, Avda. Isaac Newton nº3, 4ª planta. Parque Tecnológico Cartuja '93, 41092 Sevilla

Re: [PHP] Downloading a binary file

2007-01-11 Thread Miguel J. Jiménez
can do: ?php $file = file_get_contents(URI); // Must have wrapper activated file_put_contents(FILE, $file); ? --- Miguel J. Jiménez ISOTROL, S.A. [EMAIL PROTECTED] +34 955036800 +34 607448764 I try to save a life a day. Usually it's my own. John

Re: [PHP] weird error

2004-06-03 Thread Miguel J. Jiménez
in . I have register globals on. (was off so i turned them on thinking that might be the problem..didnt work either way) Big thanks. -- Miguel J. Jiménez ISOTROL, S.A. (Área de Internet) Avda. Innovación nº1, 3ª - 41020 Sevilla (ESPAÑA) mjjimenez AT isotrol DOT com --- http

Re: [PHP] Remember username and password

2004-06-01 Thread Miguel J. Jiménez
! Antivirus: Mensaje ENTRANTE limpio. Base de datos de Virus (VPS): 0422-1, 27/05/2004 Fecha: 01/06/2004 13:01:38 -- Miguel J. Jiménez ISOTROL, S.A. (Área de Internet) Avda. Innovación nº1, 3ª - 41020 Sevilla (ESPAÑA) mjjimenez AT isotrol DOT com --- http://www.isotrol.com ICQ# 12670750 TLFNO

Re: [PHP] making selection in drop down

2004-05-28 Thread Miguel J. Jiménez
:43:03 -- Miguel J. Jiménez ISOTROL, S.A. (Área de Internet) Avda. Innovación nº1, 3ª - 41020 Sevilla (ESPAÑA) mjjimenez AT isotrol DOT com --- http://www.isotrol.com ICQ# 12670750 TLFNO. 955036800 ext. 111 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] combining string values

2004-05-26 Thread Miguel J. Jiménez
, 25/05/2004 Fecha: 26/05/2004 17:57:17 -- Miguel J. Jiménez ISOTROL, S.A. (Área de Internet) Avda. Innovación nº1, 3ª - 41020 Sevilla (ESPAÑA) mjjimenez AT isotrol DOT com --- http://www.isotrol.com ICQ# 12670750 TLFNO. 955036800 ext. 111 -- PHP General Mailing List (http://www.php.net

Re: [PHP] XML problem

2004-05-18 Thread Miguel J. Jiménez
of tutorial? -- Miguel J. Jiménez ISOTROL, S.A. (Área de Internet) Avda. Innovación nº1, 3ª - 41020 Sevilla (ESPAÑA) mjjimenez AT isotrol DOT com --- http://www.isotrol.com TLFNO. 955036800 ext. 111 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Button ???

2004-04-23 Thread Miguel J. Jiménez
Well, anyway... you can use this script: script type=text/jaavscript document.formName.buttonName.disabled=true; /script -- Miguel J. Jiménez ISOTROL, S.A. (Área de Internet) Avda. Innovación nº1, 3ª - 41020 Sevilla (ESPAÑA) [EMAIL PROTECTED] --- http://www.isotrol.com TLFNO. 955036800 ext

Re: [PHP] Session not working while accessing through IE on Windows 2000

2004-04-22 Thread Miguel J. Jiménez
, the sessions are not working and they are getting the login page again again. Are there any known issues of PHP using sessions with Windows 2000? Could you please provide me the details? Sheni R Meledath [EMAIL PROTECTED] -- Miguel J. Jiménez ISOTROL, S.A. (Área de Internet) Avda. Innovación nº1

Re: [PHP] Session not working while accessing through IE on Windows 2000

2004-04-22 Thread Miguel J. Jiménez
You may use: ?php session.use_cookies=0; ? to deactivate the cookies from sessions in runtime... -- Miguel J. Jiménez ISOTROL, S.A. (Área de Internet) Avda. Innovación nº1, 3ª - 41020 Sevilla (ESPAÑA) [EMAIL PROTECTED] --- http://www.isotrol.com TLFNO. 955036800 ext. 111 -- PHP General Mailing

Re: [PHP] Text Box question

2004-04-21 Thread Miguel J. Jiménez
for the cursor to ready in the correct html text box. I cant seem to find a solution If anyone could help, that would be most appreciated Kind Regards Brent Clark -- Miguel J. Jiménez ISOTROL, S.A. (Área de Internet) Avda. Innovación nº1, 3ª - 41020 Sevilla (ESPAÑA) [EMAIL PROTECTED] --- http

Re: [PHP] help! handling form variable

2004-03-30 Thread Miguel J. Jiménez
must say: register_globals = On ; Whether or not to register the EGPCS variables as global Hope it helps!!! -- Miguel J. Jiménez ISOTROL, S.A. (Área de Internet) Avda. Innovación nº1, 3ª - 41020 Sevilla (ESPAÑA) [EMAIL PROTECTED] TLFNO. 955036800 ext. 111 -- PHP General Mailing List (http

Re: [PHP] fsockopen() errors.

2004-03-08 Thread Miguel J. Jiménez
Is it an error or a warning? If it is a warning you can try use @ before fsockopen() to avoid echoing warning messages [EMAIL PROTECTED](...)]. -- Miguel J. Jiménez ISOTROL, S.A. (Área de Internet) Avda. Innovación nº1, 3ª - 41020 Sevilla (ESPAÑA) [EMAIL PROTECTED] TLFNO. 955036800 ext. 111

Re: [PHP] read and modified getting data

2004-02-23 Thread Miguel J. Jiménez
spaces, linefeeds and so on... When I make page, which read data from this textarea-field, data came from without spaces and linefeeds. How to correct this problem? Regards, gustavus -- Miguel J. Jiménez ISOTROL, S.A. (Área de Internet) [EMAIL PROTECTED] TLFNO. 955036800 ext. 111 -- PHP General

Re: [PHP] htmlspecialchars... or...?

2004-02-18 Thread Miguel J. Jiménez
[EMAIL PROTECTED] wrote: Hi all... I've having problems submitting information to salesforce.com... I have a system set up that allows my users here in the office, to send individual leads, to salesforce... However, if the users details contain characters such as... Ù ë ý Ñ Ã etc...

Re: [PHP] Help with '' character

2004-02-17 Thread Miguel J. Jiménez
Have you tried using 'amp;' ? Chris Bruce wrote: I am having trouble with a string becoming truncated at an '' character. I am passing the variable via a link (http://...campaign=MBI%20List%20-%20Steel%20%20Concrete) and then when I try to grab the incoming value of campaign into a SELECT

Re: [PHP] triple DES encryption

2004-02-09 Thread Miguel J. Jiménez
craig wrote: Hi all, I have to replicate the file encryption of a desktop bound application. This means using triple DES, but I can't find anything on the web or in the maunual (other than single DES). Does anyone know if it is doable to implement this using php, or if I should just tell the

Re: [PHP] mcrypt don't work.

2004-02-08 Thread Miguel J. Jiménez
Mmm this same problem happen to me also... I use Apache 1.3.29 for Win32 and PHP v4.3.4 ... I do not know why but mcrypt module failed to initialize [EMAIL PROTECTED] wrote: Hi all, I have problem with mcrypt function. There is always an error that I don't know how to correct this. This is

Re: [PHP] php on linux..

2004-01-08 Thread Miguel J. Jiménez
khoa vo wrote: I am a newbie. I'm trying to write a php script and put it on the linux server at school. index.html-- form action=action.php method=POST Your name: input type=text name=name / input type=submit /form action.php-- #!/lusr/bin/php Hi ?php echo