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: jedel
  • Content: Threads
  • Order by date
  1. jedel

    Search functions

    Hi, My work PC use Office 2003. I'm looking for a feature where I can use MS Office to search for text in multiple files and produce a result for people to go to the file and read. I'm sure, as always, that this forum would have the expertise to point me in the right direction or assist me in...
  2. jedel

    COnnecting to a secure Backend DB

    Hi all, I know this can be done, but I'm struggling with the whole relinking of database tables, connections etc etc. Here is the situation. I have a database FE / BE setup where the data (BE) database needs to be secured using a password. Easy enough Now the front end needs to connect to the...
  3. jedel

    Detail of a record below the repeat region

    Hi all, I'm not sure if I can explain my issue clearly, but I'll give it a go. I have an ASP page with a list of events running horisontally across the page. These events consist of a date in text format, the title of the event and an image. The events are listed inside DIV tags, and, as I...
  4. jedel

    Syntax Error in UPDATE statement

    Hey all, I'm stuffed if I can find this error. Here is the UDPATE code. It comes from Dr Devs pages <% If Request("UDBtn") <> "" Then intRecIDs = Replace(Request("hidRecID"), "*", "") arrRecIDs = Split(intRecIDs, ", ") For i = 0 to Ubound(arrRecIDs) DESC=...
  5. jedel

    Delete Multiple records

    Hi All I'm trying to set up a SQL that will delete multiple records but keep getting an error. Its the same code as the thread here thread181-27567. But my problem is that I am not getting any values in the SQL at all, i get the error Microsoft OLE DB Provider for ODBC Drivers error...
  6. jedel

    CODE NOT UPDATING

    Hi all Can anybody tell me why this code is not updating the records? Got it from Dr Devs site and I even used my own FAQ, but I still can't get it to work. The code processes all the way through to the redirect page, but when I go back to the records, they have not been updated. <% If...
  7. jedel

    Export to excel register

    Hi All, I'm running a database (Access 2003) at work. I have run this database for many years over different locations in Access 97 and 2003 quite successfully. Over the years, I have found that the people that take over the database are not real competent PC users (I know its hard to...
  8. jedel

    Explode - Implode Arrays is ASP

    Hey all, I am wondering if there is anything like Explode or Implode function used in PHP for ASP? What I would like to do is take a chunk of data from a memo field in an Access database, say; the first 20 words, and display it on the page. This way when the user tries to write a novel, it...
  9. jedel

    Confirm Passwords

    I have a page where member can change their passwords. I want to be able to have a confirm password field to check thatthey have entered the new password correctly. How do I go about a) comparing the two fields, and b) sending a message to the user if they do not match...
  10. jedel

    Returning a number from a count

    Hi all, I have some code in PHP that is used to count the number of rows returned from a MySQL query. here is the function function list_apps($start = null, $per_page = null) { $connection = db_connect(); $query = " SELECT * FROM coll_downloads WHERE dlapp = '1' "...
  11. jedel

    Data checking and redirection

    HI all, I have a form with three fields it. dlid (primary key, auto increment) Surname firstname email it routes to a switch that checks to see if the person completing the form has done so already, (sort of a login form if you will.) however if the person HAS NOT completed the form...
  12. jedel

    substr to the nearest word

    Hi all, Just working on a project of mine and I've been learning how to capture a segment of text using the substr function. Problem with this is it counts characters. a few questions: 1. Will this code ignore HTML tags? 2. Is there a way where you can capture to the nearest word? 3. If...
  13. jedel

    Checkbox values being passed

    Hi all, I've bee doing some research on checkboxes in PHP and how they work. I've also been playing with them in a project of mine and have found some interesting results. I found this thread - thread181-27567 and jpadie stated that an unchecked checkbox returns nothing. I have found that in...
  14. jedel

    PHP Issue with Login pages

    Hi all, I've been working through some tutorials on using a PHP system called the MVC structure. I've struck an issue with the logging in phase of the tutorial where the page will not allow me to login, regardless of me using the correct username and password. If anyone can provid some help...
  15. jedel

    Check and restrict Image sizes

    Hi all, I don't know if I'm using the right search keywords but I cannot seem to find any help for what I want to do. Basically I have a form where the user can add an image to a database to show in a page. What I would like to do is stop the user from adding the image if it is over a certain...
  16. jedel

    Add Multiple records from other Tables

    Hi All, I've been asked by a client to do up a simple event registration site where: a. Organizers can enter an event(s) into a database for display on the web b. People can register to become members of the organization c. These members can register to attend the event online, and d...
  17. jedel

    CSS Background not growing with text

    If you could go to this page, it will show what My problem is. http://www.queenslandrangers.org.au/ Basically I have a Container Div tag with an id called "Container" on it. No matter what I try, I cannot get the background to grow with the text inside the container Div. The main body of text...
  18. jedel

    Adding date to a hidden field

    I can't believe I'm asking this question. I thought it would have been located in this forum. Possibly been answered so Long ago that it is so far back in the archives that nobody goes there anymore. But here it as anyway. I have a form where data is entered into a MySQL database. I also have...
  19. jedel

    PHP Detail page

    Hey all, I am trying PHP on a project instead of ASP and I'm wondering what is the equivalent of navigating to a detail page in PHP? I have a MySQL db with four fields, PageID, Link, Title and content. The link field is the text for the navigation menu and when I click on this link, I want...
  20. jedel

    Connecting to a MySQL DB through Testing server

    Hey All, I've been avoiding using PHP and MYSQL for too long now simply because I cannot seem to get Dreamweaver to connect to the MySQL databases on the server. Can anybody tell me how to do this or point to a site where I can follow some steps to learn how to do this? Basically the info...

Part and Inventory Search

Back
Top