First  |  Prev |  Next  |  Last
Pages: 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
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... ... 4 Aug 2008 15:41
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 == "... 29 Jul 2008 06:29
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 ... 27 Jul 2008 06:22
URL Rewrite not working for me
Hi all, I've set up a url rewrite code below. Options +FollowSymLinks RewriteEngine on RewriteRule profile/username/(.*) profile.php?username=$1 It only works when I type in this url http://www.example.com/profiles/profile/username/baller/ If i do not then the normal url http://www.example.com/profile... 25 Jul 2008 16:36
uploading big files with PHP
Hi all We are pitching to develop a website where the admin has to upload big video files but I'm not sure how this can be done as the file upload will most probably time out. How do current websites do it? Is there somehow a way to make use of FTP to transfer the files? Any links, help, advice will be appr... 4 Aug 2008 13:38
[soap]about compress
I have an issue about soap. Is the data returned from servier compressed by gzip, When using soap in php5 to creat web service? Can we set for compress lever or not compress? _________________________________________________________________ ����ö�������Ƶ�������㵽��Ƶ�������о�ϲ�� http://cnweb.search.live.com/video/resu... 25 Jul 2008 03:17
First  |  Prev |  Next  |  Last
Pages: 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74