Re: [PHP] Best editor?

2011-08-03 Thread Pedro Quaresma
A Quarta, 3 de Agosto de 2011 21:16:52 Mike Hansen você escreveu: > On 8/3/2011 7:22 AM, Matty Sarro wrote: > > Hey everyone, > > I am a super newbie just beginning to learn PHP. Awhile ago, I had > > used aptana for dabbling with php and was amazed to find out that it > > had a built in php interp

[PHP] Extensions not compile

2009-04-20 Thread Joaquim Pedro França Simão
I use cygwin (updated). I try to compile extensions, but i only get "extension.a" -- # phpize # ./configure # make /usr/local/src/extension/.libs/extension.a, extension.la.lnk, extension.o (280 kB, the other 3 had few bytes, *.a, *.la, *.lai) # make install ... created: /usr/local/lib/php/exte

[PHP] Extensions not compile

2009-04-20 Thread Joaquim Pedro França Simão
I use cygwin (updated). I try to compile extensions, but i only get "extension.a" -- # phpize # ./configure # make /usr/local/src/extension/.libs/extension.a, extension.la.lnk, extension.o (280 kB, the other 3 had few bytes, *.a, *.la, *.lai) # make install ... created: /usr/local/lib/php/exte

[PHP] Introduction and questions...

2007-01-09 Thread Pedro Mpa
-Original Message- From: Jason Pruim [mailto:[EMAIL PROTECTED] Sent: terça-feira, 9 de Janeiro de 2007 17:37 To: php-general@lists.php.net Subject: [PHP] Introduction and questions... Hi Everyone, I'm very new to php and to this list. I'm hoping to be able to suck up as much knowledge f

Re: [PHP] using growisofs in a PHP/HTML page

2006-12-09 Thread Pedro Quaresma
os/CopiasSeguranca is writable for all. When I tried the command in the command line, I first changed to root (su root), and then to www-data (su www-data). And I could execute the command without problems. ... > > > ---- Original Message > > > Date: Satu

[PHP] using growisofs in a PHP/HTML page

2006-12-09 Thread Pedro Quaresma
t;Error."; (...) The "growisofs" command does nothing... if I do the same command in a bash window, in the command line everything works fine, I think that the permissions are ok, I put the www-data user in the "plugdev" and "cdrom" groups... Is it p

RE: [PHP] Hidding HTML Input Elements values approach

2006-03-14 Thread pedro mpa
> -Mensagem original- > De: David Dorward > So the value attribute contains an encrypted representation of the country > name ... which is transmitted in clear text right next to it? > > If you want encryption, why not just use SSL? The value attribute contains an encrypted value of a row

RE: [PHP] Hidding HTML Input Elements values approach

2006-03-13 Thread pedro mpa
> -Mensagem original- > De: jblanchard > I don't see any problem with the approach, but I would ask why... Because if I write original ids or values matching those on database (or other data source) they can easily be changed on client side, that is the main purpose. Another purpose is to

[PHP] Hidding HTML Input Elements values approach

2006-03-13 Thread pedro mpa
27;t found any "holes" on this approach (except when someone gets access to the hosting account :] ) so I would like some feedback and/or ideas and/or other approaches. Thanks in advance. Apologies for my bad English. Pedro. -- PHP General Mailing List (http://www.php.net/) To uns

[PHP] php versions between os/platform

2006-02-10 Thread pedro mpa
Greetings! I am building a website using PHP 5.1.2 and MySQL 5.0.18 and I am using windows xp with IIS. All the hosting companies I have contacted are using php 4.x.x and mysql 4.x.x or 3.x.x, on linux I suppose. Are php versions the same for every os/platform? Thanks in advance. -- PHP Genera

[PHP] moving website from windows to linux hosting

2005-10-24 Thread pedro mpa
Hi! I have to move my website from Windows hosting to a linux hosting machine. Does anyone have special tips, procedures I should consider? (Like changing directory paths from \ to / ). It's a classifieds posting website and it's in final testing stage. Pedro. Apologies for my b

[PHP] [off T] c++ mailing list

2005-08-26 Thread pedro mpa
Hello Sorry for this OT post but is there a c++ mailing list like this one? ~Pedro. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] including the result of one query in another query

2005-06-26 Thread Pedro Quaresma de Almeida
sults (not just one) of one query in another query? Is it possible? Thanks. -- Pedro Henrique e Figueiredo Quaresma de Almeida -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Error en PHP

2005-04-25 Thread Pedro Luis Cruz Riguetti
como puedo salir de sta lista q esta llenando mi correo. -- --- Banco de Crédito BCP - Dedicados a hacerte la Banca más simple. Visita nuestra Banca por Internet http://www.viabcp.com

Re: [PHP] Change Object Type

2005-04-25 Thread Pedro Luis Cruz Riguetti
-- mierdas saquenme de aca carajo --- Banco de Crédito BCP - Dedicados a hacerte la Banca más simple. Visita nuestra Banca por Internet http://www.viabcp.com

Re: [PHP] help for me about session

2005-04-23 Thread Pedro Luis Cruz Riguetti
-- mierda carajo saquenme de sta lista de mierda q llema mi correo de huevadas rapido carjo.nierdas --- Banco de Crédito BCP - Dedicados a hacerte la Banca más simple. Visita nuestra Banca por Internet http://www.viabcp.com

Re: [PHP] Re: bulk emailer

2005-03-14 Thread Pedro Luis Cruz Riguetti
quitenme de la lista porfavor quiero salir de aqui -- --- Banco de Crédito BCP - Dedicados a hacerte la Banca más simple. Visita nuestra Banca por Internet http://www.viabcp.com --

[PHP] ayuda

2005-03-13 Thread Pedro Luis Cruz Riguetti
-- como pueddo hacer para salir de esta lista --- Banco de Crédito BCP - Dedicados a hacerte la Banca más simple. Visita nuestra Banca por Internet http://www.viabcp.com -

Re: [PHP] fsockopen and session_start

2005-03-08 Thread Pedro Garre
2005 05:15, Jason Wong wrote: > *This message was transferred with a trial version of CommuniGate(tm) Pro* > > On Monday 07 March 2005 22:02, Pedro Garre wrote: > > I am using fsockopen to simulate a POST to another page (test_post.php) > > within the same server. > >

[PHP] fsockopen and session_start

2005-03-07 Thread Pedro Garre
*This message was transferred with a trial version of CommuniGate(tm) Pro* Hi, I am using fsockopen to simulate a POST to another page (test_post.php) within the same server. Data sent to the socket is: "POST $uri HTTP/1.1\r\n". "Host: $host\n". "User-Agent: mandapost\r\n". "Cookie: ".ses

[PHP] Relative URLs

2005-02-21 Thread Pedro Fayolle
s the browser would make them relative to the base path, forcing one to use the long absolute URL each time. Please tell me which you generally think is better and why, and if you know any other method I could've missed. Thanks, Pedro Fayolle -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] problems with session timeout

2005-02-02 Thread Pedro Henrique Calais
help me. Can anyone help? Thanks, __ Pedro Henrique Calais - [EMAIL PROTECTED] Ciência da Computação / UFMG - 5° período e-Speed / DCC / UFMG

[PHP] PEAR Spreadsheet_Excel_Writer

2005-01-07 Thread Pedro Irán Méndez Pérez
somebody have a example of this class?, because the package don't have, thank's :) = "¿Acaso se olvidará la mujer de su bebé, y dejará de compadecerse del hijo de su vientre? Aunque ellas se olviden, yo no me olvidaré de ti" Isa 40:27 = Atte Pedro Irán Méndez Pé

[PHP] PHP Supremacy...

2004-11-17 Thread Pedro Irán Méndez Pérez
? Thank you very much :) = "¿Acaso se olvidará la mujer de su bebé, y dejará de compadecerse del hijo de su vientre? Aunque ellas se olviden, yo no me olvidaré de ti" Isa 40:27 = Atte Pedro Irán Méndez Pérez -- PHP General Mailing List (http://www.php.net/) To unsubscr

[PHP] Object oriented programming

2004-11-16 Thread Pedro Irán Méndez Pérez
hijo de su vientre? Aunque ellas se olviden, yo no me olvidaré de ti" Isa 40:27 = Atte Pedro Irán Méndez Pérez -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] SQL-Injection, XSS and Hijacking

2004-11-05 Thread Pedro Iran Mendez Perez
Hello Mark, Where can I find these articles that you talk? do you have a URL for those articles? Thank you :) = "?Acaso se olvidara la mujer de su bebe, y dejara de compadecerse del hijo de su vientre? Aunque ellas se olviden, yo no me olvidare de ti" Isa 40:27 = Atte

RE: [PHP] how can I get the fileversion?

2004-09-03 Thread Pedro Irán Méndez Pérez
rá la mujer de su bebé, y dejará de compadecerse del hijo de su vientre? Aunque ellas se olviden, yo no me olvidaré de ti" Isa 40:27 = Atte Pedro Irán Méndez Pérez -Mensaje original- De: John Nichel [mailto:[EMAIL PROTECTED] Enviado el: Viernes, 03 de Septiembre de 2004 01:

[PHP] how can I get the fileversion?

2004-09-03 Thread Pedro Irán Méndez Pérez
rá de compadecerse del hijo de su vientre? Aunque ellas se olviden, yo no me olvidaré de ti" Isa 40:27 = Atte Pedro Irán Méndez Pérez -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: How check credit card or magnetic card number.

2004-02-02 Thread Pedro
Hi, how i can check credit card or magnetic card number for a site of electronic commerce that i have to design. Sorry for my english. Pedro. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] encoding problem

2004-01-03 Thread Pedro Salgueiro
w to solve this problem? Thanks. Pedro Salgueiro. __ Do you Yahoo!? Find out what made the Top Yahoo! Searches of 2003 http://search.yahoo.com/top2003 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] encoding problem

2003-12-27 Thread Pedro Salgueiro
w to solve this problem? Thanks. Pedro Salgueiro. __ Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing. http://photos.yahoo.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Function disabled.

2003-11-21 Thread Pedro Faria
Hi, you have to use *ini_get* function and not *function_exists* because it is a restriction on PHP.INI. Try: []s Pedro Faria. On Fri, 21 Nov 2003 18:58:12 -0500, Vincent M. wrote: > Hello, > > How to test if a function has been disabled. I tried doing this: > if(function_e

Re: [PHP] PHP 5

2003-11-01 Thread Pedro Pais
He is obviously asking if PHP 5 will support (run, execute, bla bla bla) code that currently runs in 4.3.x! P.S.: I don't know the answer! Chris Shiflett wrote: --- Leonel Nunez <[EMAIL PROTECTED]> wrote: When php 5 is released will there be support for php 4.3.x? Support from whom? What typ

Re: [PHP] Templates/Separate content from presentation

2003-11-01 Thread Pedro Pais
.bernhardseefeld.ch/archives/67.html http://www.phpbuilder.com/mail/php-general/2003042/1730.php http://www.massassi.com/php/articles/template_engines/old/ http://www.scripps.edu/~jesusmc/cachedtpl/CachedTemplate.html http://zend.com/zend/trick/tricks-nov-2001.php Cheers, Boyan Nedkov -- Pedro

[PHP] Templates/Separate content from presentation

2003-10-31 Thread Pedro Pais
Hi! I've coded in PHP for a while, but I had to leave it for some time. Now I'm back, and I'd like to know what's currently being used to separate content from presentation, besides Smarty (that seems to be Google's top choice)? Thanx -- PHP General Mailing List (http://www.php.net/) To unsub

[PHP] phpTidy problems (xhtml)

2003-07-24 Thread Pedro Arellano
I want to be able to output the contents of my website in xhtml. There it an opensource program called phpTidy which ties into HTML Tidy that can format all of your html into xhtml or xml. The only problem, I cant get it to work correctly. Does anyone have experience in working with this script?

Re: [PHP] script seen on php.net manual

2002-11-21 Thread Pedro Furtado
i cannot harcode anything because i don't know fields or anything for that matter so i'm just missing how to 'format' my data output like this :D Thx! Pedro On Wed, 20 Nov 2002 15:40:02 -0600 [EMAIL PROTECTED] (Chris Boget) wrote: >> i need to output >> &row0=articl

[PHP] script seen on php.net manual

2002-11-20 Thread Pedro Furtado
ipt you may use the below array to gain access to your data $i=1; $ii=count($object); //quick access function for($i=1;$i<=$ii;$i++){ echo $object[$i]['your_field_name']; } hope it helps Kindest Regards, Pedro Furtado www.silkonski.com

Re: [PHP] Why $ on variable names?

2002-11-13 Thread Pedro Garre
those standards :-) (my excuse is that it is just me programming) Pedro. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] You are about to leave the secure conexion

2002-07-14 Thread Pedro Garre
icate. What could I do so that those messages do not show up ? ( I search the HTTP/1.1 spec looking for a header but could not find anything and the new window could not be solved with a header anyway) Sorry if this is not completely PHP :-) Thanks. Pedro. -- PHP General Mailing List

[PHP] Encripted download

2002-07-01 Thread Pedro Garre
travelling withno encription. Questions: 1. Are the files actually travelling with no encription ? 2. How can I encript them but making it transparent to the user ? Thanks. Pedro. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Email validation

2002-06-14 Thread Pedro Pontes
9+-]+(\.[_a-z0-9+-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)+$", $strEMailAddress); } This should now accept your mail address. Regards, Pedro Alberto Pontes - Original Message - From: "Timothy J. Luoma" <[EMAIL PROTECTED]> Newsgroups: php.general To: "Pedro Pontes"

Re: [PHP] Printer friendly version script

2002-06-13 Thread Pedro Garre
*This message was transferred with a trial version of CommuniGate(tm) Pro* I think the only solution is to convert it to PDF. In theory, CSS2 provides with the possibility to configure the print format, but no browser supports it. Pedro. On Thursday 13 June 2002 19:56, Miguel Cruz wrote

[PHP] Re: Email validation

2002-06-12 Thread Pedro Pontes
function checkEmail($strEMailAddress) { return eregi("^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)+$", $strEMailAddress); } You have it now :). Regards, Pedro Alberto Pontes "Jeroen Timmers" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]"

[PHP] Sudden timeouts

2002-06-12 Thread Pedro Pontes
ly, before the 1200 period of inactivity, of course. Has anyone gone through this problem already? Thank you very much. Pedro Alberto Pontes -- 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] Configuration problems

2002-05-07 Thread Pedro Pontes
bgd.(a|so) anywhere under /usr/local/lib" What am I doing wrong? Thank you. -- Pedro Alberto Pontes -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Timing out session cookies

2002-05-07 Thread Pedro Pontes
session_set_cookie_params ($expiration_time_in_seconds); Regards, -- Pedro Alberto Pontes "Mick Sear" <[EMAIL PROTECTED]> wrote in message 06D1C9FA1087D4119FC900508B95056E011FECF2@eulexch1a">news:06D1C9FA1087D4119FC900508B95056E011FECF2@eulexch1a... > Hi, > >

Re: [PHP] Defining PHP varibles from URL

2002-05-06 Thread Pedro Pontes
ck if $file has a value and then use it. For example, if ($file != "") include($file); Hope it helps. -- Pedro Alberto Pontes <[EMAIL PROTECTED]> wrote in message 009501c1f4e0$636d3e80$0100a8c0@JohnH">news:009501c1f4e0$636d3e80$0100a8c0@JohnH... I don't mea

Re: [PHP] Secure user authentication

2002-05-06 Thread Pedro Pontes
I wasn't in fact aware of that domain test thingie. So my main worry is no more. Thank you guys. -- Pedro Alberto Pontes "The_radix" <[EMAIL PROTECTED]> wrote in message 004c01c1f348$2db81c40$3200a8c0@oracle">news:004c01c1f348$2db81c40$3200a8c0@oracle... >

Re: [PHP] Secure user authentication

2002-05-03 Thread Pedro Pontes
(with the same fields), artificially attribute a group and login to it, register it with the session and then link to any of my pages (without passing through the login page), they won't suspect that the access rights were forged. Thank you. -- Pedro Alberto Pontes "Jon Haworth"

Re: [PHP] Secure user authentication

2002-05-03 Thread Pedro Pontes
then all the little devil has to do is to create a dummy session user object, or in your case, array, set its password value to the stolen crypted hash and then link freely to any of your pages. Am I right? Thanks again. -- Pedro Alberto Pontes "The_radix" <[EMAIL PROTECTED]> wr

Re: [PHP] New Session Variable unset doesn't work

2002-05-03 Thread Pedro Pontes
destroy the variable's value you must use $var = null; Regards, -- Pedro Alberto Pontes "Dan Hardiker" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > I somehow cannot unset Session variables. If I set for example > >

[PHP] Secure user authentication

2002-05-03 Thread Pedro Pontes
ss to that information. Please advise. Thank you ver much for your time. -- Pedro Alberto Pontes -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Call to a member function on a non-object...?

2002-05-03 Thread Pedro Pontes
() { // method 1 } } To call the function methodOne, you must first: $objectName = new YourClass(); and only then $objectName->methodOne(); Hope it helps. -- Pedro Alberto Pontes "Richard Brenner" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">new

[PHP] parse errors not displayed (2nd time I ask!)

2002-04-29 Thread Pedro Garre
ot;\n"; $err .= "\t".$filename."\n"; $err .= "\t".$linenum."\n"; $err .= "\n\n"; // For testing. NOTICE errors do not disturb the browser but are immediatly shown // to the programmer. Remaining errors are displayed in the browser. if ( ( $err

Re: [PHP] parse error=> doc contains no data

2002-04-19 Thread Pedro Garre
the documentation. Note that if I don't set my own error_handler everything works and parse error messages are displayed as usual. More ideas ? Pedro. "Johnson, Kirk" escribió: > > *This message was transferred with a trial version of CommuniGate(tm) Pro* > Try setting

Re: [PHP] Determine the difference between two dates

2002-04-19 Thread Pedro Garre
me, $ahora); $lastTime=strtotime($lastTime, $ahora); Pedro. Danny Shepherd escribió: > > *This message was transferred with a trial version of CommuniGate(tm) Pro* > Firstly, I assume you mean "Y-m-j H:i:s" for the date format. > > To get the difference between 2 time

[PHP] parse error=> doc contains no data

2002-04-19 Thread Pedro Garre
just says "document contains no data". I know parse errors are not supposed to be catched by my error handler, but ... why are not them processed anywhere ? (display_errors is On in php.ini) Thanks in advance. Pedro.  -- PHP General Mailing List (http://www.php.net/) To unsubscr

[PHP] debug NOTICE without disturbing browser

2002-04-18 Thread Pedro Garre
("echo $errno $errortype[$errno] $errmsg $filename $linenum | write pedro pts/0" ); else echo "=>$err "; It will send a message to user pedro. Pedro. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php