|  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11
[IDEA] date_moonrise, date_moonset, and date_moon_info forcalculating moonrise and moonset
On Fri, Oct 8, 2010 at 13:29, ELY M. <sec(a)mboca.com> wrote: I did a search thru all places on php.net for moonrise and moonset functions or any comments about moonrise and moonset. I can not find anything about moonrise and moonset. I am not sure where to submit my ideas. I would like to suggest to php d... 8 Oct 2010 15:31
What other languages do you use?
As per the subject, not what other languages have you used, but what other languages do you currently use? I guess it may also be interesting to know if: (1) there's any particular reason for you using a different language (other than work/day-job/client requires it) (2) about to jump in to another languag... 8 Oct 2010 16:34
[IDEA] date_moonrise, date_moonset, and date_moon_info for calculatingmoonrise and moonset
I did a search thru all places on php.net for moonrise and moonset functions or any comments about moonrise and moonset. I can not find anything about moonrise and moonset. I am not sure where to submit my ideas. I would like to suggest to php developers to add in the moonrise and moonset functions. I think the m... 8 Oct 2010 14:28
php5 - website development - what next
Hi All, I am PHP 4 & PHP 5 developer for last 6 yrs. Last year also got Zend certification. Since now I have work on different CMS, Social Networking, telecome , horse racing domains. But now I am little bored with developing website. What other things I can do with PHP ? Even I believe my knowledge, int... 8 Oct 2010 11:20
PHP and HBCI?
Hello, is there a way to do HBCI banking with PHP? stephan ... 8 Oct 2010 11:20
zip and mac safari
Hi, does anyone know how to use a php script to zip a folder (with a subfolder) so that safari can open it and not decompresses forever? Thanks, Martin ... 8 Oct 2010 17:36
Array / form processing
<input type="submit" name="submit" value="Remove" class="place_order"/> I don't know what the context is like, but you may be better off just using an entire form here with hidden fields. i.e. <form target="..." action="..."> <input type="hidden" name="submit" value="Remove" /> <input type="hidden" name="pro... 7 Oct 2010 17:35
Class mysqli not found
Is it possible that the problem is caused by my using the thread safe version of the PHP download binaries?... 7 Oct 2010 17:35
tedd's Friday Post ($ per line)
Hi gang: Several years ago I was involved in a court case where a programmers work was being evaluated to establish a dollar amount for the work done. The case was a dispute where the client wanted money back from a programmer for a discontinued project. The programmer simply wanted to be paid for the wor... 8 Oct 2010 12:23
daemon
Hi, Does anyone have a script running as daemon on Linux/Unix (variants) as part of your PHP application? If so, what are you using to schedule the script to run? cron? Thanks, Tommy ... 7 Oct 2010 06:06
RES: [PHP] Class mysqli not found
Sorry, but it is a class... C:\php\ext folder has the php_mysql.dll and php_mysqli.dll ? Alejandro M.S. -----Mensagem original----- De: Alejandro Michelin Salomon [mailto:amichelins(a)hotmail.com] Enviada em: quarta-feira, 6 de outubro de 2010 17:34 Para: 'sueandant' Cc: 'php-general(a)lists.php.net' Assunto... 6 Oct 2010 17:35
RES: [PHP] Class mysqli not found
Sueandant : mysqli is set of functions not a class. The name to connect is mysqli_connect /** * * * @version $Id$ * @copyright 2010 */ $mysqli = mysqli_connect ("localhost", "root", "woodcote", "testDB"); if (mysqli_connect_errno()) { printf("Connect failed: %s\n", mysqli_connect_error()); exit();... 6 Oct 2010 17:35
Class mysqli not found
I'm still fighting a losing battle in my attempts to get PHP speak to mysqli. I can access MySql via the prompt. Apache and PHP are installed and working. In Apache's config file PHPIniDir is set to "C:\php", which is where I unzipped the binary download files, and set LoadModule php5_module C:\php\php5apache2_2.dl... 6 Oct 2010 19:40
PHP Unconference Europe
I'm not affiliated with the PHP Unconference in any way but saw this on another mailing list, so just passing it on here in case anyone is interested. -Tom We are delighted to announce that PHP Unconference Europe will take place on: 19th & 20th February 2011 in: Manche... 6 Oct 2010 11:19
Casting from parent class to child
Hi, I'm trying to extends the base class DateTime. parent::createFromFormat("H.i d.m.Y", $string); returns a DateTime and I want to convert it into a DateTimePlus (my own extended class). What's the best way to do this plz ? Some code: class DateTimePlus extends DateTime { static function setFromG... 8 Oct 2010 14:28
Variable (Class instantiation) collision
I am running into a variable collision. The project I'm developing is NOT guaranteed to be operating on PHP5. Any solution I find should (hopefully) be able to run on PHP4 (yes, I know PHP4 is deprecated). I am building a bridge between two third-party applications. Both instantiate their respective database class a... 6 Oct 2010 18:38
which one is faster
$a = 'hey'; $b = 'done'; $c = $a.$b; $c = "$a$b"; which one is faster for echo $c. ... 8 Oct 2010 12:23
i wanna join
-- Ngô Xuân Huy ... 5 Oct 2010 11:19
Fw: [PHP] Connecting to MySql with PHP
----- Original Message ----- From: sueandant To: ash(a)ashleysheridan.co.uk Sent: Monday, October 04, 2010 10:29 PM Subject: Re: [PHP] Connecting to MySql with PHP Thanks Ash Where do I find the PHP mysql module? I have uncommented both the extensions php-mysql.dll and php-mysqli.dll; do I need to do m... 5 Oct 2010 10:16
 |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11