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: *

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

    PHP Not recognized inside folder

    I am having trouble getting a page to see any php. If I put the page in the root of the site - no problems, but inside a folder it ignores the code entirely. Suspect that there need to be an inclusion to activate php inside the folder but have no clue on how to implement that. Searched online...
  2. Nilgni

    Compare two tables show records not listed...

    I have a two tables: Table 1 is a list of teams: Team_Listing Table 2 is a list of people who have acknoledged a message: Read_Reciepts. For arguments sake the first only contains team names and nothing else. The second has a the article id, the userid and their teamname. So far I am able to...
  3. Nilgni

    MySql Primer

    Coming from the world of Access and ASP. Sorry for such 'FAQ' questions, but the faq on installing doesn't answer and I hoped that someone would be able to clear some of my newbie questions up for me. I want to build multiple sites in PHP on one machine and as you would expect upload them to...
  4. Nilgni

    Display record number in hidden text box

    I want to use the record number to be a part of an equation. I need to display bout numbers in an 8-man wrestling bracket. I want to use the record number to determine how many bouts in total we have wrestled to that point. For example: 1st round, 4 matches, 2nd weight class would be 5 matches...
  5. Nilgni

    Session Variable Removal

    I read about this and have tried setting the variable to a different value, erasing it, and erasing all. Nothing is working. I am getting an error message on this page (object expected line 16) I appreciate any help, Keith <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <!DOCTYPE html PUBLIC...
  6. Nilgni

    Questions and Answers

    Need to create funtion that will allow users to create questions and answers for those questions. Using DWCS3 and ASP. I have created the function where my users can create the questions, and add answers. The information is stored in two tables with the questionID as the primary and secondary...
  7. Nilgni

    Access Backup on Hosting Server

    I would like to make a backup routine to automatically generate a copy of the MS Access database daily. I am hosting with 1and1.com and using asp. Ideally it would be in a folder where the original is located and it would do it without any user initiation at an early morning hour. Once I get...
  8. Nilgni

    Count of replies to main topic

    I have an MS Access database and ASP. I want to display the number of comments left by users in regard to the current topic. I was able to get the number to display by joining tables and grouping by count. The issue is that the text in the main topic was truncated. About 1/3 of the text stored...
  9. Nilgni

    ASP Loads (refresh crashes) Loads again

    REPOST (Tried this in ASP forum with no replies - thought that this may be the correct forum) Hosting a site with 1and1 - asp pages connecting to MS Access database (2003) The static pages load fine The dynamic pages load if there hasn't been a request from the database in about 30 seconds...
  10. Nilgni

    Drive Works, but doesn't show in My Computer

    I have a drive that I can access. My tv software is writing to it and for all intensive purposes it seems fine. It isn't showing up in My Computer? I have had the same configurations for about a month with no issues until now. C Drive = OS and Files 120G Drive D Drive = CD/DVD Writer E Drive...
  11. Nilgni

    Hard Drive not listed in My Computer..

    I can see this hard drive in the BIOS, Partition Magic and Administrative Tools Disk Management, but it does not show up in the My Computer Window. I tried it on two other pc's via an external usb connection and it does the same thing there. The drive is a 250Gig Western Digital and I ran the...
  12. Nilgni

    Multiple Hard Drives - SATA &amp; IDE

    I am having trouble getting my configuration to mesh. Intel doesn't provide information worth a crap when it comes to configurations like mine. BACKGROUND INFO: I have a home-built box with Intel D975XBX motherboard. Win XP Home, 4 Gig Ram, Asus GeForce 7950 GX2 The Operating System is on a...
  13. Nilgni

    Baffling Sub Report

    I have a sub report that runs fine on its own. I insert it into the main report and when the report runs - no subreport. I have a relationship with a text based primary and ref integrity enforced. The subreport is based on a query. If I swap out the source for the sub report source table - it...
  14. Nilgni

    Random Image loads same one over and over

    I have been trying this with no luck Background Information: Dreamweaver MS and Access Query I wrote a query that displays a random record using the following SQL SELECT TOP 1 Rnd(tblOutsideLinks.LinkNo) AS RandomNo, tblOutsideLinks.LinkName, tblOutsideLinks.AdroitServerLocation...
  15. Nilgni

    Instr Question

    I am trying to sort on part of a combined field. Novice at SQL and none of the examples I can pull up seem to solve my issue. Here is an example of the type of information that I am searching: Reasoner, Jim 4/25/2006 12:17:23 PM I want to sort by date and then time with the newest records...
  16. Nilgni

    Exploer &amp; IE locking up?

    I have an issue where IE locks when you try to type into the url bar and explorer locks when you try to use the dialouge box to open a file. The dialouge box just freezes and then comes back with an error. IE will work going to an address using other methods. Could it be DNS? Thanks for any...
  17. Nilgni

    Easy question about passing URL Info

    I have an alphabetic index on top of my page and it passes the letter to the next page just fine. I also put the alpa index on the next page and when the user clicks it passes the letter IN ADDITION to the previous letter. Here is an example: A | B | C |D | User clicks "A" Link looks like...
  18. Nilgni

    Remote loaded form - cannot get in text box

    I created a simple 'shout box' and it all looks fine, but I cannot get in the text box? http://www.new.adroitdezigns.com/pages/inside_template.html Thanks for the help, spent a good part of the day trying to find the answer and just can't seem to get past this one. Keith
  19. Nilgni

    Format Rows based on Same Data

    Is it possible to 'conditional format' accross rows? Name Value Team Bill 12 Devils Keith 9 Colts Jim 9 Eagles Kevin 7 Pioneers I want to bold the two nines so that they stand out as a tie. Thanks, Keith
  20. Nilgni

    User placing content themselves

    Is there a place where I can read up on this topic? I cannot find anything! I want to place a small section on the front page of my site that users can update. I plan on putting the information in an Access database and dynamically placing it on the page. I suspect though that punctuation and...

Part and Inventory Search

Back
Top