Re: [PHP] Sending headers to server

2013-08-02 Thread Miguel Guedes
This is strange. I've just found out that the headers are sent correctly if I access the website outside of localhost. I don't understand why. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Sending headers to server

2013-08-02 Thread Miguel Guedes
Great tip, Karim! On 02/08/13 15:29, Karim Geiger wrote: Try getting the complete header by using curl -v http://url.com and paste it here. What is your output? Here's my output: $ curl -v http://localhost/header-test.php * About to connect() to localhost port 80 (#0) * Trying 127.0.0.1.

Re: [PHP] Sending headers to server

2013-08-02 Thread Miguel Guedes
On 02/08/13 14:10, Matijn Woudt wrote: Did you print some data before using header? No, not at all. I've PHP configured to complain about notices, warnings and errors; would've got a warning about headers already sent, which I don't get. -- PHP General Mailing List (http://www.php.net/) T

Re: [PHP] Sending headers to server

2013-08-02 Thread Miguel Guedes
Hi Karim, On 01/08/13 15:40, Karim Geiger wrote: Works for me. What happens exactly? Do you get a 200? That's exactly right - I always get a 200. How can I diagnose this? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Sending headers to server

2013-08-01 Thread Miguel Guedes
Hello List, I'm running PHP 5.4.9 as CGI (via apache 2.2.22) and can't seem to be able to send headers to the server. Both, header('Status: 500 Internal Server Error'); and, header('HTTP/1.1 500 Internal Server Error', true, 500); result in nothing happening on the client side. What am I

[PHP] Re: [HEADSUP] rsync going temporarily down

2009-07-16 Thread José Miguel Santibáñez A.
gt; the manual, you are welcome to do so. Ok... We'll wait until documentation be back... I reviewed some mirrors (www, us) and they are all in the same situation: no documentation (not online, not download). Except those who have not been updated today ... Best regards! -- José Miguel

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

2008-06-15 Thread Miguel J. Jiménez
the same time more or less and still waiting a reply :'( --- .-----. | Miguel J. Jiménez | | Sector Público, ISOTROL S.A.| | [EMAIL PROTECTED] | :

[PHP] Apache RewriteRule Help!!!!

2008-06-13 Thread Miguel J. Jiménez
ttp://foo/INDEX/mp3"; and redirect to an error page (or moved url or wahtever) with "http://foo/INDEX/index.php?m=mp3"; (from the client view) thanks for the help --- .-. | Miguel J. Jiménez

[PHP] Array of PDO objects

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

[PHP] DOMXML Warning

2008-02-12 Thread Miguel J. Jiménez
file.xml";); [...] 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. --- .-----. | Migu

[PHP] Best Approach

2008-01-21 Thread Miguel Guirao
, sending e-mails with or without attachments and so on. Is PHP a correct approach to solve this tedious problem?? Can I access a servers and get the results of a ls command for instance?? Best Regards, __ Miguel Guirao Aguilera, Linux+, ITIL Sistemas de Información Informática R8

Re: [PHP] Screenshot from web page

2007-10-15 Thread Miguel J. Jiménez
at 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 -- .--

[PHP] Problem with eAccelerator 0.9.5.2

2007-10-04 Thread Miguel J. Jiménez
7 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies with eAccelerator v0.9.5.2, Copyright (c) 2004-2006 eAccelerator, by eAccelerator with Xdebug v2.0.0, Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, by Derick Rethans Thanks...

[PHP] PHP error catching

2007-06-20 Thread Miguel J. Jiménez
g similar) Thanks. -- .-----. | Miguel J. Jiménez | | Programador Senior | | Área de Intern

[PHP] Controlling project version

2007-06-17 Thread Miguel Vaz
there? Subversion? CVS? Is there a point in using some linux script versus a "proper" program? Would really appreciate some input on this. On everything works, etc. Thanks. Miguel Vaz -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://w

Re: [PHP] Include file questions

2007-05-24 Thread Miguel J. Jiménez
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

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

2007-05-17 Thread Miguel J. Jiménez
quot;. So essentially, my questions is, is the above functionality intended? Thanks! -TJ Mmm pardon me if I am wrong but I think you have accessed the private variable using an instanced object inside the static method and what you are returning is fine... You did not access the private variab

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

2007-05-17 Thread Miguel J. Jiménez
d with php-oci8 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 Tec

Re: [PHP] PHP & MySQL

2007-05-10 Thread Miguel J. Jiménez
need to show a list of removable records to the client as a list; for example: John Doe #1 John Doe #2 . . John Doe #n with a checkbox every one of them. The when you hit submit in the form you just send the IDs to the php script... -- Miguel J. Jiménez Programador Senior Área

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 Se

Re: [PHP] passing GET via include

2007-05-04 Thread Miguel J. Jiménez
ss, I just get 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] ---

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

2007-04-18 Thread Miguel J. Jiménez
Any idea why and how to solve it? Try deactivate php_gtk 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 Programado

[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

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 "

Re: [PHP] PHP newbie question on xslt

2007-03-26 Thread Miguel J. Jiménez
. 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. Jiménez Área de Internet/XSL/PHP [EMAIL PROTECTED] --

Re: [PHP] php, oci8 and oracle

2007-03-09 Thread Miguel J. Jiménez
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

[PHP] OCI8 under WINDOWS

2007-02-26 Thread Miguel J.
APACHE (with the help of phpinfo()) ... Any idea why it won't load? -- 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, 410

[PHP] indexing with fopen

2007-02-25 Thread Miguel Vaz
} I dont get the resolved content in $totalpage, but i get the includes and php commands that are inside index.php, which i find very strange. Should they resolve before they are retrieved? Any help is highly appreciated. Thanks. Miguel -- PHP General Mailing List (h

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

2007-02-18 Thread Miguel J. Jiménez
They are using > some JavaScript to achieve this. > > Is there anyone with idea of where to find 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 :-| > &g

Re: [PHP] (DRW) Ordenar por fecha

2007-02-08 Thread Miguel J. Jiménez
`usuario` varchar(255) default NULL, > `fecha` varchar(100) default NULL, > `categoria` varchar(100) default NULL, > `pequena_comentario` text, > `comentario` text, > `archivo` varchar(255) default NULL, > PRIMARY KEY (`id`) > ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO

Re: [PHP] md5

2007-01-17 Thread Miguel J. Jiménez
t; > R. > It works for me. Althought is possible (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] --

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 Inter

Re: [PHP] running exec() on client

2007-01-16 Thread Miguel J. Jiménez
7;t install Apache. > > Doe anyone have any suggestions? > > > Cheers > > George, an Englishman abroad in sunny Edinburgh > You do 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 [E

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

2007-01-15 Thread Miguel J. Jiménez
nd what i have to do to get this to work. > > Can someone please help me to get this to work? > > Thx in advanced. > Try to use number codes, ie.   instead of   and ¤ instead of € -- Miguel J. Jiménez Área de Internet/XSL [EMAIL PROTECTED] -

Re: [PHP] Forms and destroying values

2007-01-12 Thread Miguel J. Jiménez
uot;"; or > $_POST['var'] = ""; > > What do I need to do to get rid of these values??? Obviously I am > missing something. > > Any help is appreciated. > > Thanks > Maybe you can check the IP and see if it has already save the data or no

Re: [PHP] Downloading a binary file

2007-01-11 Thread Miguel J. Jiménez
one know the syntax. > > Sean > Maybe you can do: ); // Must have wrapper activated file_put_contents(, $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

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

2007-01-11 Thread Miguel J. Jiménez
well.) > I do not use the Action line. 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ª

Re: [PHP] security include from remote server

2006-09-15 Thread Miguel Vaz
Hehe, you gave me some pretty good ideas to make my code sit safely elsewhere and leave them wondering where the entire site is coming from. Even if i dont get anything done remotely, at least i learned some nice things from you guys, so thanks anyway. And i love my job...al

Re: [PHP] security include from remote server

2006-09-15 Thread Miguel Vaz
Yes, 10 minutes after i sent my last email i realized that. They would be txt files, easily read anywhere. Encoders, you say? What do you mean? Pag At 02:16 15-09-2006, Jon Anderson wrote: If your sysadmins are trying to steal the code, all they'd have to do

Re: [PHP] security include from remote server

2006-09-14 Thread Miguel Vaz
Yes, right on the spot. Main reasons being code theft and using it on other projects. This being done by our office (its actually a college and i work in a multimedia department) system administrators, which are nothing left than arrogant leaches. All i was missing from your

[PHP] security include from remote server

2006-09-13 Thread Miguel Vaz
Hi, Heres a simple problem: I am doing a php+mysql website at my office, hosted locally but open to the web, but i wouldnt like to host my files on our office server. I could host them somewhere else but our mysql database cant be accessed from the outside, only from our ser

[PHP] RE: Ajax and PHP: XMLHTTP

2006-09-11 Thread Miguel Guirao
What do you exactly want to do? -Original Message- From: Micky Hulse [mailto:[EMAIL PROTECTED] Sent: Domingo, 10 de Septiembre de 2006 10:46 p.m. To: php php Subject: Ajax and PHP: XMLHTTP Can I replace the above with some sort of XMLHTTP request? Googling now... thought I would ask

RE: [PHP] Strange situation when saving a file

2006-08-30 Thread Miguel Guirao
} $simple_mailer->send(); // send the email } //** ** -Original Message- From: Stut [mailto:[EMAIL PROTECTED] Sent: Miércoles, 30 de Agosto de 2006 03:16 a.m. To: Miguel Guirao Cc: PHP Lis

[PHP] Strange situation when saving a file

2006-08-29 Thread Miguel Guirao
If I open the document directly from the web server, without having it sent by e-mail, it opens correctly in Word. The only problem is when the file is been emailed!!! What could be going wrong?? Any ideas?? Thanks in advance!! ------- Miguel Guirao Aguilera Logistica R8 TELCEL

RE: [PHP] Saving a dynamic file

2006-08-04 Thread Miguel Guirao
Using the OB functions I got it done!! Thanks y'all!! Miguel -Original Message- From: Weber Sites [mailto:[EMAIL PROTECTED] Behalf Of WeberSites LTD Sent: Sabado, 29 de Julio de 2006 02:00 p.m. To: 'MIGUEL ANTONIO GUIRAO AGUILERA'; php-general@lists.php.net Subject: RE:

[PHP] Saving a dynamic file

2006-07-29 Thread MIGUEL ANTONIO GUIRAO AGUILERA
x27;m done with the document? 2) Use a class to convert & save the dynamic page into a Word document. Is there any other options available?? Regards -------- MIGUEL GUIRAO AGUILERA Logistica R8 - Telcel Tel: (999) 960.7994 Este mensaje es exclusivamente

RE: [PHP] Static and Global at the same time!

2006-02-10 Thread Miguel Guirao
Thanks for all your suggestions!! specially to "list"!! Regards, Miguel Guirao -Original Message- From: Richard Lynch [mailto:[EMAIL PROTECTED] Sent: Viernes, 10 de Febrero de 2006 03:20 p.m. To: Miguel Guirao Cc: PHP List Subject: Re: [PHP] Static and Global at the same time

RE: [PHP] TMP directory

2006-02-10 Thread Miguel Guirao
ups, my finger did it's own thing!! Thanks for the response!! -Original Message- From: Chris [mailto:[EMAIL PROTECTED] Sent: Jueves, 09 de Febrero de 2006 07:36 p.m. To: Miguel Guirao Cc: PHP List Subject: Re: [PHP] TMP directory Hi, Well, firstly there is no php 7.. By defau

[PHP] Static and Global at the same time!

2006-02-10 Thread Miguel Guirao
Hello list!! Can I have a variable that is static and global at the same time within a function? Let's say I have: $data = ""; function newdata() { static global $data; $data [$i] = $newdatatobestored_inthearray; } Best Regards, --- Miguel Guirao Agu

RE: [PHP] static variables

2006-02-10 Thread Miguel Guirao
and static variables do not lose it's value as long as the script is not called again!! Since you are calling the script again, that's why the static variables lose it's value!! Miguel Guirao -Original Message- From: Hugh Danaher [mailto:[EMAIL PROTECTED] Sent: Viernes

[PHP] TMP directory

2006-02-09 Thread Miguel Guirao
Hello list, Does anybody know which is the TMP default directory when uploading file to the server using PHP? PHP 7.1.2-7 MySQL 3.23.49-3 APACHE 1.3.23-11 RED HAT LINUX 7.3 --- Miguel Guirao Aguilera Logistica R8 TELCEL Tel. (999) 960.7994 Este mensaje es exclusivamente

[PHP] FW: error de php!

2006-01-17 Thread Miguel Guirao
Hi list! I'm migrating to a new server, the old was: -Apache/2.0.46 (Unix) y PHP/4.3.2 -MySQL 4.0.13 -Solaris 8 The following script used to run nicely in the old sever, but now that I migrated the script to a new server with Apache/2.0.54 (Unix Solaris 9), PHP/5.0.5 and MySQL 5.0.18. I got the

Re: [PHP] Can anyone recommend a hosting company

2005-12-16 Thread Jose Miguel
Try browsing the forums webhostingtalk.com, they have some pretty good reviews about several hosting companys. On 12/16/05, Marty <[EMAIL PROTECTED]> wrote: > > Can anyone recommend a fair priced, reliable hosting company that would > best > meet my needs as follows: > > > Shared plan with > PHP >

Re: [PHP] A dumb question - Regarding a php cms

2005-09-17 Thread Jose Miguel
Regarding paths, in a Windows enviroment, you should use double slash, like: c:\\www\\syntax desktop\\ Cheers. On 18 Sep 2005 09:13:56 +1000, Troy Pieterman <[EMAIL PROTECTED]> wrote: > > Im trying to run Syntax desktop which is a php cms (on my own server > win2003). > > In the installation

Re: [PHP] Cookie-question?

2005-09-07 Thread Jose Miguel
Ok, please correct me if i'm wrong... First of all, i'd rather use $_COOKIE instead of $HTTP_COOKIE_VARS. And in the line... if ($voteNow == 'Y' AND $userVote == 'Y' AND $cookieJoke != 'voted') { Why don't you use the operator NOT IDENTICAL (!==), cause != will also return true if the variable

[suspicious - maybe spam] [PHP] [suspicious - maybe spam] RE: [suspicious - maybe spam] PHP/MySQL/XmlHTTPRequest

2005-08-31 Thread Miguel Guirao
there is a book coming out in October I guess, do a search on amazon under AJAX. Also, at www.phparch.com the August issue deals with AJAX between other things. You can buy a digital copy (PDF) for only 3.45 dlls. Regards, Chicolinux -Original Message- From: Death Gauge [mailto:[EMAIL

RE: [PHP] how to know when a php library is installed

2005-08-22 Thread Miguel Guirao
Or phpinfo() -Original Message- From: Greg Donald [mailto:[EMAIL PROTECTED] Sent: Domingo, 21 de Agosto de 2005 06:15 a.m. To: php-general@lists.php.net Subject: Re: [PHP] how to know when a php library is installed On 8/21/05, Lizet Pena de Sola <[EMAIL PROTECTED]> wrote: > I need to

Re: [PHP] php explained in sql

2005-08-21 Thread Jose Miguel
We should use: if (!empty($mydata->email)) in php, right? On 8/19/05, Jasper Bryant-Greene <[EMAIL PROTECTED]> wrote: > John Taylor-Johnston wrote: > > In php, if I wanted to know if $mydata->email contained something, I > > would do this, right? > > if ($mydata->email) > > {} > > > > How would

RE: [PHP] AJAX & PHP

2005-08-03 Thread Miguel Guirao
Hey!!! What resources do you used to learn AJAX? I saw a presentation about AJAX hosted by PHP Architect and I like it, but I want to go deep in the subject, so far I have not found resources. Thanks in advance!! -Original Message- From: Graham Anderson [mailto:[EMAIL PROTECTED] Sent:

[PHP] From float to hour and minutes

2005-07-20 Thread Miguel Guirao
I have the time the plant was refilled, let's say 16:42, so I need to calculate the next hour the plant needs to be refilled. Like 16:42 hrs + 30 hrs How can I sum these two values? How can I convert the integer or float value 30 to a hour format? Any ideas? --- Miguel

[PHP] Refresh

2005-07-14 Thread Miguel Guirao
, Is there a way to refresh or reload the page every 10 minutes automatically? Regards, --- Miguel Guirao Aguilera Logistica R8 TELCEL Tel. (999) 960.7994 Cel. 9931 600. Este mensaje es exclusivamente para el uso de la persona o entidad a quien esta dirigido; contiene

[PHP] Accessing forms through php

2005-06-23 Thread José Miguel López-Coronado
www.disbase.com José Miguel López Coronado -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] linux php editor

2005-06-07 Thread Miguel Guirao
Yeah, maybe JM is correct!! Thanks!!! -Original Message- From: Jim Moseby [mailto:[EMAIL PROTECTED] Sent: Martes, 07 de Junio de 2005 09:43 a.m. To: php-general@lists.php.net Subject: RE: [PHP] linux php editor > > On 6/7/05, Miguel Guirao <[EMAIL PROTECTED]> wrote: >

RE: [PHP] linux php editor

2005-06-07 Thread Miguel Guirao
Try NVU, from www.nvu.org -Original Message- From: Clive Zagno [mailto:[EMAIL PROTECTED] Sent: Lunes, 06 de Junio de 2005 09:09 p.m. To: php Subject: Re: [PHP] linux php editor the truth is Ive been developing on windows, because of some .net developments. Ive been starting most new pr

[PHP] Exporting to MS Word or Excel

2005-06-02 Thread Miguel Guirao
Hi!!! Are there any chances that I could export a dynamic created web page into MS Word or Excel? I know this can be done with PDF!! I'm using LAMP!! --- Miguel Guirao Aguilera Logistica R8 TELCEL Tel. (999) 960.7994 Cel. 9931 600. -- PHP General Mailing List

[PHP] php uncongruence (or config?)

2005-05-26 Thread Miguel Vaz
Hi, I am confused as to how to solve this simple problem. Although it seems as some little config issue i am missing. I have a file index.php with some html tables and this php code: ..html stuff here... ..some more html here... If i

[PHP] Emisor de respuesta automática: Re: [PHP-DB] Letters loop

2005-05-26 Thread MIGUEL ANTONIO GUIRAO AGUILAR
Great!! It works pretty good!!! Thanks!! -- MIGUEL GUIRAO AGUILERA Logistica R8 - Telcel Tel: (999) 960.7994 Cel: 9931-6 - Mensaje original - De: Stephen Johnson <[EMAIL PROTECTED]> Fecha: Miércoles, Mayo 25, 2005 9:57 pm Asunto: Re: [PHP-DB] Letter

[PHP] php file list with forced download

2005-05-16 Thread Miguel Vaz
Hi, I just have a simple question that some of you might be able to help me with. Was coding a directory listing for several dirs on a client's server that would list the files and allow users to download them. The question is, is there a way to force download of all files, regardless of thei

[PHP] protected too much!

2005-05-12 Thread Miguel Vaz
I am having a weird problem with a simple file listing on one of my client's host. My code works perfectly on my host, but if i use the same code on his, it only lists certain types of files. Heres the code: (i hate hosts that only allow php inside the cgi-bin dir, its crazy to code like this

[PHP] How can i force PHP scripts been executed using their owner user/group with Apache and PHP loaded as module ?

2004-09-03 Thread Luis Miguel González Fernández
this issue. Thanks. Miguel. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] I need to execute PHP scripts from Apache/mod_php using the owner of scripts as user/group for execution.

2004-09-03 Thread Luis Miguel González Fernández
I need to execute PHP scripts from Apache/mod_php using the owner of scripts as user/group for execution. I have included the 'User' and 'Group' directives into the virtualhost declaration in my httpd.conf but scripts keep on executing with user/group from Apache. Urgent help needed. Thanks. Qki

[PHP] Re: XML session

2004-08-12 Thread Miguel Manso
Miguel Manso wrote: Hi. I'm trying to create a session support where i can keep persistent objects. I'm using XML to structure the data in the session file. But i've come into a problem. When i execute the following code the (-->>) marked instruction simply breaks t

[PHP] XML session

2004-08-12 Thread Miguel Manso
Hi. I'm trying to create a session support where i can keep persistent objects. I'm using XML to structure the data in the session file. But i've come into a problem. When i execute the following code the (-->>) marked instruction simply breaks the function execution: $sess = $xml->docume

Re: [PHP] PHP5 - Weird Error - "cannot find element in variable"

2004-08-06 Thread Miguel
ppens when i use the debbuger (Zend 3.5). If i run the script normally it just does nothing! So i think we have a really nasty bug. Can anyone tell me what to do? Miguel Manso -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] How? First big letter

2004-06-25 Thread &quot;Miguel J. Jiménez"
an easy solution for this. Lab. -- 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 unsu

Re: [PHP] how could I call "mail" command in PHP file

2004-06-15 Thread &quot;Miguel J. Jiménez"
nes like: worked. "my.txt" lies in the same directory as "mail.php", and this command line works in the normal command line. But as a PHP file it doesn't work. What's wrong with this file? Could you give me some advices? Thanks a lot! Best! Min -- Miguel J. Jiménez

Re: [PHP] weird error

2004-06-03 Thread &quot;Miguel J. Jiménez"
ble: HTTP_REFERER 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

Re: [PHP] Remember username and password

2004-06-01 Thread &quot;Miguel J. Jiménez"
avast! 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

Re: [PHP] making selection in drop down

2004-05-28 Thread &quot;Miguel J. Jiménez"
28/05/2004 16: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, v

Re: [PHP] combining string values

2004-05-26 Thread &quot;Miguel J. Jiménez"
os de Virus (VPS): 0422-0, 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

[PHP] Session name length

2004-05-25 Thread &quot;Miguel J. Jiménez"
How much long can be the session name? What is the limit? 10, 40, 255 alphanumeric chars? or what? 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://www.isotrol.com ICQ# 12670750 TLFNO

Re: [PHP] XML problem

2004-05-18 Thread &quot;Miguel J. Jiménez"
me a link to that kind 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 &quot;Miguel J. Jiménez"
Well, anyway... you can use this script: document.formName.buttonName.disabled=true; -- 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 List

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

2004-04-22 Thread &quot;Miguel J. Jiménez"
You may use: 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 List (http://www.php.net/) To

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

2004-04-22 Thread &quot;Miguel J. Jiménez"
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. Innova

Re: [PHP] Text Box question

2004-04-21 Thread &quot;Miguel J. Jiménez"
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://www.isotrol.com TLFNO

Re: [PHP] help! handling form variable

2004-03-30 Thread &quot;Miguel J. Jiménez"
d to set it "On". The line 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

Re: [PHP] what does this mean?

2004-03-10 Thread &quot;Miguel J. Jiménez"
That's a boolean casting; used for forcing a variable to become boolean... Hope it helps... Harry Wiens wrote: $this->styles['shadow'] = (boolean)$bool; what does "(boolean)$bool" mean? mfg. harry wiens -- Mi

Re: [PHP] strip down Warnings

2004-03-10 Thread &quot;Miguel J. Jiménez"
Use '@' before any function to avoid echoing warnings (JUST warnings) -- 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://www.php.net/) To unsubscribe, v

Re: [PHP] Mail Headers

2004-03-08 Thread &quot;Miguel J. Jiménez"
You can view the source from an email message with Outlook or Thunderbird, and it will show headers and all that stuff... --- 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

Re: [PHP] fsockopen() errors.

2004-03-08 Thread &quot;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

[PHP] MCRYPT Help

2004-03-02 Thread &quot;Miguel J. Jiménez"
uot;"; echo "INPUT = ".$input.""; echo "ENCRYPTED = ".$encrypted_data; ?> -- 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://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] read and modified getting data

2004-02-23 Thread &quot;Miguel J. Jiménez"
t contains 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 -- P

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

2004-02-18 Thread &quot;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... htmlspecia

Re: [PHP] Help with '&' character

2004-02-17 Thread &quot;Miguel J. Jiménez"
Have you tried using '&' ? 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 quer

[PHP] Messenger via PHP

2004-02-17 Thread &quot;Miguel J. Jiménez"
Hi, I want to know if there's a way to send MSN messenger messages thru PHP... If there is How can I do it? Thanks... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] triple DES encryption

2004-02-09 Thread &quot;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 c

Re: [PHP] mcrypt don't work.

2004-02-08 Thread &quot;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

[PHP] Help with a string replacement

2004-01-28 Thread &quot;Miguel J. Jiménez"
Hi, I want to replace a string "" with . [whatever] may be what ever substring possible... ie. I want to replace all occurences that exists being [whatever] a variable expression... Thanks... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] How to echo something if not exist?

2004-01-27 Thread &quot;Miguel J. Jiménez"
Radwan Aladdin wrote: Hi all.. I want to echo something if the GET value was not exist in the database.. So for example : The user enters his email address and if this email was not found in the field of the email addresses in the table.. then echo "Invalid Email Address" So how to do it? Regar

  1   2   3   4   5   6   7   8   9   10   >