Re: [PHP] Symfony?

2013-05-20 Thread Jose Nobile
Hi, I'm using Symfony 1.4 Templating Component Saludos, José Nobile On Mon, May 20, 2013 at 11:40 AM, Tedd Sperling wrote: > Hi gang: > > Who uses Symfony? > > Cheers, > > tedd > > >

Re: [PHP] looking for a PDF generator class/library for PHP 5?

2013-05-17 Thread Jose Nobile
Hi, try DOMPDF , is a powerful conversor from HTML/CSS to PDF. Saludos, José Nobile On Fri, May 17, 2013 at 8:05 PM, dealTek wrote: > Hi all, > > I'm looking into a good versatile PDF generator class/library to use with > PHP 5? --- Preferably one which is maintained

Re: [PHP] PHP-FPM with Apache 2.4, forward all request for all virtual host

2013-04-04 Thread Jose Nobile
But we have two process manager, in Apache with mod_fastcgi and PHP-FPM? Saludos, José Nobile On Thu, Apr 4, 2013 at 4:27 PM, Matijn Woudt wrote: > > > > On Thu, Apr 4, 2013 at 10:27 PM, Jose Nobile wrote: > >> How? >> >> If is required set the website

Re: [PHP] PHP-FPM with Apache 2.4, forward all request for all virtual host

2013-04-04 Thread Jose Nobile
How? If is required set the website path to PHP-FPM, from Apache Wiki: ProxyPassMatch ^/(.*\.php)$ fcgi://127.0.0.1:9000/var/www/$1 Saludos, José Nobile On Thu, Apr 4, 2013 at 3:15 PM, Matijn Woudt wrote: > On Wed, Apr 3, 2013 at 10:27 PM, Jose Nobile > wrote: > > >

Re: [PHP] PHP-FPM with Apache 2.4, forward all request for all virtual host

2013-04-04 Thread Jose Nobile
, José Nobile On Wed, Apr 3, 2013 at 6:50 PM, Jose Antonio Nobile Rendon < jose.nob...@gmail.com> wrote: > How to forward all request to files .php of any virtual host to > PHP-FPM in Apache 2.4? Not each one. > > Saludos, > Jose Nobile > -Mensaje original- > De

RE: [PHP] PHP-FPM with Apache 2.4, forward all request for all virtual host

2013-04-03 Thread Jose Antonio Nobile Rendon
How to forward all request to files .php of any virtual host to PHP-FPM in Apache 2.4? Not each one. Saludos, Jose Nobile -Mensaje original- De: tamouse mailing lists Enviado: 03/04/2013, 6:35 PM Para: Jose Nobile Cc: php-general@lists.php.net Asunto: Re: [PHP] PHP-FPM with Apache 2.4

[PHP] PHP-FPM with Apache 2.4, forward all request for all virtual host

2013-04-03 Thread Jose Nobile
Hi, In Apache 2.2 forward all request that point to phisical .php file to PHP-FPM is as follow: LoadModule fastcgi_module modules/mod_fastcgi.so FastCGIExternalServer /usr/sbin/php-fpm -socket /usr/local/php/lib/

Re: [PHP] Need help Wth PHP

2011-10-10 Thread Jeffrin Jose
there is a file called wp-config.h  in wordpress files mostly located  in the source parent there you can see the database name , username and password. that file also may contain the site url. This way you may be able to identify the database from the original site.  If you do not have wordpress

Re: [PHP] Figuring out file-encoding

2011-02-28 Thread Jeffrin Jose
On Mon, Feb 28, 2011 at 06:20:30PM +0100, Asmann, Roland wrote: > I need to read several files from the HD, but they are saved in > different encodings. Can I somehow figure out which encoding I should > use when reading the file? i think detect the file encoding and decode it. as for detection

Re: [PHP] php array in different OS

2010-07-27 Thread jose javier parra sanchez
you are probably getting a memory limit error, check your php.ini 2010/7/21 fyang : > Dear all, > I have a simple test code in different OS ,but it give me a different > result. > the code as follows: > $n= 5; > for($i=0;$i<$n;$i++) > { >$data[]=array(""

Re: [PHP] I'm a newbie and running php on Linux

2010-03-31 Thread jose javier parra sanchez
Check your php.ini , look for output_buffering 2010/3/31 King Coffee : > Hi, > > I ran the following code snippet on Windows IIS 7, in my index.php file and > it worked fine. But when run it on Linux, the "die" code is executed. > > Is there an include file or something else I need to to process t

Re: [PHP] how to do cloud computing with php

2010-03-24 Thread jose javier parra sanchez
I have already answer that on the other thread, but anyway http://nanoserv.si.kz/ , or use the web webserver made with it http://nanoweb.si.kz/. And thinking about your 'requirements', avoid mysql from that equation. There are other faster alternatives in the SQL world. Or even better think about a

Re: [PHP] Will PHP ever "grow up" and have threading?

2010-03-24 Thread jose javier parra sanchez
On 24 March 2010 10:38, Rene Veerman wrote: > and if threading and shared memory aren't implemented, then hey, the > php dev team can build something else in that these naysayers DO need > eh... > > lol... > take a look at this -> http://nanoserv.si.kz/ -- PHP General Mailing List (http://www.

Re: [PHP] Re: Re: Re: Design Patterns

2009-08-13 Thread Jaime Jose Perera Merino
s me for what benefit this work is done I would say > the design pattern should be done in other packages ready made for that > with > an PHP output. > > this would not affect any server resources. > > now after more then 25 years behind the keyboard I got possibly a bit

[PHP] Re: Re: Re: Design Patterns

2009-08-13 Thread Jaime Jose Perera Merino
Hi Ralph. If u want to understand the Martin's job u need to read about design patterns. A good place to start? Wikipedia ( http://en.wikipedia.org/wiki/Design_Patterns). The use of Design patterns is an advanced programming method. It helps us to improve our object oriented programation. I hope

RE: [PHP] New to PHP

2008-10-13 Thread Juan Jose Rosales Rodriguez
Ok thank you, i try learn yor post, and make meny aport, for the list, apologize me for my english, i am new in this theme but in php i have experience. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] New to PHP

2008-10-13 Thread Juan Jose Rosales Rodriguez
Hola. "No son los años los que te enseñan sobre la vida, sino como vives en la vida los años" Universidad de las Ciencias Informáticas Juan José Rosales Rodriguez Tel: 02366792 (Gr) - 078358458 (UCI) De: Micah Gers

RE: [PHP] New to PHP

2008-10-13 Thread Juan Jose Rosales Rodriguez
He i not speak very good englis, pliss can you tel me abaout list in spanich? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP file slow, same file in HTML faster

2007-11-26 Thread Jose Toroscani Hernandez
All .php files are displayed in 10 seconds (aprox). Example: test.php hello world But, the same file with extension html (test.html), is displayed in 1 second. The system is: - RHEL 5 - PHP 5.1 - Apache I apreciate your help. Toroscani

[PHP] Hey Php-general@lists.php.net ;)

2007-09-02 Thread Jose Ramirez
http://www.hi5.com/register/XlneT?inviteId=A_90991ca_0C09xs.2txp151622090 Jose -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php-cli vs python

2007-06-07 Thread jose javier parra sanchez
Hi. One big diferrence is that python can be run interactively, while php not. That's a really good advantage to debug the scripts. Anyway, use the one you fell more comfortable. 2007/6/7, Abdullah Ramazanoglu <[EMAIL PROTECTED]>: Hello, I'm already (going to) use php for web based developmen

[PHP] installing php 5.2.1

2007-03-29 Thread Jay Jose
Its my first time to install and use php on my computer with IIS 5.1... I used the MSI of php 5.2.1 for intallation but every time i run the phpinfo(); ?> i always get the following result: CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. The he

[PHP] CURL_OPTION in foreach statement

2006-03-29 Thread Jose Lopez
It seems something is not working so well here: $extra_curl_params = array ('CURLOPT_POST'=>TRUE); foreach ($extra_curl_params as $curl_opt_name=>$curl_opt_value) { curl_setopt ($curl_handle, $curl_opt_name, $curl_opt_value); } I use this "foreach" method to set up curl options and actua

[PHP] Invalid argument supplied for foreach()

2005-12-19 Thread Jose Borquez
, Jose -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: [Bulk] Re: [PHP] PHP errors in Apache error logs

2005-12-19 Thread Jose Borquez
John Nichel wrote: Jose Borquez wrote: The Makefile configuration did have "--disable-all" included. Here is the link to my phpinfo page; http://68.127.38.82/install/test.php You have no session support. I am not sure what to do now. Do I need to uninstall and reinstal

[PHP] Re: [Bulk] Re: [PHP] Re: [Bulk] Re: [PHP] PHP errors in Apache error logs

2005-12-19 Thread Jose Borquez
Silvio Porcellana [tradeOver] wrote: Jose Borquez wrote: I installed PHP from the ports and did not do any configuration. I set up the phpinfo page and the configuration line did not set disable session. Thanks in advance, Jose Maybe you have this: '--disable-all' (not

[PHP] Re: [Bulk] Re: [PHP] PHP errors in Apache error logs

2005-12-19 Thread Jose Borquez
John Nichel wrote: Jose Borquez wrote: I am attempting to configure Group Office which is a Project Management suite on FreeBSD 5.4 with apache+mod_ssl-1.3.34+2.8.25_1, MySQL 5.0.16, PHP5-MySQL 5.1.1, and PHP5.1.1 and I keep getting the following error messages in my error logs when I

[PHP] PHP errors in Apache error logs

2005-12-19 Thread Jose Borquez
someone please give me any ideas as to what the problem is? Any help would be greatly appreciated. Thanks in advance, Jose -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Can anyone recommend a hosting company

2005-12-16 Thread Jose Miguel
> Shared plan with > PHP > Windows server > Mssql > Need to host multiple domains under one account. > > thanks in advance > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Jose Arce http://sinexion.com - http://josearce.com

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

2005-09-17 Thread Jose Miguel
ical path and relative path" are > c:\www\syntax desktop\ > > thanks for your help > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Jose Arce http://sinexion.com - http://josearce.com

Re: [PHP] Cookie-question?

2005-09-07 Thread Jose Miguel
wVoteValues = 'N'; //Don't show values directly after > vote... > > //Save IDJoke to a cookie with the value - voted to users > computer > setcookie("$IDJoke", 'voted', time()+60*60*24*30*12*100); /* > expires in about 100 years*/ > > //END User wants to vote > // > } > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Jose Arce http://sinexion.com - http://josearce.com

Re: [PHP] php explained in sql

2005-08-21 Thread Jose Miguel
7; > colname<>0 > colname IS NOT NULL > > Or, if you're in MySQL >= 5.0.2 and are using true boolean values: > > colname IS TRUE > > or, if you just want to check if it's TRUE or UNKNOWN: > > colname IS NOT FALSE &

[PHP] RV: Call to Oracle stored procedure

2005-02-21 Thread Jose Angel Sanchez \(Jone\)
Hi everybody.. I have two servers: LINUX DEBIAN WEB SERVER (apache, php, oracle client) and LINUX REDHAT ADVANCED SERVER (Oracle Database Server) I can execute all kind of basic sql from php to oracle, it works fine except accents and symbol of html's ñ (I'm Spanish) But the problem comes when

[PHP] Refresh Problem

2005-02-10 Thread Jose Angel Sanchez \(Jone\)
Hi First of all: I'm sorry for writing errors - I don't speak English too much (spanish) I'm building an application which works that way: I use url parameters to set zone (document location), actions and params. I've badly make security part so only registered people ($_session['USER'] <- whi

Re: [PHP] A serious bug? "or" operator gives out diffferent results depending on order of operands

2004-12-27 Thread Jose M.Herrera
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rory Browne wrote: | I think what Jose is trying to say, is that because 'or' has a lower | precidence than =, you are interpreting the expression wrong. Yes, I was trying to say that. The () are very important when you need to use OR, AND, |

Re: [PHP] A serious bug? "or" operator gives out diffferent results depending on order of operands

2004-12-24 Thread Jose M.Herrera
) ); $b2 = ( ( $y > 5 ) or ( is_null($x) ) ); I this example the value of $b1 is all between the parenthesis (explicitly). Bye! - -- Jose Miguel Herrera M. - User #246070 counter.li.org Est.Ing.Civil Informatica - UTFSM Valparaiso, Chile - http://www.inf.utfsm.cl/~jherrera -BEGIN

[PHP] Fwd: Re: Problems running PHP.

2004-11-22 Thread Jose Arguello
Note: forwarded message attached. __ Do you Yahoo!? The all-new My Yahoo! - Get yours free! http://my.yahoo.com --- Begin Message --- Hi Jose, Since your report is not about the php.net website, this is not the right address to send it

[PHP] Problems running PHP.

2004-11-22 Thread Jose Arguello
se $_POST and $_GET instead of $HTTP_GET_VARS or $HTTP_POST_VARS. But, I have tried them and they are not working. So, I hope you can help me to fix it, because I really want to learn how to program with PHP. Best Regards, Jose ___

[PHP] File system management

2004-10-24 Thread Jose
Hi, Some of the filesystem function can't be executed in a linux httpd server. I tried, mkdir(); chmod(); fwrite(); and some other filesystem functions. Those worked in widows enviornment but in linux i got a message "Permission denied" My PHP version is 4.2.3 in linux. What are the configurations

[PHP] no ciphers supported in phpinfo()

2004-09-18 Thread Jose Ramirez
I compiled mcrypt and php without problem, but phpinfo() shows there are no supported ciphers and modes; following a suggestion I try to change mode to 755 on libdirs (/usr/local/libmcrypt, /usr/local/libcrypt), but nothing happens. Please help! -- José M. Ramirez -- PHP General Mailing List

Re: [PHP] PHP Web Mail

2004-07-05 Thread Jose Leon
Hello, On Mon, 5 Jul 2004 12:33:38 +0100, I.A. Gray <[EMAIL PROTECTED]> wrote: > Thanks- looked at Squirrel Mail. Looks really good, however we use POP3- I > don't think Squirrel Mail uses POP3 does it? SquirrelMail is a web interface to an IMAP mail server, you can set up fetch mail to retrieve y

Re: [PHP] PHP Web Mail

2004-07-05 Thread Jose Leon
Hello, > Does anyone know a good PHP-based (free if possible) web mail other than > UebiMiau that they would recommend? Why not Squirrel Mail? http://www.squirrelmail.org Regards. -- qadram :: software development http://www.qadram.com -- PHP General Mailing List (http://www.php.net/) To unsubs

[PHP] Importing from MIVA

2003-12-16 Thread Jose Maria Vazquez
Hi there! Does anyone know which is the best way to import orders from MIVA Merchant into a MySQL DB? Currently, I'm using a Perl script that parses a plain file generated by a script, but I'm looking for something more "professional" like XML, Web-services, etc. Thanks! -- PHP General Mailing

RE: [PHP] Why PHP reads local php.ini?

2003-04-04 Thread Jose Luis Pérez Ruiz
What´s wrong with my question?, can anybody help me? -Mensaje original- De: Jose Luis Pérez Ruiz [mailto:[EMAIL PROTECTED] Enviado el: viernes 4 de abril de 2003 10:57 Para: [EMAIL PROTECTED] Asunto: [PHP] Why PHP reads local php.ini? I mean than when you run PHP in CGI mode

[PHP] Why PHP reads local php.ini?

2003-04-04 Thread Jose Luis Pérez Ruiz
I mean than when you run PHP in CGI mode, PHP doesn´t read default php.ini location. It first to look php in your actual path. An example... ecazfe04:/home3/www# php -v PHP 4.3.1 (cgi), Copyright (c) 1997-2002 The PHP Group Zend Engine v1.3.0, Copyright (c) 1998-2002 Zend Technologies ecazfe04:

RE: [PHP] parse_str()

2003-03-31 Thread Jose
pected output: > // > // array(2) { ["action"]=> string(4) "kick" ["item"]=> string(2) "me" } > // Forgot to mention what I get. // actual output: // // array(0) { } > Is my assumption wrong? What would be the workaround? > > Thank

[PHP] parse_str()

2003-03-31 Thread Jose
I might be wrong here, but with the code below I would expect $_GET to be filled and the script to output the next line: // expected output: // // array(2) { ["action"]=> string(4) "kick" ["item"]=> string(2) "me" } // Is my assumption wrong

RE: [PHP] Bugs in php 4.2.3.?

2002-10-08 Thread Jose
Yes, is there an issue? Just see my post under RE: [PHP] For my next bug... Upload filename gets blanked out Of a couple minutes ago Cheers, Jose > -Original Message- > From: Hendrik Daldrup [mailto:[EMAIL PROTECTED]] > Sent: 08 October 2002 20:15 > To: [EMAIL PROTECTE

RE: [PHP] For my next bug... Upload filename gets blanked out

2002-10-08 Thread Jose
a, for the time being. I could also go back to php 4.2.2, but I'm lazy ;) but if that could help debug? Any ideas when the next version of PHP is coming out? Or can anyone confirm that there is a bug of PHP on Windows which would manifest this way? Any help or further hints deeply appreciate

[PHP] RE: ? (FIXED) (Errr... problem uploading files)

2002-09-25 Thread Jose Fandos
p29.tmp" or whatever - not > what > you sent the file as. To recover the filename , check > > $HTTP_POST_FILES["fieldname"]["name"] > > Where fieldname is the name of the browse field that you gave in the forms > HTML. Yep. That was taken care of.

[PHP] Errr... problem uploading files

2002-09-24 Thread Jose Fandos
Keep-Alive: 15 Directive Local Value Master Value child_terminate 0 0 engine 1 1 last_modified 0 0 xbithack 0 0 Apache Environment Variable Value COMSPEC C:\WINDOWS\system32\cmd.exe DOCUMENT_ROOT c:/documents and settings/jose/my documents/__wwwserver HTTP_ACCEPT text/xml,application/xml,application

RE: [PHP] Problem uploading a file (bug in PHP 4.2.3 !?) worked with 4.2.2

2002-09-23 Thread Jose
permissions but I don't know how to check that for granted, any hint? What puzzles me is that the whole $_REQUEST comes empty, not even MAX_FILE_SIZE is passed along, nor there is any error being thrown anywhere. I have error reporting set to all. Jose > -Original

RE: [PHP] Problem uploading a file (bug in PHP 4.2.3 !?) worked with 4.2.2

2002-09-23 Thread Jose
I did go back to PHP 4.2.2 to double check and it doesn't work there either. > -Original Message- > From: Jose Fandos [mailto:[EMAIL PROTECTED]] > Sent: 23 September 2002 21:12 > To: [EMAIL PROTECTED] > Subject: [PHP] Problem uploading a file (bug in PHP 4.2.3 !?)

[PHP] Problem uploading a file (bug in PHP 4.2.3 !?) worked with 4.2.2

2002-09-23 Thread Jose Fandos
ror. Works fine when the server is Solaris Jose === Test Test "; echo '$_FILES = '; var_dump($_FILES); echo ""; ?> == -- PHP General Mailing List (http:

[PHP] object creation

2002-08-20 Thread Jose Jeria
The code below also works if you omit the declaration of the $userAgent, will it be any difference? /José J class Browser { # the line below is not necessary? var $userAgent; function Browser() { $this->userAgent = $GLOBALS["HTTP_USER_AGENT"]; } } -- PHP General M

Re: [PHP] Cleanup script

2002-08-17 Thread Jose Arce
that's funny...the function oh_god_im_so_lazy does the job i think jeje... >From: "Liam MacKenzie" <[EMAIL PROTECTED]> >To: "php" <[EMAIL PROTECTED]> >Subject: [PHP] Cleanup script >Date: Sun, 18 Aug 2002 09:18:50 +1000 > >I just had a massive open house party... > >Is it possible to write a PHP

[PHP] ODBC under linux + PHP + Apache problem.

2002-08-02 Thread Jose Morales
I write a few days ago to the list with a problem trying to find my ODBC DSN under linux debian. Well, i solve the problem, now i can find my dsn from PHP code, but its seems like it crash when i do a odbc_connect(...) I know that unixodbc works becouse i test it with isql. I have no warnings

[PHP] PHP + Apache + ODBC on linux

2002-07-31 Thread Jose Morales
Hi to all!! I have a problem and i think maby somebody can help me. I have an MS Sql server on a Windows 2000. I have a PHP web in a linux debian. Im trying to access to the MS SQL server through unixodbc. Unixodbc works well becouse y test it under linux , with isql and sqsh, and i know that

[PHP] draw statistics

2002-07-18 Thread Jose Morales
Hi! Im looking for some class that alow me to draw an histogram, or a piechar, for display statistics. thx! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] ignore_user_abort question

2002-07-14 Thread Jose Arce
Hi, got a question. What happend if ignore_user_abort is true, and the user closes the window? Also, i tried, but i push the stop button, and the script stops, shouldn ignore that?. Thx :D _ MSN Fotos: la forma más fácil de compa

Re: [PHP] Re: FTP commands

2002-07-06 Thread Jose Arce
>From: "Richard Lynch" <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: [PHP] Re: FTP commands >Date: Sat, 06 Jul 2002 17:02:20 -0500 > > > > >Hi, i'm making a script, that logs some ftp characteristics, like resume > >support and stuff...i try using ftp_site(), but it's not working > > > >

Re: [PHP] Error: Parse error: parse error, unexpected $ in...

2002-07-06 Thread Jose Arce
that error appears many times to me...you can show some code so we all can see what's wrong, but i've solved it adding a }, as i told you, manny times it has appear to me, and that's the way i've solved it :D >From: Shiloh Madsen <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: [PHP] Error:

[PHP] FTP commands

2002-07-06 Thread Jose Arce
Hi, i'm making a script, that logs some ftp characteristics, like resume support and stuff...i try using ftp_site(), but it's not working I want to send a command like REST, but ftp_site() send the command like this: SITE REST, with the SITE before the command...any way to do it? Thx :D _

[PHP] FTP routine

2002-07-04 Thread Jose Arce
Hi, i'm making a script to donwload files from a ftp server to the server hosting the script, but i don't know how to download all the files from a directory. I'm using the file system functions to conect to the ftp server, because the ftp functions in php does not always work, and, actually t

RE: [PHP] fsockopen question

2002-07-03 Thread Jose Arce
now it's clear thx :D is not the same thing as: while ($i < 100) { $sock = fsockopen($host, 80); fputs($sock, "GET /file".$i".html HTTP/1.0\r\n\r\n"); } isn't? >From: Martin Towell <[EMAIL PROTECTED]> >To: 'Jose Arce' &l

RE: [PHP] fsockopen question

2002-07-03 Thread Jose Arce
So...i can do more than one fsockopen()...but is not multi-thread? i don't understand...i mean...if i can open more than one fsockopen...it is multithread, or in wich cases php open more than one fsockopen? thx :D >From: Martin Towell <[EMAIL PROTECTED]> >To: 'Jose A

[PHP] fsockopen question

2002-07-03 Thread Jose Arce
Hi, i'm making a script to transfer all the zips from my old server to my new one, i mean, server to server. That's the easy part. The cuestion is: Can i open more than just one instance for fsockopen to retrieve more files in the same script, at the same time? i mean, not one by one (that will

[PHP] storing echo to MySQL or converting to a variable

2002-07-03 Thread Jose Arce
Hi, i want to know if i can convert this: echo fgets($conexion,256); to a variable, or store it to a MySQL database, and then email that variable or data in the MySQL database...thx :D _ MSN Fotos: la forma más fácil de compartir

[PHP] fopen() question

2002-06-04 Thread Jose Jeria
fwrite($fd, $arrFileContent); fclose($fd); /Jose Jeria -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Avoid escaping

2002-05-29 Thread Jose Jeria
i have some html that i submit using html example Perro When i submit this and retrieve it on the target page the value looks like this: Perro Can I somehow avoid that somehow? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: request object

2002-05-27 Thread Jose Jeria
if I am not mistaken the equivalent in asp is Request.Form(); /j "Jose Jeria" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I have a page that creates form elements dynamically. Every time the amount > of form elements is diff

[PHP] request object

2002-05-27 Thread Jose Jeria
I have a page that creates form elements dynamically. Every time the amount of form elements is different. So to the page that I submit to I need to see how the whole request object. Is that possible? /Jose -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] simple array question

2002-05-27 Thread Jose Jeria
in javascript i can build an array doing like this: for(i=0; i < whatEver.length; i++){ myArray[myArray.length] = // } What is the equivalent to this in PHP? Is this the only way: $myArray[count($myArray)] = //.. /J -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP] Re: Debugger

2002-05-11 Thread Jose Leon
Hello: > I think the OP has already looked at it, and wanted something > better :) Yes, that's right, but I'm not saying dbg isn't good, I just said is too much complicated (AFAIK): -Must have a listener running -Use COM to interface with it -User installation too hard: Change php.ini to load

Re: [PHP] Re: Debugger

2002-05-11 Thread Jose Leon
Hello: > He said "php -l will let you know where your syntax errors are." And what this has to do with my question? I was asking for a debugger, not for an error report. I want a mechanism to debug php programs step by step, watch variables and so on. Regards. -- PHP General Mailing List (ht

[PHP] Re: Debugger

2002-05-10 Thread Jose Leon
> php -l will let you know where your syntax errors are. What? Regards -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Debugger

2002-05-10 Thread Jose Leon
Hello: I have been browsing the web for a good solution to debug php code, I have found several ones, but none of them meet my requeriments. I create a development tool for PHP (QaDRAM Studio) and I want to be able to debug php code with it, my question here is: Why PHP 4 has no built-in de

Re: [PHP] Help with JPGraph in PHP.

2002-02-01 Thread Jose Daniel Ramos Wey
Unfortunatly header("Content-type: image/png") won´t help in IIS when PHP is running as CGI. You would have to be using PHP as an apache module or something similar. IIS won´t let CGIs change the headers. The solution is change your webserver, try to run PHP as an ISAPI module or save the ima

[PHP] Date format

2002-02-01 Thread Jose
Hi all. How can I write the date in this format (dd/mm/) if php gives me (,mm,dd)?? Thanks --Jose Fco. ( [EMAIL PROTECTED] ). OLINET, S.L. Teléfono: 952207135 - Fax: 952207600 Avda. Juan

Re: [PHP] How can I decrypt a password I previously coded with md5()?

2002-01-30 Thread Jose
Then how can I encrypt the password? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] How can I decrypt a password I previously coded with md5()?

2002-01-30 Thread Jose
I'm making a proyect in php, and I have some doubts about the md5. I encript a password with it, but I don't know how to decrypt it again. Thanks. -- Jose Fco. ( [EMAIL PROTECTED] ). O

[PHP] Something wrong with the file() command.

2001-12-03 Thread Jose
is 2, it shows 2.txt $temp[]=file($y); \\ To load the file into the array. But after the file nothing happens, the array only contains "Array". Sorry for my bad english. Jose. Olinet S.L. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] F

Re: [PHP] splitting text after 25 words

2001-08-08 Thread jose d lopez
someting i've used. At 03:57 PM 8/8/2001 +1100, Justin French wrote: >Hi all, > >I'd like to split a text block at 25 words, as a teaser for the full >article. Now I know how to split at a certain character, but i don't >want a half word or anything, so I want (i guess) to hunt for the 25th

[PHP] large commercial websites that use php?

2001-08-07 Thread jose d lopez
I'm trying to convince some suits that PHP is widely used on large commercial websites- not just intranets and small sites. I've seen some posts on this, but since this mailing list keeps getting bigger- I wanted to put the question out again: What large commercial websites use php? Some that

[PHP] Tables with scroll in HTML?

2001-03-18 Thread Jose Antonio
Is any way to make a dinamic table with its own scroll? I'm trying make a table/form with a checkbox in every row and a submit button, but, when the table becomes long, I have to scroll down ALL the page to find the SUBMIT button. When you have make this operaton 3 times, it becomes bored. I hav

Re: [PHP] Splitting at word count

2001-01-26 Thread Jose Casal-Gimenez
; $story .= ("") ; for ($i = 0 ; $i < 29 ; $i++) { $story .= (" " . $arr[$i]) ; } $story .= (" (cont.) Full article\n"); We use this PHP in the of our document, so whenever we want it to be published we just use It may not be very e