First  |  Prev |  Next  |  Last
Pages: 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
'dl() is deprecated' Error in PHP5.2.3
Hi Can someone explain to me why I'm getting the 'dl() is deprecated' error? I'm running PHP5.2.3 and I believe that I have the php.ini settings correct: error.log:[2010-08-24T13:38:53] <b>PC Error</b>: dl() &#91;function.dl&#93;: dl() is deprecated - use extension=test.so in your php.ini bash-2.05b$... 19 Sep 2010 18:39
json_encode() behavior and the browser
I'm curious if the behavior of json_encode() is influenced by the browser at all. I have a page that returns search results. If I access the page and perform a search using Chrome, the following error shows up in the log: PHP Warning: json_encode() [<a href='function.json-encode'>function.json-encode</a>]: In... 19 Sep 2010 18:39
Backtrace in fatal error?
When fatal error occurs is it possible to output also the backtrace in the error log? The simple error message with file line only is quite useless... ... 19 Sep 2010 18:39
Looking for open source Learning Management System suggestions
Yes, there is Moodle. However, upon installing it, I found the admin UI to be extremely gaudy, counter-intuitive, and requires it's own learning system just to get it right (ha ha) Does anyone know of any other options out there? Obviously, open source is best, I'd even take some reasonably priced options t... 19 Sep 2010 18:39
Removing link on the fly, but leave link text
Hi, Say I have some text. $text = 'You can logon here: <a href="http://website.com/shop/ index.php?username='.$username.'">http://website.com/shop/index.php? username='.$username.'</a>. This link will take you to your web browser to login.'.$eol; I want to be able to strip the "<a href="http://website.com... 19 Sep 2010 18:39
a quick question about array keys
a quick question lets say i have an array like that Array ( [300] => 300 [301] => 301 [302] => 302 [303] => 303 [304] => 304 [305] => 305 [306] => 306 [307] => 307 [308] => 308 .... how can i change keys to 0,1,2,3,.. by faster way (it should like that) > Array ( [0] => 300 [1] => 301 [2] ... 19 Sep 2010 18:39
Caution Fraud Alert about Antony Papamichail
I really didn't want to publish this at this moment to this list. As this list is going to die for this sort of mishaps. Though I should at first let you all know that this didn't happen from this list at all. But informing about a fraud will always help. I have all the proofs and records of chat in skype with th... 19 Sep 2010 18:39
Secure Communication?
Hi gangl: I realize that the problem stated herein has been solved by others, so I'm not claiming I've done anything new -- it's only new to me. It was a learning experience for *me* and my solution may help others. In any event, I've finished creating a method for establishing what I think is secure commun... 19 Sep 2010 18:39
Put all class in one file or different files
Hi, all: I have many classes, from Java I have to put a class in one java files, in PHP I know I can put all of them in one file, but this make my class files too large, is there any best practice to guide these basic? Thanks. -- Thanks! VVThumb Microproduction Location:Room 807,QiLuRuanJianDaSha Q... 19 Sep 2010 18:39
array_walk_recursive pass by reference
i have an array $parms = array('1' => 'a', 'b' => array(3 => 'test')); i want $mail = '1:a 3:test'; array_walk_recursive($parms, function($val, $key, &$mail) {     $mail .= ucwords($key) . ': '. ucwords($val) . "\n"; }, &$mail); The above function worked perfectly well but i am getting: Call-time pass-by-ref... 19 Sep 2010 18:39
First  |  Prev |  Next  |  Last
Pages: 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23