Re: [PHP] $_POST is empty , but were are the variables posted??

2009-12-17 Thread Ashley Sheridan
On Thu, 2009-12-17 at 13:30 -0800, Steve wrote: > On 12/17/2009 1:21 PM, gato chlr wrote: > > Hi, > > sorry for ask this again, but i really can't solve it. > > It must be easy but i can't find the solution > > > > this is my code: > > //form.php > > > > name : > > > > > > > > //and this is the

Re: [PHP] $_POST is empty , but were are the variables posted??

2009-12-17 Thread gato chlr
THANKS A LOT!!! to every one!!! . it works. 2009/12/17 Joseph Thayne > Give your input a name. (i.e. name="myname") > > -Original Message- > From: gato chlr [mailto:dany...@gmail.com] > Sent: Thursday, December 17, 2009 3:22 PM > To: php-general@lists.php.net > Subject: [PHP] $_POST is

Re: [PHP] $_POST is empty , but were are the variables posted??

2009-12-17 Thread Steve
On 12/17/2009 1:21 PM, gato chlr wrote: Hi, sorry for ask this again, but i really can't solve it. It must be easy but i can't find the solution this is my code: //form.php name : //and this is the mail.php $name = $_POST["myname"]; var_dump($name); and the result is: NULL i'm usi

[PHP] $_POST is empty , but were are the variables posted??

2009-12-17 Thread gato chlr
Hi, sorry for ask this again, but i really can't solve it. It must be easy but i can't find the solution this is my code: //form.php name : //and this is the mail.php $name = $_POST["myname"]; var_dump($name); and the result is: NULL i'm using php 5, i don'd know what is wrong and

Re: [PHP] Open source project management tool - PHP

2009-12-17 Thread Robert Cummings
Angelo Zanetti wrote: Hi guys I would like to know what open source project management tools you use for your projects. We are looking at installing one that is PHP based and is easy to use. We have found: http://www.projectpier.org/ and http://trac.edgewall.org/ Has anyone used the ab

Re: [PHP] Fixe Point Decimal Data type

2009-12-17 Thread LinuxManMikeC
On Thu, Dec 17, 2009 at 7:21 AM, Raymond Irving wrote: > Hello, > > Is there a way to represent numeric values as fixed point decimals in PHP? If > not, why was this datatype not added? > > I think is very important to have fixed point decimals when working with > money values. This would make i

Re: [PHP] Fixe Point Decimal Data type

2009-12-17 Thread LinuxManMikeC
On Thu, Dec 17, 2009 at 7:49 AM, Floyd Resler wrote: > I may be over-simplifying or not completely understanding fixed point > decimals, but would number_format work? > > Take care, > Floyd > Over-simplifying just a touch... http://en.wikipedia.org/wiki/Floating_point_error#Accuracy_problems --

Re: [PHP] Fixe Point Decimal Data type

2009-12-17 Thread Floyd Resler
I may be over-simplifying or not completely understanding fixed point decimals, but would number_format work? Take care, Floyd On Dec 17, 2009, at 9:21 AM, Raymond Irving wrote: > Hello, > > Is there a way to represent numeric values as fixed point decimals in PHP? If > not, why was this data

[PHP] Fixe Point Decimal Data type

2009-12-17 Thread Raymond Irving
Hello, Is there a way to represent numeric values as fixed point decimals in PHP? If not, why was this datatype not added? I think is very important to have fixed point decimals when working with money values. This would make it much easy than having to use the BCMath functions. If PHP had su

Re: [PHP] Open source project management tool - PHP

2009-12-17 Thread Phpster
Using projectpier and have no complaints yet. Bastien Sent from my iPod On Dec 17, 2009, at 5:24 AM, "Angelo Zanetti" wrote: Hi guys I would like to know what open source project management tools you use for your projects. We are looking at installing one that is PHP based and is eas

[PHP] RE:bcompiler.so fails to load

2009-12-17 Thread Vincent Tumwijukye
Dear Team, I have successfully installed bcompiler-0.9.1 from http://pecl.php.net but apache fails to upload it. I am using PHP 5.3.0, SUSE 11.2, apache2.2.13. Below is the error message generated by apache [ PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/extensions/bcom

RE: [PHP] Open source project management tool - PHP

2009-12-17 Thread Angelo Zanetti
-Original Message- From: Ashley Sheridan [mailto:a...@ashleysheridan.co.uk] Sent: 17 December 2009 02:03 PM To: Angelo Zanetti Cc: php-general@lists.php.net Subject: Re: [PHP] Open source project management tool - PHP On Thu, 2009-12-17 at 12:24 +0200, Angelo Zanetti wrote: > Hi guys

Re: [PHP] Open source project management tool - PHP

2009-12-17 Thread Joseph Masoud
On 17 Dec 2009, at 10:24, "Angelo Zanetti" wrote: Hi guys I would like to know what open source project management tools you use for your projects. We are looking at installing one that is PHP based and is easy to use. We have found: http://www.projectpier.org/ and http://trac.edgewa

Re: [PHP] Open source project management tool - PHP

2009-12-17 Thread Ashley Sheridan
On Thu, 2009-12-17 at 12:24 +0200, Angelo Zanetti wrote: > Hi guys > > I would like to know what open source project management tools you use for > your projects. > > We are looking at installing one that is PHP based and is easy to use. > > We have found: > > http://www.projectpier.org/ >

Re: [PHP] A PHP-driven script to determine if the environment is configured correctly (checklist)

2009-12-17 Thread Ashley Sheridan
On Thu, 2009-12-17 at 17:55 +1000, Sam wrote: > Здравствуйте, AmirBehzad. > > Вы писали 17 декабря 2009 г., 17:46:59: > > > Dear list, > > e-Greetings, > > > I've developed some PHP-driven web applications. These applications will be > > installed on different > > linux-based servers (typically

Re: [PHP] Open source project management tool - PHP

2009-12-17 Thread Daniel González
redmine! 2009/12/17 Devendra Jadhav > Mantis for bug tracking... > > On Thu, Dec 17, 2009 at 3:54 PM, Angelo Zanetti >wrote: > > > Hi guys > > > > I would like to know what open source project management tools you use > for > > your projects. > > > > We are looking at installing one that is PHP

RE: [PHP] Tracking the progress of download

2009-12-17 Thread Angelo Zanetti
-Original Message- From: Sam [mailto:saminsi...@inbox.ru] Sent: 17 December 2009 08:13 AM To: php-general@lists.php.net Subject: [PHP] Tracking the progress of download Hello to all! Who knows how to track the progress of the download using PHP and JavaScript? I have a script t

Re: [PHP] Open source project management tool - PHP

2009-12-17 Thread Devendra Jadhav
Mantis for bug tracking... On Thu, Dec 17, 2009 at 3:54 PM, Angelo Zanetti wrote: > Hi guys > > I would like to know what open source project management tools you use for > your projects. > > We are looking at installing one that is PHP based and is easy to use. > > We have found: > > http://www.

[PHP] Open source project management tool - PHP

2009-12-17 Thread Angelo Zanetti
Hi guys I would like to know what open source project management tools you use for your projects. We are looking at installing one that is PHP based and is easy to use. We have found: http://www.projectpier.org/ and http://trac.edgewall.org/ Has anyone used the above and how did you find

Re: [PHP] A strange question about mysql_close()

2009-12-17 Thread Richard Quadling
2009/12/17 Richard Quadling : > 2009/12/17 唐家兴 : >> I want to ask a strange question. >> >> As we know, if we connect a mysql database in the same host twice with the >> same username, we won't get two new link, but two handle to only one link. >> Then, if I close one of them, whether the other one

Re: [PHP] A strange question about mysql_close()

2009-12-17 Thread Richard Quadling
2009/12/17 唐家兴 : > I want to ask a strange question. > > As we know, if we connect a mysql database in the same host twice with the > same username, we won't get two new link, but two handle to only one link. > Then, if I close one of them, whether the other one will be closed together? > > I wrote

[PHP] Re: [PHP-WEBMASTER] Class "COM" not found

2009-12-17 Thread Dinesh
Thanks. Will try using that. Dinesh -- From: "Hannes Magnusson" Sent: Thursday, December 17, 2009 2:44 PM To: "Dinesh" Cc: "php-general" Subject: Re: [PHP-WEBMASTER] Class "COM" not found (moving to php-general@lists.php.net, please reply-to-a

[PHP] Re: [PHP-WEBMASTER] Class "COM" not found

2009-12-17 Thread Hannes Magnusson
(moving to php-general@lists.php.net, please reply-to-all if you have more questions) DBus would be the only extension that comes close to what the COM extension does on windows. See http://pecl.php.net/package/DBus There are currently no documentations (and apparently no releases?) but you can c