Connecting Tech Pros Worldwide Help | Site Map

PHP variables to Coldfusion variables

  #1  
Old April 13th, 2009, 10:35 AM
Newbie
 
Join Date: Feb 2009
Posts: 3
Hi there I am trying to figure out how I can pass variables from a PHP file to a CF file. I need to create the admin part of my project website in Coldfusion and the public part in PHP. I tried passing it through the url but then if someone were to guess that they'd just be able to directly input the variable and the value into the address bar. Do session variables cross over to CF from PHP or are they different? I'm not sure how to go about doing this so if anyone knows if it is possbile to do, then please let me know.

Thanks
  #2  
Old April 14th, 2009, 02:32 PM
acoder's Avatar
Site Moderator
 
Join Date: Nov 2006
Location: UK
Posts: 14,517
Provided Answers: 12

re: PHP variables to Coldfusion variables


You could use a text file outside the web root or store the variables in a database.
Reply


Similar Threads
Thread Thread Starter Forum Replies Last Post
Python web development that resembles PHP or classic ASP erik.oosterwaal@gmail.com answers 15 June 27th, 2008 05:26 PM
best practice global variables Marc E answers 4 January 15th, 2007 11:05 PM
.htaccess to enable sessions John answers 7 July 17th, 2005 08:43 AM
PHP or COLDFUSION English Teacher answers 60 July 17th, 2005 02:39 AM