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!

Search results for query: *

  1. ezbinden

    Dynamic variable variable

    10q very much the only thing i need more is: #Evaluate("#column#")# ezbinden
  2. ezbinden

    how can I let the user vote for one time

    >how can I let the user vote for one time? you can't if the user gets on the site via an anonymous proxy(anonymizer, ...), he always is able to vote as many times as he wants. with this in mind, you should use the cookie-way. but i wouldn't let the user wait, if he has cookies disabled. just...
  3. ezbinden

    Dynamic variable variable

    I want to use very dynamic and variable variables in my site as follows: birthday is the column where i want to write the date this works: ------------ <cfset birthdayyear=&quot;01&quot;> <cfset birthdaymonth=&quot;12&quot;> <cfset birthdayday=&quot;24&quot;> <cfset...
  4. ezbinden

    Trouble with upload

    we've checked it out it is definitively the ntfs secure section and the multipart-form which doesn't fit. maybe you let your user identify himself via form and set a cookie on his browser if he is identified. then you only let him access your uploadsite when he has got the cookie (this is the...
  5. ezbinden

    Trouble with upload

    i am a registered user now

Part and Inventory Search

Back
Top