First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14
Friday's Post
Hi gang: What do you people think of the .NET framework? Please provide your thoughts as to cost, maintenance, benefit, and whatever else you think important. Thanks, tedd -- ------- http://sperling.com/ ... 8 Oct 2010 10:18
Little Parsing help...
Hello, I am building a web Song DB. That will simple song chord charts in the DB. I would like the ability to do KEY changes for the different songs. I am looking for some direction on how to do this. This was my original thought but I am open if there is a better way. I defined a table called Chords (... 4 Oct 2010 13:23
htmlMicroscope-1.3.3, logAndHandler-0.8.2, with full sources.
Hi. I've just fixed many bugs in two free components of mine; htmlMicroscope (63kb) is used to display very large php/js arrays and objects in the browser, in a collapsed but expandable view. It's loaded with features that make browsing large datasets fun. This 1.3.3 release fixes many of the bugs that remain... 1 Oct 2010 07:45
filter_var (was: Re: [PHP] version_compare)
As Paul pointed out, maybe your version of PHP was built without the filter_var function compiled in. This is what I have learned about PHP with filter_var() as an illustrative point: Many people who provide elaborations on PHP make too many assumptions or are blatently and woefully incomplete. Statements su... 30 Sep 2010 20:59
version_compare
I found this code... if (version_compare(PHP_VERSION, '5.2.0', '>=')) { $text=filter_var($text, FILTER_SANITIZE_URL); } ....to be questionable. Under what conditions would version_compare() return true, yet the filter_var() be undefined? Because that's what is happening. Thank you. ... 30 Sep 2010 15:36
file_get_contents() failing on CentOS.
Hi. I'm trying to help a friend with a CentOS setup. He's installed PHP and SOAP using yum install php-soap and he is having problems. I assisted in the developed the php script he is using and it is working fine on Windows. In testing, we can do ... # wget http://www.php.net but not ... # php -r... 5 Oct 2010 12:21
Open Source Website Flowchart and Wireframe Software?
Hello, This is not strictly a PHP question, though i do think some members that subscribe to this list might be able to answer this question. Is there an open source website flowchart and wireframe software. My google searches are not quite pulling up what I'm looking for. I would like a piece of software t... 29 Sep 2010 23:27
RES: [PHP] converting a mysql date value
David : Try this : $a = explode('-', '2010-01-23'); $b = array( $a[1], $a[2], $a[0] ); echo implode( '/', $b); // 01/23/2010 Alejandro M.S. -----Mensagem original----- De: David Mehler [mailto:dave.mehler(a)gmail.com] Enviada em: quarta-feira, 29 de setembro de 2010 16:12 Para: php-general Assunt... 29 Sep 2010 18:04
converting a mysql date value
Hello, I've got dates stored in a mysql database. The field is of type date so the value is something like: "2010-09-29" I'm wanting to display them as in U.S. dates as in month, day, year. I had a function that did this, now it is not working and I am perplexed as to why. Here's my echo statement: <?php echo s... 29 Sep 2010 18:04
Which PHP 5.3 documentation generators have you found?
Hi all, Anybody know of a documentation generator which plays nicely with PHP 5.3? Thanks, Adam -- Nephtali: PHP web framework that functions beautifully http://nephtaliproject.com ... 1 Oct 2010 02:22
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14