Re: [PHP] PHP on 64bit Ubuntu

2008-09-03 Thread Hélio Rocha
But why does that happens? On Wed, Sep 3, 2008 at 2:42 PM, Per Jessen <[EMAIL PROTECTED]> wrote: > alexander lind wrote: > > > I just tested my PHP app on Ubuntu 64bit, and found that all my php > > scripts would consume about 5x more RAM memory there, compared to how > > much they use on my macb

Re: [PHP] Variable name as a string

2008-08-27 Thread Hélio Rocha
U could use an array to keep all of your fieldnames as keys and the values would be the values of the form inputs. That would be very easy and with no programagic. On Wed, Aug 27, 2008 at 3:00 PM, ioannes <[EMAIL PROTECTED]> wrote: > Could someone tell me how to get the name of a variable as a st

[PHP] VCard

2008-08-19 Thread Hélio Rocha
I there! I've writed and app that sends a sms trough a gateway, but i want to send vcard messages, it works in some phones but doesn't work in others like some recent nokias, does anyone knows the valid vcard formats? Thanks in advance!

[PHP] PHP Prado

2008-08-18 Thread Hélio Rocha
Does anyone has an opinion 'bout developing with Prado? Thanks in advance, Hélio Rocha

Re: [PHP] Creating new site

2008-07-30 Thread Hélio Rocha
Sorry Robert and all other users. On Wed, Jul 30, 2008 at 5:07 PM, Robert Cummings <[EMAIL PROTECTED]>wrote: > On Wed, 2008-07-30 at 17:03 +0100, Hélio Rocha wrote: > > U may want to see Ruby On Rails www.rubyonrails.org . It's also a > framework > > but for Ruby

Re: [PHP] Creating new site

2008-07-30 Thread Hélio Rocha
U may want to see Ruby On Rails www.rubyonrails.org . It's also a framework but for Ruby. In my opinion it's stronger than cake and there are some IDE's that do support and debug it. Cumps, Hélio Rocha On Wed, Jul 30, 2008 at 4:54 PM, Shawn McKenzie <[EMAIL PROTECTED]>wr

Re: [PHP] Creating new site

2008-07-30 Thread Hélio Rocha
Hi, Even if it's just a site don't thing u don't need a structure to it. Why not a MVC structure? U can dig about cakephp on google to see some of it working. If U don't want to use a framework, start with the business rules u'll need, after that do the CRUD and for the piece of resistance assembl

Re: [PHP] Why PHP4?

2008-07-30 Thread Hélio Rocha
Brainfuck rox! LOL :) Sure you must see the changelog and other things but take a look: I can do more and better things with the next generation of the language in which i wrote my app, but i don't think that it's fair that my app doens't compile (if it was a compiled language) or stops executing

Re: [PHP] Why PHP4?

2008-07-30 Thread Hélio Rocha
Sorry to disagree, But I think that with PHP4 a lot of people start thinking that they could be programmers (maybe they can, developers it's another story). When php5 came they didn't know how do deal with the deprecated methods and worst, some hosters didn't know how to virtualize a f1ck1n' serve

[PHP] PHP compile

2008-06-09 Thread Hélio Rocha
Hi there, How can i compile or encrypt a PHP project without changing any thing on the server? [Fast-]CGI it's a possibility. Thanks in advance. Hélio

[PHP] Prado IDE

2008-02-22 Thread Hélio Rocha
Hi there. Does anyone knows a good IDE for developing prado? I would prefer an eclipse plug in if it's possible. Thanks in Advance! HJRocha