Re: [PHP] Still searching for a bugtracking system

2010-03-30 Thread Jorge Gomes
. Rewards ___ Jorge Gomes 2010/3/30 Shawn McKenzie > Andre Polykanine wrote: > > Hello Jan, > > > > And what do you use then?) > > > If you're able to, you enable the sqllite extension in your php.ini and > then you create your datab

Re: [PHP] Re: PHP in HTML code

2010-03-13 Thread Jorge Gomes
___ Jorge Gomes 2010/3/13 David Robley > Martine Osias wrote: > > > An HTML/PHP code migrated to a different hosting platform seems to behave > > differently. The PHP statements within HTML fields or within tables does > > not execute > > > > PHP within

[PHP] Re: Ignore Tags

2008-05-11 Thread Jorge Peña
Just to show how exhausted I am: I forgot to provide a link to the relevant source code. Here it is: http://paste.blaenkdenum.com/351 On Sun, May 11, 2008 at 9:25 PM, Jorge Peña <[EMAIL PROTECTED]> wrote: > Hello. I am writing a script that scans some content for email addresses &

[PHP] Ignore Tags

2008-05-11 Thread Jorge Peña
Hello. I am writing a script that scans some content for email addresses and then encrypts them in a way to hide them from spam bots (For more information, http://mailhide.recaptcha.net/ ). The Regular Expressions work perfectly fine, I look for plain email addresses as well as hyperlink email addr

[PHP] Where to start!

2008-05-05 Thread Jorge
First I would like to say that I have had PHP experience but not enough to say I am a PHP developer. I want to use PHP to build a site that uses MySQL, I am building it from scratch so I don't know where to start, should I start with PHP and design a database around my code, or should I desig

Re: [PHP] Keeping sessions

2007-06-19 Thread Jorge González
Stut escribió: Jorge González wrote: Ok, you both are right but not what I need because web servers is for shared hosting with PHP then each user choose the way to develop their apps. Then one user maybe store sessions in DB but another one not. This should be on Apache or OS side. It&#

Re: [PHP] Keeping sessions

2007-06-19 Thread Jorge González
nd so I know this is a PHP and not an Apache list but maybe someone is doing this with web hosting... cheers! Stut escribió: Richard Heyes wrote: Stut wrote: Jorge González wrote: In a web server cluster, how do you do guys keep the php sessions? I mean, with Apache and mod_proxy_balance

[PHP] Keeping sessions

2007-06-19 Thread Jorge González
Hi all ! In a web server cluster, how do you do guys keep the php sessions? I mean, with Apache and mod_proxy_balanced you could have a cluster with apache backend webservers but If a user is logged into an php app then this user goes always to the same backend server and if that server goes

[PHP] QF & FB duplicate element form

2005-10-16 Thread Jorge
] != $this->password) { $data['password'] = md5($data['password']); } } //igualar id_user(auth) e id_user(users) } [] I think this should be work fine but text element passwordR is shown three times instead two. If postG

[PHP] ERROR

2004-09-07 Thread Jorge
top.location.href='../portada.php';"); } ?> Can somebody helps me ? the error is that login don' t access and I don't found the error.

[PHP] Problem

2004-09-06 Thread Jorge
I have a problem when I do login for go to the page of administration on my web, Go back and can't entry this is the code that control this. Where is the problem? Thank you in advance top.location.href='../portada.php';"); } ?>

Re: [PHP] ERROR IN THIS CODE

2004-09-05 Thread Jorge
$id = ( isset($_GET['id']) )?$_GET['id']:'1'; this was the solution. - Original Message - From: "John Nichel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, September 05, 2004 9:36 PM Subject: Re: [PHP] ERROR IN THIS CODE

Re: [PHP] ERROR IN THIS CODE

2004-09-05 Thread Jorge
I resolve the problem. Thank you for all. - Original Message - From: "Jorge" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, September 05, 2004 6:23 PM Subject: [PHP] ERROR IN THIS CODE the problem is that when i do a echo shows me: "SELECT

[PHP] ERROR IN THIS CODE

2004-09-05 Thread Jorge
the problem is that when i do a echo shows me: "SELECT * FROM oposicions WHERE id = ''" - Original Message - From: "raditha dissanayake" <[EMAIL PROTECTED]> To: "Jorge" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunda

Fw: [PHP] ERROR IN THIS CODE

2004-09-05 Thread Jorge
include('include/conexion.php'); include('include/conf.php'); $sql = "SELECT * FROM oposicions WHERE id = '$id'";> I think that the problem is here. $result = mysql_query($sql, $link);

[PHP] ERROR IN THIS CODE

2004-09-05 Thread Jorge
include('include/conexion.php'); include('include/conf.php'); $sql = "SELECT * FROM oposicions WHERE id = '$id'";> I think that the problem is here.

Re: [Re: [PHP] PHP editor]

2004-04-15 Thread Jorge Oliveira
1 - By using spaces on php code, I assure that I (or others) can edit the script in any editor easily 2 - I use tabs(or no tabs at all) for html because size of output sent to browser is smaller this way. Greg Donald wrote: On Thursday 15 April 2004 12:21 pm, Jorge Oliveira wrote: I use

[Re: [PHP] PHP editor]

2004-04-15 Thread Jorge Oliveira
I think I am also sleeping :) My conclusion is that: -> for html is better using tabs because by using spaces, it will increase output to the browser; -> when coding php it's irrelevant because output is not parsed to browser. Jorge | cloreto.com -- PHP General Mailing

[Re: [PHP] PHP editor]

2004-04-15 Thread Jorge Oliveira
will increase if we use tabs. I use spaces for php code and tabs for html. Jorge | cloreto.com Chris Boget wrote: Not exactly... I was not reffering to PHP files... The white spaces from a template file will make double the size of certain files when they are sent to the browser... So a page of

Re: [PHP] PHP editor

2004-04-15 Thread Jorge Oliveira
Hi, Filling tabs with spaces is a directive for good programming - see http://pear.php.net If you want a good editor you can try EditPlus - almost as fast as notepad :) Regards, Jorge | cloreto.com Arthur Radulescu wrote: Hello! This might sound like a stupid question but could anyone

[PHP] fsockopen to conect to ssl sites

2004-01-03 Thread Jorge Castaneda
/".$host, 443, &$errorno, &$errordesc); if ($fp) {print "We are connected with $host";} else {die ("I can not connect with $host: \nError: $errorno \nDescription: $errordesc");} print ""; fputs($fp, $request); while (!feof($fp)) print fgets($fp, 1024); f

[PHP] Variable

2003-11-26 Thread Jorge Infante Osorio.
Hi every one. I am new in this List. My problem is: I determinate the value of a variable in the botton of one page, and I want to use it in the middle of the page, inside a while structure, but I cant´n, inside the while structure I calculate the value of this variable several times until I

[PHP] gd library

2003-01-10 Thread Jorge Miguel Fonseca Martins
Title: Mensagem I have just installed php 4.3.0 what do I have to do now to get the gd library to work?   thanks      Jorge Martins J[EMAIL PROTECTED]Engenheiro de InformáticaEngineering Department

Re: [PHP] Problems getting error values in FILES superglobal.

2002-10-29 Thread Jorge . Manuel . Silva
I think I found a way of solving the problem. When the transfer is interrupted $_FILES is filled and no error is reported. However $_POST will be empty. So, if $_FILES['userfile']['error'] is set to 0 (meaning no error) but $_POST is empty, it means that the file upload was

[PHP] Problems getting error values in FILES superglobal.

2002-10-29 Thread Jorge . Manuel . Silva
I'm resending this because I don't see the message in the "archive". Sorry if you're getting the message for the second time. Jorge. - Forwarded by Jorge Manuel Silva/doi/ep/bpor

[PHP] $_FILES['userfile']['error'] is always 0 ! Why ???

2002-10-29 Thread Jorge . Manuel . Silva
What could be happening ? Is there any other way I can use to identify truncated files in uploads ? I'm so desperate that I've been looking at "content-length"... I'm running RH 7.3 with PHP 4.2.2. Thanks in advance, Jorge. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] php IDE for linux

2002-06-04 Thread Pedro Jorge Dias Cardoso
please tell me a good PHP editor for linux, wich one you prefer. or a package for PHP in Xemacs. i try the bluefish but i dont like it. Thanks, Pedro Cardoso -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Problems with date function

2002-02-01 Thread Jorge Arechiga
Hi everybody I hope someone can help me in an issue on where i've been stuck for a while. I'm trying to show a date from a Table in SQLServer7 when i use this : the browser shows me the date correctly and the result is this: 2002-02-01 11:31:00 Obviously i want to format the da

[PHP] Using semaphores in C & PHP

2001-11-21 Thread Jorge Renato Machin Ibarra
;shmat"); exit(1); } // Ciclo principal /* while ( true ) { for (s = shm; *s != NULL; s++) putchar(*s); putchar('\n'); usleep(100L); } */ exit(0); } Thanks Jorge Machin -- PHP General Mailing List (http://www.php.net/) To u

[PHP] source code of c/c++

2001-08-24 Thread Jorge Amaya
I am a programmer in c++ builder, this place has a section of the compiler's discharge, you can see if it serves you http://www.borland.com/bcppbuilder/freecompiler/ and http://www.gnu.org/software/gcc/gcc.html greetings!!! hi . do you know in what site I find the source code of compiler and

[PHP] Export to Excel

2001-07-13 Thread Jorge Alvarez
One of my clients is requesting me to export some data from PHP-generated pages to MS Excel files. I have no clue on how to do such export with PHP. I'm using PHP/Apache/Linux Mandrake. What options do I have? Your help is very appreciated. Regards, Jorge Alvarez -- Let your screen

[PHP] Bug Database.

2001-06-27 Thread Jorge Faria
> Hi , does anyone know if there is a " bug database" php project . My goal > is a small database like php already have in their own site. Otherwise i must write one J.Faria _ Do You Yahoo!? Get your free @yahoo.com address at

[PHP] I HAVE SOLVEN THE PROBLEM .........

2001-05-09 Thread Jorge Amaya
HI ALL, MY PROBLEM WITH THE NAVIGATOR WAS THAT THE JAVA CONSOLE IS LOADED AND THAT TOWARD THE PROBLEM THANK YOU MARC, HRISHI, GEIR MORK AND TODD KENNEDY REGARDS -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

[PHP] thanks Hrishi AND ANOTHER QUESTION ?

2001-05-08 Thread Jorge Amaya
THANK YOU FOR YOUR CONCEPTS, HELPED ME ENOUGH, YOU ARE VERY KIND, I HAVE A QUESTION MORE, APACHE IT| ALREADY WORKS ME, IT LOADS ME PHP4, BUT THE NAVIGATOR DOESN'T BEGIN.. IT DOESN'T LOAD THE NAVIGATOR UP WITH APACHE. APOLOGIZE TO HAVE WRITTEN YOU TO YOUR OTHER MAIL, A THOUSAND EXCUSES. -

Re: [PHP] HI

2001-05-02 Thread Jorge Amaya
Jorge Amaya wrote: > Hello All > > I am new user of php, I have installed apache 1.3.x, php3 and mysql, > but I have a problem, My navigator doesn't recognize the files of > php3, that is to say it doesn't work me php in the navigator, I have > configured such

[PHP] HI

2001-05-02 Thread Jorge Amaya
Hello All I am new user of php, I have installed apache 1.3.x, php3 and mysql, but I have a problem, My navigator doesn't recognize the files of php3, that is to say it doesn't work me php in the navigator, I have configured such and like says the manual in php.ini and also in the directives o

[PHP] Controlling just size with regular expressions

2001-04-09 Thread Jorge Alvarez
Hi there, I need a regular expression that accepts *anything* without restrictions, only that the size of the string should be between (for instance) 0 and 9 characters. I know the {0,9} trick, but how do I accept *anything* in a form field? TIA, Jorge -- PHP General Mailing List (http

[PHP] How can i sent an html e-mail using mail()?

2001-04-03 Thread jorge
The subject explains all. I need to send html emails unsing php Thanks -- 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] Undefined Variable

2001-03-17 Thread Jorge Alvarez
variables? Many thanks in advance, Jorge Alvarez PHP4 new user -- 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] Change POST for GET

2001-03-16 Thread Jorge Alvarez
re both methods equivalent? TIA, Jorge Alvarez -- 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] Parse all .htm files?

2001-03-14 Thread Jorge Alvarez
Hi there, I'm using PHP and Personal Web Server in a Windows 98 PC. What should I do to make PHP parse all .htm files and not only those with the .php extension? Many thanks in advance, Jorge Alvarez -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [

[PHP] Download PHP from Linux machine?

2001-02-23 Thread Jorge Alvarez
What should I do? Best Regards, Jorge. -- 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] problem with rewind 2

2001-01-11 Thread Jorge Inti Benites Roche
Title: Jorge Inti Benites Roche Hi!I try use this code, but not work $file = fopen ("http://ultra10:9000/cgi-bin/query?mss=search" , "r");if (!$file) {    echo "Unable to open remote file.\n";    exit; "rewind($file);" This is the error mesagge: &q

Re: [PHP] problem with rewind

2001-01-11 Thread Jorge Inti Benites Roche
gt; Sent: Thursday, January 11, 2001 2:46 PM Subject: RE: [PHP] problem with rewind > $file = fopen (http://ultra10:9000/cgi-bin/query?mss=search, "r"); > > should be > > $file = fopen("http://ultra10:9000/cgi-bin/query?mss=search", "r"); >

[PHP] problem with rewind

2001-01-11 Thread Jorge Inti Benites Roche
Title: Jorge Inti Benites Roche Hi! I try use this code, but not work   $file = fopen (http://ultra10:9000/cgi-bin/query?mss=search, "r");if (!$file) {    echo "Unable to open remote file.\n";    exit;   "rewind($file);"   This is the error mesagge: "Warnin