First  |  Prev |  Next  |  Last
Pages: 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
XML Encoding
Guys, I'm building a XML in a PHP Script. Everything works fine until I add accented (ISO-8859-1) characters into it. As far as I can see, there's no way to change DOMDocument's encoding from UTF-8, right? Thanks, -- Thiago Henrique Pojda ... 29 Jul 2008 15:46
Please, I need help with curl and php
Hi, I´m making a little application with php and curl, but I´m a newby with curl. Please help me with the next script. I used to use this in order to make a connection with an specific site on the console ms-dos (windows), how can i translate this into php code? curl -x proxy_url:proxy_port -U proxy_user:pro... 29 Jul 2008 13:42
Thumbnail through PHP RSS parser
Hello, folks! I'm trying to parse RSS feed and display it on my own page. MagpieRSS looks good enough for me, but I have a little problem. http://magpierss.sourceforge.net/ I want to display not only the title and description of each article, but the thumbnail as well. For example, I tried to do that with thi... 29 Jul 2008 10:35
PHP4 vs PHP5 classes
I have the following code in part of a loop: $max = $players->max(); Important parts of players class: class Players extends dynamicTable { var $setup; var $lid; var $size; var $max; var $data; var $data_result; var $data_index; var $player_stats_result; var $player_stats_data; ... 30 Jul 2008 03:04
Scoping?
Never mind. Gotta lay off the dumb juice. ... 28 Jul 2008 19:17
Scoping?
I'm new to php. My understanding of php scoping in v5 is that within a file there are only two scopes, main and in function. Why doesn't this work? ------- $err = "original value"; $page = "<html><font color=\"red\"> {$err} </font>Some more HTML</html>"; if(something) { $err = "this error"; /... 28 Jul 2008 19:17
Problem with using array_diff and array_combine
I hope I can explain what I am trying to do. I have two tables the first one has the custom form elements elements_id elements_field_type elements_field_caption members_id 35 text test 8 36 text test2 8 The second one has the c... 29 Jul 2008 02:25
FW: FW: [PHP] getting info from video formats
-----Original Message----- From: mike [mailto:mike503(a)gmail.com] Sent: Monday, July 28, 2008 2:17 PM To: Chris Scott Cc: php-general(a)lists.php.net Subject: Re: FW: [PHP] getting info from video formats On 7/28/08, Chris Scott <Chris.Scott(a)nstein.com> wrote: I agree. I use MPla... 28 Jul 2008 15:10
FW: [PHP] getting info from video formats
I agree. I use MPlayer to process videos. One script gets the video length like this. //use mplayer to pull some info from the video $info = exec("\"$mplayer\" $videoPath/$videoName -identify -nosound -frames 0 > $tmpInfoFile"); //and open the file it stores the data in $infoFile = fopen("$tmpInfoFile", "rb");... 28 Jul 2008 15:10
Programming With Revision History
Hey guys, Does anyone know of any good literature on programming revision history into an application? I'm looking for something covering theory around revision history. For a little background info, I'm dealing with lesson plans that will need to be edited by many different sources. I like the way wikimedia han... 29 Jul 2008 16:48
First  |  Prev |  Next  |  Last
Pages: 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89