Forum: ColdFusion Feb 25th, 2008 |
| Replies: 0 Views: 1,761 Check to see if a cfwindow exists
When a window gets created by <cfwindow> coldfusion gives it a unique name and not the name you assigned it.
I have found a work around in the way of checking for... |
Forum: PHP Feb 25th, 2008 |
| Replies: 1 Views: 554 This must be one of the most annoying errors to get when working with php. This error occurs when PHP can't find the specified file in the include statement. This often occurs when a developer has... |