First  |  Prev |  Next  |  Last
Pages: 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152
PHP4 vs PHP5 Memcache compatibility issue
I am running a hybrid environment. Box A: PHP 4.3.9 Box B: PHP 5.1.6 Box C: Memcached 1.2.2 When I set a key in memcache(Box C) from Box A, I am unable to read it from Box B and vice versa. I did not see any such issues mentioned in the PHP documentation. Has anyone seen something similar? Does anyon... 26 Jun 2008 06:23
[PHP] prepared statement
Hi all: We are use PHP PDO's Prepared statement to send SQL query to Mysql server. According to PHP PDO doc, Prepared statement are fast for executing multiple SQL queries with same parameters. "by using prepared statement you avoid repeating the analyze/compile/optimize cycle" Our application is a web appli... 25 Jun 2008 19:09
array_diff()?
*accidentally sent* Guys, Perhaps I'm missing something or just trying with the wrong tools... But the thing is, I have two arrays and want to know what values are in one that aren't in the other. They're very long arrays (label files for translation) and the array_diff() is returning null, even if I forc... 25 Jun 2008 17:05
array_diff()?
Guys, Perhaps I'm missing something or just trying with the wrong tools... But the thing is, I have two arrays and want to know what values are in one that aren't in the other. They're very long arrays (label files for translation) -- Thiago Henrique Pojda ... 25 Jun 2008 17:05
How to check if $string contains Hebrew characters?
Hi, I have a $string and i want to know if it contains Hebrew characters in it, I wrote the following: function containHebrewChars ($string) { $chars = "אבגדהוזחטיכלמנסעפצקרשת"; // ABC of hebrew chars (AlefBet) $chars = preg_replace("/([\xE0-\xFA])/e","chr(215).chr(ord(\${1})-80)",$cha... 25 Jun 2008 15:01
Problem with IE 6.0
Hello and thanks in advance, I have a problem with the cache in Internet Explorer version 6.0 When I put these lines in the page header ("Expires: Mon, 1 Jan 1997 01:00:00 GMT"); header ("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); header ("Cache-Control: no-cache, must-revalidate"); header ("Pra... 25 Jun 2008 11:55
exec() Error
Hi, I have got a task from my client asking me to build something that allows the variables in the PHP file passed to another PHP file or a file in a different computer language to perform some operations on another remote machine. According to my client, he calls this behind the scenes to avoid users screw ... 1 Jul 2008 01:04
ImageTTFText leaves Black in letters
Hi all, I'm using imagettftext, and my script works perfectly, except that on these TTF fonts that I'm using, in any letter with a hole in the middle (letters like a, R, O) the hole is coloured black, not transparent. Is this a PHP thing, or do I need to edit my fonts somehow? Thanks, Stephen ... 26 Jun 2008 10:30
Monitor a WP website
On 24 Jun 2008, at 18:09, Ryan S wrote: Hey, Is there a way to check if a new post has been submitted on your favourite wordpress site? Heres what i am trying to do: do a fopen http://ezee.se/articles-blog/ via CRON every x minutes if a new post has been submitted, i mail someone... but am... 30 Jun 2008 09:38
Include Problem
Hi, Guys: Here is a strange scenario that I am attempting to do. I am trying to extract some information from an external source on a different server, and then include some of the external calculations as I am running scripts on a local machine. Below is my script snippet: // Get a file into ... 24 Jun 2008 17:30
First  |  Prev |  Next  |  Last
Pages: 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152