Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
plarts #1
ColdFusion - PHP (Implode)
What is the ColdFusion equivalent coding for "implode" in PHP ?
PHP code :
$source = implode ('', file
("http://translate.google.com/translate_t?text=$q_p&langpair=$lang&hl=fr&ie=UTF-
8&oe=UTF-8"));
I tried CFHTTP, but it returns a forbidden message,
and it works with PHP.
Thanks to make sure that ColdFusion is as much powerfull as PHP.
Thanks for help.
Pierre.
plarts Guest
-
#40097 [NEW]: Using functions on each implode()-item
From: marcel dot normann at experimentierkasten dot de Operating system: all PHP version: 6CVS-2007-01-11 (CVS) PHP Bug Type: ... -
#39785 [NEW]: implode() causes PHP CGI to fail if given a NULL value
From: me at nbishop dot name Operating system: Fedora Core 4 PHP version: 5.2.0 PHP Bug Type: Arrays related Bug... -
#26007 [Opn->WFx]: implode error
ID: 26007 Updated by: sniper@php.net Reported By: timothy dot wilson at lmco dot com -Status: Open +Status: ... -
#26007 [NEW]: implode error
From: timothy dot wilson at lmco dot com Operating system: unix PHP version: 4.3.1 PHP Bug Type: Feature/Change Request Bug... -
Trouble with implode.
I'm having trouble with the implode function and need some help here. I've been reading at php.net but that didn't solve my problem. I'm having... -
PaulH #2
Re: ColdFusion - PHP (Implode)
implode is "like" arrayToList() function. i *think* that snippet's logic is
something like:
- cfhttp to that url where $q_p and $lang are php vars
- file turns the cfhttp contents into an array (1 line = 1 array element)
- implode then turns the whole mess into a list (string).
PaulH Guest



Reply With Quote

