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 Wanet Telecoms Ltd 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: *

  • Users: auriga69
  • Content: Threads
  • Order by date
  1. auriga69

    Login area for different users and send them to diferent pages

    Any one could help me about that. I have three tables that has the folling: tb_users tb_level_user tb_url user_id level_id url_id user_username level_desc url_desc user_pwd user_id...
  2. auriga69

    Querying Date using a Form

    I try to do this thing and tried in several ways. Can you help me. The matter is the following: My database is in acces and the date and hour field is the same in access is not text. Here's the code: ====Form page===== <form...
  3. auriga69

    How to &lt;cfoutput&gt; an inmage and upgrade it

    I have two questions, and I'm a newbie in CF, so be patient. 1.- I'm ok on upload an image an positioning it in an specific folder. But when I tried to <cfoutput> gave me an error. ======== This is my action page for record: <CFFILE ACTION=&quot;Upload&quot; FILEFIELD=&quot;noticia_foto&quot...
  4. auriga69

    Can you help me with menu?

    The matter is this: index.cfm <a href=&quot;master.cfm?url_ID=1&quot;><img src=a.gif></a> <a href=&quot;master.cfm?url_ID=2&quot;><img src=a.gif></a> etc.... master.cfm <cfif IsDefined ('url_ID')> <cfquery datasource=&quot;cyber&quot; name=&quot;GetLink&quot;> SELECT url_link FROM Links...

Part and Inventory Search

Back
Top