First  |  Prev |  Next  |  Last
Pages: 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
simplexml choking on apparently valid XML - Solved
I was able to resolve this by changing the XML file encoding from UTF-8 to ISO-8859-1. Works like a charm now, with the XML-encoded characters. Thanks to all who offered their help.... 10 May 2010 17:41
PHP Image Host - Sending HTTP Headers Twice?
I have a php script which serves an image. It's very simple: header('Content-Type: image/' . $ImageData['content_type']); readfile($File); When viewing the script with the Firefox Extension: LiveHTTPHeaders, it gives the following output for a SINGLE request: -------------------------------------------------... 10 May 2010 16:35
How to get input from socket client
Stream and networking programming seems like a rock on the way to ZCE for most people, so I'm learning some socket examples before I sit in the room for exam. Here is the script for server <?php $socket = stream_socket_server("tcp://127.0.0.1:1037", $errno, $errstr); if(!$socket) { echo "$errstr ($errno) \... 21 May 2010 09:31
-----json and php----help
hi dears, I have a json file. I want to access some fileds of this json file only and can add some fields to it also... I couldn't find any thing in www, json api ! is there any function to get specific data from json file or add function that can add something in somewhere in this json file or create new json f... 11 May 2010 05:42
__call and recursion
Hello, I've defined a __call() method inside a class. Within the __call() method (after testing that the method exists and is callable I am using: call_user_func_array(array($this,$method), $args); However, this seems to be an infinite loop (and is crashing my test apache server). How, could I still use th... 12 May 2010 06:58
PHP Encoder like IonCube
Is there any php encoder like IonCube ? Looking for an opensource solution. My main target is to deliver encoded php codes so that it can not be re-engineered. Shiplu Mokadd.im My talks, http://talk.cmyweb.net Follow me, http://twitter.com/shiplu SUST Programmers, http://groups.google.com/group/p2psust In... 12 May 2010 06:58
CSS - Image or object Slide left/right and fade in usingjquery
On Sun, 2010-05-09 at 06:28 -0700, Don Wieland wrote: Does anyone have any resources that demonstrates using jquery to have an image or object slide in from the left and then fade in. I would appreciate it. Thanks! Don Wieland D W D a t a C o n c e p t s ~~~~~~~~~~~~~~~~~~~~~~~~... 9 May 2010 09:58
CSS - Image or object Slide left/right and fade in using jquery
Does anyone have any resources that demonstrates using jquery to have an image or object slide in from the left and then fade in. I would appreciate it. Thanks! Don Wieland D W D a t a C o n c e p t s ~~~~~~~~~~~~~~~~~~~~~~~~~ donw(a)dwdataconcepts.com Direct Line - (949) 305-2771 Integrated data s... 9 May 2010 09:58
xpath help
If I have a document containing, say: <html> <body> <table> <tbody> <tr> <td><font ...>foo1</font></td> <td><font ...>bar1</font></td> </tr> <tr> <td> <font ...>foo2</font> </td> <td> <font ...>bar2</font> </td> </tr> .... How do I get ... 10 May 2010 09:53
Finding similar results with php from mysql
Hi there, I am searching for a way to show the user similar records from the mysql database. A functionality like "this could also be of interest to you". Does anybody know if this is there is a standard functionality to do this, or a good way on retrieving this with the help of PHP? Kind regards, Merlin ... 8 May 2010 03:40
First  |  Prev |  Next  |  Last
Pages: 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61