Re: [PHP] PHP IDE needed

2008-08-28 Thread Brice
Please tell me which IDE might be a true alternative for projects at that size. Don't know for sure, but you can try Netbeans for PHP : http://php.netbeans.org/ kind regards, Brice Favre Thank you friends, kind regards, Sascha -- PHP General Mailing List (http://www.php.net

Re: [PHP] Re: PHP editor for linux

2008-08-16 Thread Brice
plugin that lets you easily develop for the iPhone and preview it. Aptana is very good. I use it in addition to Eclipse PDT. Aptana brings html, css and ftp features. Brice -Shawn -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Inspiration for a Tombstone.

2008-06-27 Thread Brice
On Thu, Jun 26, 2008 at 4:31 PM, tedd [EMAIL PROTECTED] wrote: Hi gang: For a break in our normal serious thinking, I suggested tombstone wit of: Always on the edge of greatness Dan offered: /cruelWorld or /Dan or ?php function dan($dateOfDeath) { return Daniel P. Brown:

Re: [PHP] Re: euro currency convert

2008-05-18 Thread Brice
. Maybe there : http://en.wikipedia.org/wiki/Euro Regards, Brice Favre The same goes for the other Euro-countries. /Per Jessen, Zürich -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Threads PHP

2008-05-16 Thread Brice
://www.copix.org/ Best Regards, Brice Favre -- Best Regards Cesar D. Rodas http://www.cesarodas.com http://www.thyphp.com http://www.phpajax.org Phone: +595-961-974165

Re: [PHP] PHP Unit Test - Code Coverage - Continuous Intergration?

2008-04-16 Thread Brice
Hello, I think of PHPUnit+Xdebug+PHPUndercontrol. Brice Favre On Wed, Apr 16, 2008 at 8:17 PM, Jay Paulson [EMAIL PROTECTED] wrote: Hi everyone, I¹m just not getting into unit testing and was wondering what tools are out there that will automatically run unit tests continuously and make

Re: [PHP] newsletter administration

2008-04-10 Thread Brice
, Brice Favre i mean online, customer will create his newsletter layout and add images, links, text, and so on... to what should i pay attention ? thanks a lot, -- Alain Windows XP SP2 PostgreSQL 8.2.4 / MS SQL server 2005 Apache 2.2.4 PHP 5.2.4 C

Re: [PHP] Can PHP do this? -- w/o using event handler

2008-03-03 Thread Brice
On Mon, Mar 3, 2008 at 8:57 AM, Louie Miranda [EMAIL PROTECTED] wrote: Could PHP do.. 1. Connect and send a parameter to a remote host 2. Wait for the host to reply -- not using event handler 3. Send XML data to the host Probably with a socket : http://php.net/manual/en/ref.sockets.php

Re: [PHP] Calculating dates

2008-03-01 Thread Brice
I like this way too but it will not work with a date before the first January 1901. Do you have another method? Brice Favre On Sat, Mar 1, 2008 at 7:08 AM, Jim Lucas [EMAIL PROTECTED] wrote: Ron Piggott wrote: Is there an easy way to calculate the number of days between two dates

Re: [PHP] Template system in PHP

2008-02-12 Thread Brice
Hi, I suggest you to use a framework. Lots of them implements template system and more. You'll don't have to reinvent the wheel. My favorit is Copix http://www.copix.org/ Email me if you need help. Brice On Feb 12, 2008 11:01 AM, Xavier de Lapeyre [EMAIL PROTECTED] wrote: Hi, I need

Re: [PHP] how can i use timeout in php's socket?

2007-12-17 Thread Brice
Brice Favre http://www.copix.org/

[PHP] What's is the needed configuration to enable SOAP?

2007-08-12 Thread Brice
on the main server. Is soap extension needs to enable socket? Google and php documentation said nothing about that. Thanks in advance for your help. Brice Favre -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP Brain Teasers

2007-07-06 Thread Brice
On 7/6/07, tedd [EMAIL PROTECTED] wrote: My favorite. /world End of the world. Great! Brice Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] Difficulties including scripts from another folder (apache2.2, PHP5, Vista)

2007-06-09 Thread brice
again! Brice -- Reality is that which, when you stop believing in it, doesn't go away.-Philip K. Dick

[PHP] Difficulties including scripts from another folder (apache2.2, PHP5, Vista)

2007-06-07 Thread brice
\foo.inc.php);# , but i shouldn't have to do that as i have set my include_path correctly ( i think). This will cause major headaches as the website grows, since each page will have to be customised for the level in the hierachy. any ideas why that is and how it could be solved? brice

Re: [PHP] Do you use any framework in your applications?

2007-05-12 Thread Brice
apears to be a good and reliable framework. I work with Copix http://www.copix.org/ Great framework and a new release coming soon. The only disadvantages is that the doc is only in French. Brice cajb. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

[PHP] WSDL Generator class

2007-05-10 Thread Brice
://www.schlossnagle.org/~george/blog/index.php?/archives/234-WSDL-Generation.htmlbut i have to modify a lot of code and it appears it's not maintained. So what do you do in order to create WSD? Is the soap extension or a PEAR classes will include this kind of function? Thanks Brice

Re: [PHP] how to control if it is a date

2007-03-24 Thread Brice
think : http://php.net/checkdate Brice Favre i was thinking to use date(string format, strtotime(string_entered_by_user)); but it does not ensure me that it is a valid date... thx. -- Alain Windows XP SP2 PostgreSQL 8.1.4 Apache 2.0.58 PHP 5

Re: [PHP] Text Editor for Windows?

2007-02-08 Thread Brice
-plus.sourceforge.net/ Brice Thanks Stephen

Re: [PHP] random string

2006-10-17 Thread Brice
On 10/17/06, Ross [EMAIL PROTECTED] wrote: Hi, I want to randomise a string $myrandom = rand(ross, andrea); I suggest : $array_name = array(rose,andrea); $myrandom = array_rand($array_name); echo $myrandom[0]; Brice. I know this doesn't work but is there a built in function to do

[PHP] Re: What's a Blog?

2006-02-14 Thread Brice
and then the data is displayed in chronological order on the readers side of a website? I could create that in under an hour. Exactly. You can add a wysiwyg editor like tiny_mce :http://tinymce.moxiecode.com/ Brice. What don't I know? I searched up some scripts, some were free some were $500

[PHP] Re: Preparing site content for RSS XML feed

2006-02-02 Thread Brice
and SPAN tags, links, TABLEs etc)? Why don't you use htmlspecialchars() and utf8_encode() for this? Brice Failing that, does anyone know of a good guide on what steps need to be taken to create a valid RSS feed where the content contains HTML? Any help appreciated! Much warmth, Murray

[PHP] Re: PHP/MySql noob falls at first hurdle

2005-12-09 Thread Brice
/ ? } ? /p /body Try to check the key of your result row with a print_r or a var_dump command. Brice Favre http://pelmel.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PHP/MySql noob falls at first hurdle

2005-12-09 Thread Brice
Are short tags disabled? Change this line... ?=$output_row[projTitle]?br / To... ?php echo ( $output_row[projTitle] ) ?br / This line seems to work : pResult of b?=$SQLquery ?/b/p -- Brice Favre http://pelmel.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

[PHP] Re: PHP/MySql noob falls at first hurdle

2005-12-09 Thread Brice
On 12/9/05, Paul Jinks [EMAIL PROTECTED] wrote: Brice wrote: Try to check the key of your result row with a print_r or a var_dump command. Brice Favre http://pelmel.org/ Like this? ?php while($ouput_row = mysql_fetch_array($result)) print_r($output_row