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 strongm 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. highv0ltage

    SQL Syntax Error

    Thanks for the response PHV, but that didn't seem to fix it, but I'm getting a different error now. It says,"Syntax error in FROM clause.
  2. highv0ltage

    SQL Syntax Error

    Hello, I am having an issue with a query containing some inner joins. It checks out fine within SQL 2005 but Access does not like the query syntax. Here is my query: SELECT TOP 5 Category.Title, article.pubDate, article.Title AS Title, * FROM Article INNER JOIN Article_Category ON Article.ID...
  3. highv0ltage

    Articles with an ASP and database Backend

    Hello, I have roughly coded a script to grab data of articles from a database. There is an id, title, content, and category. I have it working fine with one category, but I now need it to work with multiple categories. Along side of this, I need my code to show related articles belonging to...
  4. highv0ltage

    MS Windows Website Background

    Anyone know of any good tutorials on how to create an image/background like the one on the Windows home page (http://www.microsoft.com/windows/default.mspx)? Thanks
  5. highv0ltage

    User Authentication

    So basically the code needs to be reconstructed? Is the tutorial crap?
  6. highv0ltage

    User Authentication

    Thanks tarwn, that tutorial did what I needed. After getting just the login portion working, I tried the sessions. They didn't seem to work for me. I kept getting an error "Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent" What's this...
  7. highv0ltage

    User Authentication

    I am new to PHP and trying to create a simple user login. I've done many searches and they all seem great but they are including things I do not want to implement at the moment. I just want a tutorial that explains how to create a simple login that checks the user against a mySQL database. I...
  8. highv0ltage

    E-Mail Message With URL

    I got it...guess i could pass the entire e-mail body from one page to the next within a variable. Thanks guys.
  9. highv0ltage

    E-Mail Message With URL

    Hi, I'm creating an script that grabs form values and emails them. I've got that portion working fine. The issue I'm having is with a link within the email body that has 2 or more variables it's passing. I have a variable holding the body of the email and this is how I have the line with the...
  10. highv0ltage

    File Upload

    Nevermind, I got it. Thx QatQat.
  11. highv0ltage

    File Upload

    aspsmartupload looks good, but i can't download it. i filled out the form and then it just errors out on the download.
  12. highv0ltage

    File Upload

    And this can integrate into a webpage?
  13. highv0ltage

    File Upload

    I'm running Server 2003 and I'm trying to establish something that will upload files to certain directories. I've found much code and components but I can't get them to work on the server box. IIS5 seems to run them ok, but IIS6 seems to think it's more "secure" and I'm having trouble getting...
  14. highv0ltage

    Recordset Loop

    Great. That worked perfectly. Thanks.
  15. highv0ltage

    Recordset Loop

    Hello, I'm having a bit of issues. I'm running a query and then outputing it with the date and title. That part I have working. But sometimes there are more than one item per date and I would like to only list the date once instead of on each record. Here's an example: 05/01/06 -Todays News...
  16. highv0ltage

    Set number variable with string value

    Hmm, ok. That's a possibility. How about an menu using XML and CF. Is that doable?
  17. highv0ltage

    Set number variable with string value

    OK, that seems to work, but it just doesn't seem pratical for a site that has hundreds of pages. Maybe someone has a suggestion as to the best way to many links to that many pages.
  18. highv0ltage

    Set number variable with string value

    That didn't seem to work either.
  19. highv0ltage

    Set number variable with string value

    I'm trying to manage my includes. I would like to have a link with a variable and have that variable represent an included template. i.e. http://www.whatever.com/index.cfm?page=01 01 = "includes/pages/bios/01.cfm" <cfinclude template=#page#> Hope that's not confusing. I'm trying to make my...
  20. highv0ltage

    Set number variable with string value

    Is it possible to set a number to the value of a string. i.e <cfset 01 = "includes/pages/bios/01.cfm"> I know this particular syntax throws an error, but is there a way to do this? Thanks.

Part and Inventory Search

Back
Top