Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PHP arrays in CFML?

Status
Not open for further replies.

imstillatwork

IS-IT--Management
Sep 26, 2001
1,605
US
Has anyone seen a function or tag that will take a PHP array saved in a DB and convert it to a CFML array?

here is an example:

Code:
a:9:{s:7:"i_agree";i:1;s:6:"status";a:1:{i:1;i:0;}s:9:"is_active";i:0;s:19:"approval_email_sent";i:1;s:9:"is_locked";s:0:"";s:11:"is_approved";s:1:"1";s:17:"signup_email_sent";i:1;s:13:"practicefocus";a:5:{i:0;s:0:"";i:1;s:32:"Childrens Health - Pediatricians";i:2;s:25:"Musculoskeletal Disorders";i:3;s:11:"Pain Relief";i:4;s:25:"Womens Health – Fertility";}s:22:"practicefocusspecialty";a:1:{i:0;s:0:"";}}

Kevin

Phase 1: Read the CFML Reference
Phase 2: ???
Phase 3: Profit!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top