|  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11
get current php locale
is there a way to get the current locale being used by php and the encoding it uses? Ben ... 26 Jul 2008 20:12
PHP Threads (Language) extension?
I can't find an extension that would allow you to use the PSOIX thread functions in PHP. I know of the pcntl_ functions but fork() just won't do it for me, I need access to real threads. I started writing an extension to supply an API to POSIX threads but then decided to ask here first to see if there are any cu... 26 Jul 2008 18:09
It may be OT. phpmyadmin not opening.
hi , sorry for posting here.I really dont know where to post I asked in the mysql IRC they said it doesn't belongs to them. here is my question. I have installed Wampp and i'm not able to open phpmyadmin from networked pc. Though i can open the pages. but not phpmyadmin. thank you sorry again. ... 26 Jul 2008 17:08
Test
Just testing to see if this is correct address to email to.... 26 Jul 2008 09:57
Since APC is no longer supported on Windows, can anyoneelse make php_apc.dll for the newest 5.2.6 non-thread-safe?
steve wrote: Since APC is no longer supported on Windows, I can't download it from php.net. Can anyone else make php_apc.dll for the newest 5.2.6 non-thread-safe windows version? Many thanks in advance... I never heard anything about dropping support for windows. And on pecl4win there is still... 26 Jul 2008 03:50
Since APC is no longer supported on Windows, can anyone else make php_apc.dll for the newest 5.2.6 non-thread-safe?
Since APC is no longer supported on Windows, I can't download it from php.net. Can anyone else make php_apc.dll for the newest 5.2.6 non-thread-safe windows version? Many thanks in advance... ... 25 Jul 2008 18:40
Double results??
Hello all, I am running the following query...I get the results I want, but for some reason I am getting every valid result twice? Any ideas? $name_query = "SELECT caa44240002, caa44240003, caa44240004, caa442400018 FROM caa44240 WHERE caa442400018 = '$case_id'"; if ($case_category == "... 25 Jul 2008 22:46
Stumped I Tell You!
$getEnd = "select a.ACCOUNTID as CONTRACT, a.BALANCE/10000 as BALANCE, b.STATUS, b.IMSI_ID as MDN, b.IMEI_ID as ESN, "; $getEnd .= "b.EQUIP_ID as MIN, b.MKT, b.MARKET_NAME "; $getEnd .= "FROM work.account_".$startDate." a "; $getEnd .= "JOIN work.customer_".$startDate." b "; $getEnd .= "ON ( b.CONTRACT_ID = a.ACCO... 25 Jul 2008 16:36
Creating user groups in social application (e.g. facebook group)
Hi All, Has anyone created or has tips for the creation of user groups in a app. e.g. a Facebook group ? I am trying to create groups in a social application where users on the site can join a group etc its just much like a facebook group. Any help will be appreciated. Ta. ... 25 Jul 2008 11:28
Code works alone but not with other code.
I've got this chunk of code (included) that used to work fine in a script up until a couple of weeks ago. Nothing has changed in the php page at all, it just quit working. If I take this chunk of code and place it alone in a php script it works just fine, but only by itself. I don't understand what's going on a... 25 Jul 2008 10:26
Regular Expression help need
Hi all, How can I make a string with & (NOT &amp;, &gt;, &lt; or &quot;), <, > xml compatible? What is the expression to use? Thank you very much. -- Regards, Shelley ... 25 Jul 2008 23:47
 |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11