I have code that displays database entries, and allows for editing/deletion. I am trying to find some way on submission to see if a particular field has been changed, so if the old data of the field
So, I decided to try to break my website...I googled my site by typing in site:mysite.com/whatever and behold, all of the users uploaded files were available for view under a specific directory.
Looking for input on how to solve the following problem. My ColdFusion 9 app has a simple logger that writ开发者_如何学Pythones text to a file. On my dev machine, the file is local so I can use either
I have a problem with saving a huge amount of records to database using CFWheels. Here is an example:
I have a form where a user rates a poem from 1 to 3.My code is as follows: <select name=\"rating\">
I\'m not an expert in coldfusion orm and I call your help because I\'m pulling my hair! I\'m excepting to delete an entity \'Action\' that has 2 relationship one-to-many, \'Texts\' and \'Bonus\'.
I ask you because I\'m searching a useful solution to filtering automatically my entity collections. Almost every one of my models have a property true/false called \'active\' that authorizes or not
I would like to create a hit counter for my ColdFusion app. I don\'t want the database hits table to be updated on each page hit. Ideally, I would like to aggregate the hits in the app scope, or the c
One of our databases has a page set up to print reports containing various geol开发者_JAVA百科ogical information.The database in question is a FoxPro DB, and contains a date field which in FoxPro is
I have a page that lists poem titles, average scores and lists the judges who have scored the poems.These items are in 3 columns.When the judge clicks on the poem title, he is taken to the poem overvi