[PHP] php site, parse error

2001-02-15 Thread Javier Muniz
Looks like the PHP site is down, parse error on site.inc... just an FYI :) -- 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]

RE: [PHP] php site, parse error

2001-02-15 Thread Javier Muniz
Definately a bit frightening that a virtually static site has an include that is over 300 lines long :) Maybe just well documented? -jm -Original Message- From: Martin A. Marques [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 15, 2001 12:40 PM To: [EMAIL PROTECTED] Subject: Re: [PH

RE: [PHP] MySQL COUNT Won't Work

2001-02-16 Thread Javier Muniz
Nope, with php the second argument of mysql_query is indeed the connection identifier. What happens when you run the query via the mysql client? -jm -Original Message- From: Jon Haworth [mailto:[EMAIL PROTECTED]] Sent: Friday, February 16, 2001 9:32 AM To: '[EMAIL PROTECTED]'; '[EMAIL P

RE: [PHP] MySQL COUNT Won't Work

2001-02-16 Thread Javier Muniz
Are you using 3.23.33? If so try removing the space between the COUNT and the open paren. It looks like there may be a bug in the latest release (seeing this problem on the mysql list for MAX, probably exists for COUNT as well). -jm -Original Message- From: Jeff Oien [mailto:[EMAIL PRO

RE: [PHP] MySQL COUNT Won't Work

2001-02-16 Thread Javier Muniz
You should use fieldnames in your selects... I'd imagine count(*) would be slower just as select * is slower. -jm -Original Message- From: Joe Sheble (Wizaerd) [mailto:[EMAIL PROTECTED]] Sent: Friday, February 16, 2001 9:46 AM To: PHP Subject: RE: [PHP] MySQL COUNT Won't Work I do lots

RE: [PHP] using tar to untar a file into a certain dir... In php of course

2001-02-16 Thread Javier Muniz
Don't calls to system() live within their own shell and environment? If so you may need to: system("cd /destination/dir && tar -xpf /some/path/to/tarfile.tar"); this will also insure that if the cd fails for some reason, tar will not execute. -jm -Original Message- From: DanO [mailto:

RE: [PHP] Finding the? in $REQUEST_URI?page=blah

2001-02-16 Thread Javier Muniz
An exceptionally easy way to do this would be to pass both $PHP_SELF and $REQUEST_URI. Alternatively, you can use explode(): "> Username: etc -Original Message- From: James, Yz [mailto:[EMAIL PROTECTED]] Sent: Friday, February 16, 2001 2:57 PM To: [EMAIL PROTECTED] Subject: [PHP] Fin

[PHP] HTTP Request - First line

2001-02-17 Thread Javier Gil
I want to obtain the first line of the header of the HTTP Request (the request line). Is there a function to obtain this line. Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact th

[PHP] php and postie

2003-02-10 Thread Javier Gloria Medina
hi everyone: i was wondering if its posible to use the program postie, so u can send mails with the fuction mail(). is there anyone that can help me with this. thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] I need a useful sample code for opening from ftp servers using fopen() or file() commands

2002-09-03 Thread Javier Campo Martinez
via ftp (but not both simultaneously). phpinfo() returns me the following ftp topic: FTP support enabled I just don't know what more can I do ... Thanx in advance Javier

[PHP] Does PHP works with Netscape Web Server or IPlanet???

2001-01-22 Thread "Aguilar Peña, Javier"
Does PHP works with Netscape Web Server or IPlanet??? If it does.HOW [EMAIL PROTECTED] Thanks

RV: [PHP] Does PHP works with Netscape Web Server or IPlanet???

2001-01-22 Thread "Aguilar Peña, Javier"
It's me again. I've tried with IIS and PWS and everithing ok...but not with Netscaspe which is the one I need. Thanks again. > -Mensaje original- > De: Aguilar Peña, Javier > Enviado el: lunes 22 de enero de 2001 13:31 > Para: '[EMAIL PROTECTED]'

RV: RV: [PHP] Does PHP works with Netscape Web Server or IPlanet???

2001-01-23 Thread "Aguilar Peña, Javier"
l for your help. > -Mensaje original- > De: Steve Edberg [SMTP:[EMAIL PROTECTED]] > Enviado el: lunes 22 de enero de 2001 18:19 > Para: Aguilar Peña, Javier; '[EMAIL PROTECTED]' > Asunto: Re: RV: [PHP] Does PHP works with Netscape Web Server or > IPlanet??? > &g

[PHP] Does anybody know how to setup PHP on a iPlanet Web Server (or Netscape Web Server)???? HEELPPP

2001-01-23 Thread "Aguilar Peña, Javier"
Hi everybody, it's me again. Does anybody know how to setup PHP on a iPlanet Web Server (or Netscape Web Server) HEELPPP I post a few messages from yesterday. Could you help me???

[PHP] Newbie on Sessions/Pages Management

2002-02-23 Thread Alexander P. Javier
I'm very new to PHP, as a matter of fact, I never had any experience anything about web-enabled applications development. I've been more into local Visual Basic and MS SQL Serve devt. If there's any kind soul out there, please HLP The question is: why do the values of my sessi

[PHP] sessions

2002-02-23 Thread Alexander P. Javier
ok, i got i working now, thanx to all who helped especially michael, chris & edward alyx - Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games

[PHP] MySQL joins

2002-02-25 Thread Alexander P. Javier
why do i get errors on MySQL queries that have joins? alyx - Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games

[PHP] MySQL joins

2002-02-25 Thread Alexander P. Javier
the query is: select appointment.*, date_format(appointment.startdatetime,'%m-%d-%Y') as yrappt from appointment left join guest on appointment.appointment_id = guest.appointment_id i think it's syntactically correct, it returns the correct rows when run with the mysql.exe program but gets a

[PHP] I can't see the PHP variables....

2001-12-10 Thread Javier Morquecho Morquecho
Hi.. I'm making changes to an PHP application (Postnuke). The problem is than I can not see the PHP variables, like echo "host=".$HTTP_HOST; But just in a specific modulethe question is, is there a PHP instriction to enable an disable those variables???.. Thanks

[PHP] a PHP fucntion like window.confirm("Click OK to continue. Click Cancel to stop.");

2001-04-03 Thread Javier Morquecho Morquecho
Is there an PHP equivalent to the javascript: $x= window.confirm("Click OK to continue. Click Cancel to stop."); if ($x) Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

[PHP] share librearies from repository

2002-08-02 Thread Ricardo Javier Aranibar León
Hi List, I need your help. I wrote my classes with php where I defined my objects, then I created my repository in /usr/share/php , in this directory are my clasess. Now, from my directory web I like to call to my classes, then I modified my php.ini (/etc/php.ini) and inserted this line, in the

[PHP] share libraries from repository

2002-08-02 Thread Ricardo Javier Aranibar León
Hi List, I need your help. I wrote my classes with php where I defined my objects, then I created my repository in /usr/share/php , in this directory are my clasess. Now, from my directory web I like to call to my classes, then I modified my php.ini (/etc/php.ini) and inserted this line, in the

[PHP] Learning PHP

2002-04-20 Thread Victor Javier Martinez Lopez
I'm started with PHP and I'm interested in find any place with some docs and example code. Can anyone help me? Thanks in advance.

[PHP] Thanks

2002-04-21 Thread Victor Javier Martinez Lopez
Thanks everyone for your help.

[PHP] Problem with str_replace

2004-08-29 Thread Francisco Javier Escoppinichi Fernández
ong? Thank you very much in advance for your help. P.S. Sorry for my bad english. -- Francisco Javier Escoppinichi Fernández Email: [EMAIL PROTECTED] Web: http://www.fire-dragon.net/ MSN: [EMAIL PROTECTED] Cel: 044 (612) 348 91 00 "Sólo hay 3 cosas que no vuelven atrás: la palabra emitid

Re: [PHP] Problem with str_replace

2004-08-29 Thread Francisco Javier Escoppinichi Fernández
On Sun, 29 Aug 2004 19:36:49 -0400, John Nichel <[EMAIL PROTECTED]> wrote: > Francisco Javier Escoppinichi Fernández wrote: > > Hello people... > > > > I have a little problem here... I hope you can help me... > > > > I'm building a simple template s

Re: [PHP] Problem with str_replace

2004-08-29 Thread Francisco Javier Escoppinichi Fernández
Hah! Beginner's mistake! I think I need some rest... I'm skipping some basic details :) *PROBLEM SOLVED* Thank you people... -- Francisco Javier Escoppinichi Fernández Email: [EMAIL PROTECTED] Web: http://www.fire-dragon.net/ MSN: [EMAIL PROTECTED] Cel: 044 (612) 348 91 00 "S

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] 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] 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] 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] 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] Help with preg_match_all()

2004-10-31 Thread Francisco Javier Escoppinichi Fernández
I need to create a expression to get all the tags from the HTML with preg_match_all() in order to have them in a array... Can you help me with this.. I already Googled for that, but I really don't understand too well :P -- Francisco Javier Escoppinichi Fernández Email: [EMAIL PROTECTED] Web:

Re: [PHP] Help with preg_match_all()

2004-10-31 Thread Francisco Javier Escoppinichi Fernández
Thanks! Worked like a charm! *Problem solved* On Mon, 1 Nov 2004 03:01:12 +, Curt Zirzow <[EMAIL PROTECTED]> wrote: > * Thus wrote Francisco Javier Escoppinichi Fernndez: > > Hello people... > > > > I'm relatively a beginner with regular expressions, so I

[PHP] "No input file specified." error.

2004-12-21 Thread Francisco Javier Escoppinichi Fernandez
Hello people. I got a little problem here, and I already searched on Google for possible solutions, but I still can't figure how to fix it. I'm developing a CMS Application on PHP. On my dev machine I'm running Apache 1.3.33 + PHP 4.3.9 as a module, and on my production machine i'm running Apache

Re: [PHP] "No input file specified." error.

2004-12-21 Thread Francisco Javier Escoppinichi Fernandez
Hi Curt, * Thus wrote Francisco Javier Escoppinichi Fernandez: Hello people. I got a little problem here, and I already searched on Google for possible solutions, but I still can't figure how to fix it. I'm developing a CMS Application on PHP. On my dev machine I'm running Apac

Re: [PHP] "No input file specified." error.

2004-12-21 Thread Francisco Javier Escoppinichi Fernandez
Curt Zirzow escribió: * Thus wrote Francisco Javier Escoppinichi Fernandez: Hi Curt, * Thus wrote Francisco Javier Escoppinichi Fernandez: Hello people. I got a little problem here, and I already searched on Google for possible solutions, but I still can't figure how to fix it. I'm de

<    1   2   3