No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
This is my first post so be easy on me please. Im using a INI parser to read and write to an ini file. When reading the ini file I have certain parameters set to 1 or 0, which need to be stored to a checkbox variable. Heres a peice …
Check the permissions on the "imagesfolder" directory.
I have a form that asks the user for a quantity. This quantity is used to check the checkboxes on the action page. Here is code example for the action page: [CODE] <cfparam name="Form.quantity" default=""> <cfif Form.quantity GT '0'> <cfset client.quantity_token = 'Y'> <cfelse> <cfset client.quantity_token = 'N'> </cfif> <cfoutput …
First off Im not a dba and Im fairly new to sql. These questions are probably basic SQL knowledge but here are the questions: 1. Say there are 75 million records in the database with about 100 columns. If you run a simple SELECT query with a couple where clauses, …
[B]Background Info[/B]: I have 2 tables one called cats with categories (ie:Administration) and catid (ie:1,2,3,4..etc.) and another table called links which has catid(ie: 1,2,3,4...etc.), url, title. [B]Here is what Im trying to do[/B]: I already have it displaying everything nice and pretty but now i need to change up how …
Im using NINI parser to read and write to an ini file. Everythings working fine, its reading and writing but lets say I read in these vaules: [code] [Settings] Test=1 Off=0 On=1 [/code] It reads them fine but now lets say I change a 1 to 0. It writes back …
The End.
Prodian