First  |  Prev |  Next  |  Last
Pages: 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
Append Dom Document
Hi, I am trying to create a news feed page that loads a number of different feeds depending on what options the user selects. For some reason, I could not figure out how to get the dom document to "append" the different xml documents that get created. Below is the code, and obviously now every time when I t... 14 May 2010 13:56
opening a link in a new window
Hello, I want to open an external link in a new window, i know i can do this with xhtml, but only with the transitional dtd, which i'm not using. I was wondering if php could pull this off? Thanks. Dave. ... 15 May 2010 02:58
Parse question
If $message_body contains: $message_body="You are subscribed using user(a)domain. To update"; How do I capture just the e-mail address? Ron ... 13 May 2010 05:03
stristr query trouble
I am not understanding why 'true' isn't the result of this syntax because $subjects equals: $subjects = "Delivery Status Notification(Failure)"; Here is my syntax: if ( stristr( $subjects, "Delivery Status Notifcation(Failure)" ) ) { $TIRSFlag = true; echo "true"; } ... 13 May 2010 05:03
function/class to convert IDN (Puny-Code)?
Hello, while reading RFC3490 (plus 3454/3491/3492) and before I am ongoing to reinvent the wheel here the question: Does someone HAVE or know a function/class which does the IDN conversion "toASCII" and "toUNICODE"? Note: The C Source-Code is included in RFC3492 and can more or less easi... 13 May 2010 10:30
Generating PHP from WSDL
Let's if anyone can come up with a non-brittle solution to this. In order to create the framework code for a webservice client I have generated it from the server's wsdl. Unfortunately the wsdl (which is out of my control) tries to use "extension base=..." to say that 'B' "extends"/"inherits from " 'A', and the t... 12 May 2010 09:09
2D barcodes
I have a project where I need to add some 2D barcodes onto some PDF files. I plan to use fpdi, since I've used it before and am familiar with it, but I need a source to generate the 2D barcodes, preferably as a png or jpg. Anyone have a suggestion - either a local classfile or a reliable web service? Free is preferred.... 12 May 2010 04:49
Forward to a Different PHP Script?
Hi, I am not sure if this makes sense, but here is a snippet of what I have: $q=$_GET["q"]; //find out which feed was selected if($q=="Herald Times") { $xml=("http://www.heraldtimesonline.com/rss/news.xml"); } else{ //execute a whole different php program, like http://localhost/mypages... 11 May 2010 06:47
php path and relink
Hi, I have a shell account with limited access. The php cli version installated is 4.4.6. But the server have also the php 5.2.6. I checked the php version and i got this: $ php -v PHP 4.4.9 (cli) (built: Sep 17 2008 11:04:03) ...... But i want that the php command be a link to the php5. How can i "... 11 May 2010 13:25
regexp questions
Hi, I've recently changed from php 5.1 to 5.3.2 and I'm havong problems with preg_match, because the same regular expressions used in php 5.1 are not matching anything in 5.3.2. There are any significant changes that I should know? I've been searching but I haven't found anything. Thanks. I.Lopez. ... 14 May 2010 16:09
First  |  Prev |  Next  |  Last
Pages: 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60