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. Nilgni

    PHP Not recognized inside folder

    I did change the permission on the main folder. There were no parameter that included sub folders and file (at least as far as I can see with this host). The permission change did not change the function of the page. The identical page on the root works, the file inside the folder - nothing.
  2. Nilgni

    why isn't conditional statement working??

    Is it possible that you didn't put session_start() and it is not seeing the session variable correctly?
  3. Nilgni

    PHP Not recognized inside folder

    I created a php message system using MYSQL on my host. I am trying to use it on a new host (that I have newly been asked to work on for a company I am associated with). Rather then mix my multiple files with the Joomla system that is already in place, I placed all of my files in a folder on the...
  4. 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...
  5. Nilgni

    Compare two tables show records not listed...

    Thanks for that. Not using this as excuse for ignorance but I am self-taught and these are things that come with learning in a real enviroment or having someone to ask. If I can indulge you once more on THAT topic. Is this correct: Session and Post are okay, but GET isn't. Lightbulb moment...
  6. Nilgni

    Compare two tables show records not listed...

    For those following in my footsteps.. The two actual table names are.. teams special_message_read_receipts The goal was to show the teams who did not acknowledge the special message posted. Teams could view the message and click a link to say they read it. The next page confirmed their read...
  7. Nilgni

    Compare two tables show records not listed...

    Yes, very great example of what I need. Thanks!
  8. 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...
  9. Nilgni

    MySql Primer

    Thanks Steve, K, so it is as I expected a service rathen than a stand-alone. Having it on my machine doesn't allow me to just ftp the updates up to the webhost version. After playing with the online control panel from my webhost, I see a backup utility that pseudo looks like a way to move...
  10. 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...
  11. Nilgni

    Display record number in hidden text box

    Found it. In the forms On Current Event Me.BoutNumber.Caption = Me.CurrentRecord * 1 +1 Works
  12. 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...
  13. Nilgni

    Session Variable Removal

    Not sure what happened but the code didn't display right. The line in bold is what I am trying to duplicate. Esentially I want to put a link that clears the session, than takes them to the page where they can enter it again. <% Session("test1")=("First test") Session("test2")=("Second test")...
  14. Nilgni

    Session Variable Removal

    Thanks, that make sense. I was using an example that I found on W3C schools site: Example 1 <% Session("test1")=("First test") Session("test2")=("Second test") Session("test3")=("Third test")Session.Contents.Remove("test2")for each x in Session.Contents Response.Write(x & "=" &...
  15. 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...
  16. 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...
  17. Nilgni

    Access Backup on Hosting Server

    Found this: Now all I need to do is change a few parameters and make it so it outputs a naming convention with a date appended to the database.mdb name. It is a great start... more to come Keith
  18. 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...
  19. Nilgni

    content management

    Wow, that would be front page news if something did all of that! Try looking at Cute Editor - closest thing I've seen so far to what you're looking for. http://cutesoft.net/ I own a developers copy and aside from a little wait on the load, it really does what they say. The support has been good...
  20. Nilgni

    database strategies

    For an easy to follow catch all - try this book: http://www.amazon.com/Macromedia-Dreamweaver-8-Training-Source/dp/0321336267 For a reference website I use W3Schools | http://www.w3schools.com/ They talk about all types of subject matter. Easy to follow and most importantly they have simple...

Part and Inventory Search

Back
Top