First  |  Prev |  Next  |  Last
Pages: 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
Subversion Ubuntu client
Hey all, Can anyone recommend a good Subversion client for Ubuntu? Thanks, Skip -- ==================================== Skip Evans PenguinSites.com, LLC 503 S Baldwin St, #1 Madison WI 53703 608.250.2720 http://penguinsites.com ------------------------------------ Those of you who believe in teleki... 23 Jan 2010 08:45
Weird Array Issue...
Hi, I have defined a stored procedure in my mySQL DB and when I call the procedure in my mySQL browser it returns the CORRECT results: DROP PROCEDURE IF EXISTS `Get_OHC_Years`; DELIMITER $$ CREATE DEFINER=`donw`@`` PROCEDURE `Get_OHC_Years`() BEGIN SELECT (YEAR(ohc_Date)) as ohc_year FROM Office_Hours_C... 23 Jan 2010 03:23
Formatting Decimals Further Help
Hello List. In an earlier post, I received help with a custom function to round decimals off (the custom function provided by Adam Richardson is below). However in my MySQL db, when I have values with only 1 decimal point, I need the value PHP returns to display as 2. For example, 3.8 needs to display a... 22 Jan 2010 20:51
Help on compiling PHP for MIPS, Bus Error thrown
Hi guys! I've been trying to cros-compile PHP for an embedded MIPS device with no luck, so I decided to build a developing environment inside a virtual machine with QEMU for developing PHP inside first. I have been trying different options for configure and all I get is a Bus Erro 138 when I run the executa... 22 Jan 2010 06:13
Foreign Characters Break in MySQL
Hello I'm currently trying to use PHP to insert foreign characters into one of the mysql database tables.mysql_query() worked seamlessly, but when I check the inserted data on phpMyAdmin it shows the foreign characters in broken letters, like this ì‹œíŒ <- jibberish...The foreign characters show fine when I'm typing ... 22 Jan 2010 12:58
linked data
just a quick scoping mail - Anybody else doing anything linked data oriented, working with a lot of RDF, or using variants of the EAV/CR datamodel in PHP? regards! ... 21 Jan 2010 05:39
php-general-unsubscribe@lists.php.net
-- Dasn ... 20 Jan 2010 17:28
could use some suggestions to speed this short piece ofcode up
At 12:42 PM +0100 1/20/10, Rene Veerman wrote: Hi, for http://mediabeez.ws/htmlMicroscope/ (lgpl) i need to make large & complex but _randomly filled_ test-arrays. Sometimes it's good to look at some of php's built in functions, like shuffle() and array_rand(). Cheers, tedd -- ------- http://sperli... 20 Jan 2010 10:40
How do I remove unused GET parameters from the URL?
I have an HTML form with a hundred or so elements on it, used for searching a database. When the user submits the form (via GET) the URL is loaded with ALL of these fields, and many of them are not even actually used in the search criteria. https://mypse/dart2/ps_search.php?enter_date=2009-11-30&id_incident=... 20 Jan 2010 17:28
how to retrieve a dom from innerHTML......
hello, i can obnot retrieve a select ject from div innerHTML. what i want to do is that when a page is loaded, first selector,say #1, would be shown in the first div by sending a request.then i choose one option from #1, fire change event of #1, the second selector #2 will be shown in div two, then choose option fr... 20 Jan 2010 05:07
First  |  Prev |  Next  |  Last
Pages: 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88