Re: [PHP] Re: php framework, large site

2007-06-17 Thread martins
So, Much off topic, but ok. 1. drupal are ok, but soo slow.. and I don't need CMS. I want to write my own. The main reason I want write my own framework / project is performance. Now I think to use postgresql, memcached, PDO, apc. Need some help from experienced users! How to get done big proj

[PHP] php framework, large site

2007-06-16 Thread martins
hi, can some body help me, how to start php framwork for large site? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] IMPORTANT: PHP does NOT cause browser issues.

2007-01-11 Thread Raphael Martins
Hi everybody. Due some recent messages in this list and other CSS/XHTML list, I´ve decided to post this to clarify a very common question: PHP is compatible with ALL browsers. Why? Because PHP runs at the server, aside from the browser. The only thing the browser will see is the response (in plai

Re: [PHP] Please Help with simple Noob problem

2007-01-11 Thread Raphael Martins
Use instead of , or try to add some space after the Hello all. I seem to be having a terrible tim ewith something that is so simple it makes me sick. I have a server running FC2. it has Apache 2.x.x on it and it came installed with php-4.x.x. Sorry I don't have the exact versions but fatigue

Re: [PHP] Mysql strategy

2006-11-14 Thread Raphael Martins
Larry Garfield escreveu: On Monday 13 November 2006 17:51, Chris wrote: It's not going to make a great deal of difference if you do the processing in the MySQL or the PHP, in this case it's basically the same operation in each. I suspect that efficiently recreating the LIKE functionality in

[PHP] Prevent XSS using DOM Extension and/or SimpleXML

2006-11-14 Thread Raphael Martins
Hi there! I´m building a form validator using PHP and JS. It´s working fine by now, but I want to make a little improvement. Here is how its working now: 1. The user fill the form. Every time he leaves the field, the JS code match the value against a regexp to validate. 2. When the user

[PHP] DOM Validation using PHP

2006-11-13 Thread Raphael Martins
Hi there! I´m building a form validator using PHP and JS. It´s working fine by now, but I want to make a little improvement. Here is how its working now: 1. The user fill the form. Every time he leaves the field, the JS code match the value against a regexp to validate. 2. When the us

[PHP] Permanent Links - Blog

2006-11-08 Thread Raphael Martins
Hi, How do I implement that "http://myhost/blog/date/of/post/name-of-the-post"; thing, instead of "http://myhost/blog/view.php?id=id-of-the-post"; ? I´ve seen this in many blogs, but it´s easy to implement? See it in action at wikipedia, blogger blogs, simplebits . Bot

[PHP] Permanent Links - Blog

2006-11-08 Thread Raphael Martins
Hi, How do I implement that "http://myhost/blog/date/of/post/name-of-the-post"; thing, instead of "http://myhost/blog/view.php?id=id-of-the-post"; ? I´ve seen this in many blogs, but it´s easy to implement? See it in action at wikipedia, blogger blogs, simplebits .

Re: [PHP] FTP

2006-10-08 Thread Raphael Martins
TED]>: Le samedi 07 octobre 2006 à 20:50 -0300, Raphael Martins a écrit : > Hi, > > When I send files via FTP, the file size is limited to the php.ini max > upload value? > Thank you! No, unless you handle the FTP server with a PHP script. php.ini only limits the size of files handled

[PHP] FTP

2006-10-07 Thread Raphael Martins
Hi, When I send files via FTP, the file size is limited to the php.ini max upload value? Thank you!

[PHP] FTP

2006-10-06 Thread Raphael Martins
Hi, I need to send large files over my website...I was wondering if I could do this using the PHP FTP Commands. The files will be larger then the MAX_UPLOAD_SIZE in php.ini. Is that possible? Or should I use a regular FTP program? Thank you!

[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

[PHP] Re: after mysqlfront?

2002-10-04 Thread Ernani Joppert Pontes Martins
Mascon or Free Mascon is really a good value HTH, Ernani "Lallous" <[EMAIL PROTECTED]> escreveu na mensagem [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello > > MySqlfront.de's mysqlfront program has been discontinued any equivalent > alternative? > > thanks, > Elias > > -- PHP Gene

[PHP] Re: No ouput until program end, why?

2002-10-03 Thread Ernani Joppert Pontes Martins
Have you tried this way ? php -q your_file.php > /path/to/output_filename "Jean-Christian Imbeault" <[EMAIL PROTECTED]> escreveu na mensagem [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I am running a PHP program under Linux on the command line. The problem > I have is that I get no output to

[PHP] Re: php

2002-10-03 Thread Ernani Joppert Pontes Martins
Hi Murat, You can generate the code above with php and the javascript is a text that the browser will execute... PHP has its processes on the server site...ie.: Your webserver Javascrip has its processes on the browser of any user who wants to access your webserver HTH, Ernani "Mura

[PHP] Re: Export email addresses from Outlook Express with PHP

2002-10-03 Thread Ernani Joppert Pontes Martins
I guess I've understood your problem I have made a class named COutlook and can be found at www.phpclasses.org It is not intended not to read e-mail adresses from address book of outlook express... It reads Inbox and Outbox messages from MS-Outlook, I´ve never tested it with Outlook Express.

[PHP] Re: ASP > PHP

2002-09-23 Thread Ernani Joppert Pontes Martins
Try to search for asp2php at google.com []'s Ernani "Nwakaji Eppie" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED]... > Does anyone know if there is a script that converts ASP to PHP?? > > Thanks in advance > Nwakaji > > -- PHP General Mailing List (http://www.php.net/) To

[PHP] Re: Web based FTP client

2002-09-10 Thread Ernani Joppert Pontes Martins
Try to find at google for noFTP It was made with php and it is a good client for FTP. []'s Ernani "Jonathan Abbey" <[EMAIL PROTECTED]> escreveu na mensagem [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Mark McCulligh wrote: > > I am trying to build or find a web FTP client. > > > > I can crea

RE: [PHP] PHP_AUTH_USER

2002-06-04 Thread António Afonso Martins
>I have a bunch of pages on my site inside an apache .htaccess protected > directory. After visitors have logged in I am on part of my site I need to > find out which user it is that has logged in. I thought this > information was > stored in the $PHP_AUTH_USER variable, but when I print this yo

[PHP] ASP vs PHP

2002-03-28 Thread Ciro Martins
code. Thanks in advance Ciro Martins -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Best way to get the remote IP address?

2002-01-22 Thread Antonio S. Martins Jr.
eneral 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] > > +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Antonio S. Martins Jr. - System Analist | "Only The Shadow K

Re: [PHP] ok, I ask again.. how to encrypt to be able to matchdatabase info?

2002-01-21 Thread Antonio S. Martins Jr.
wd") I think you get the idea :) hope this helps, Antonio. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Antonio S. Martins Jr. - System Analist | "Only The Shadow Knows

[PHP] PHP4.1.1 + RH7.2 + UCD-Snmp

2002-01-11 Thread Antonio S. Martins Jr.
manual pages (http://www.php.net/snmp). Any tips on this? Thanks in advance, Antonio. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Antonio S. Martins Jr

Re: [PHP] About the $allowed problem

2001-08-27 Thread Antonio S. Martins Jr.
ot;5000". Try puting the "var_dump" before the "session_start", or try testing "$HTTP_GET_VARS[allowed]" . Antonio. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Antonio S. Martins Jr

Re: [PHP] new php release?

2001-03-07 Thread Antonio S. Martins Jr.
rik, but I'm finding a linux dist :) My odbc functions are used on a linux box to access DB2/AIX :) thanks for the atention Antonio. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-

[PHP] new php release?

2001-03-07 Thread Antonio S. Martins Jr.
the above odbc functions are working in the CVS tree? thanks in advance, Antonio. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Antonio S. Marti

Re: [PHP] HowTo: IBM DB2 w/PHP

2001-01-31 Thread Antonio S. Martins Jr.
it uses the native DB2 cli). I use it here on my university to access a DB2 AIX box from my Linux Web Server. Antonio. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Antonio S. Martins Jr. - System Analist |

Re: [PHP] PHP as a MUD engine?

2001-01-16 Thread Antonio S. Martins Jr.
a MUD and I didn't know if it is made with PHP, but it's an online game that run on HTML :) Antonio +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Antonio S. Martins Jr. - System Analist | "On

RE: [PHP] mixing HTML and PHP code

2001-01-12 Thread Antonio S. Martins Jr.
> > echo "$name > > > Title : "; > > $title = 'smith'; > > echo"$title > > > "); > > This way, the code IS readable, for small-medium size echoing. > I on the other hand suggest