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

    PDF generation using only PHP

    Does anyone have examples of the use of PDF generation using only PHP (File_PDF) I found and installed this pear package but needed a little more information on how this works http://pear.php.net/package-info.php?package=File_PDF Missi
  2. missippi

    Password Manager

    I am looking for an Online Password Manager, programmed in php - this online application specially developed to help people store data securely online for multiple user. With this program, you should be able to safely store all your logins, passwords, PIN codes, credit card numbers, memos...
  3. missippi

    Query for Report

    I have four table. The first table has three fields [planID] , [state] and [plan]. The next three tables are related to this one by [planID] field. What I want to do is a report where I get the information from the other tables where the [planID] matches in one report. I can do this for the...
  4. missippi

    Date Criteria to seach in access

    I wanted to change my current query to a dynamic one. I am looking for a renewal date between date that I would like to user of the program to pick This works but isnt dynamic: Between #10/1/2002# And #10/31/2002# This is what I tryed but it doent work. It does ask for the start date and end...
  5. missippi

    Program - Page Stats

    Hello, Does anyone have a suggestion for a page stat program for my site?
  6. missippi

    page stats

    Hello, Can anyone recommend a good stat program done in php and using mySQL? Marie
  7. missippi

    Mall/store

    Hi, Does anyone have a mall or store front programmed in php that they recommend? Marie [ponytails2]
  8. missippi

    option

    Hi, I have a database with a field called entryTerm that contains for example Fall 2002, I put the value into a variable that I would like to split the value into two variables so I can do something like the code below. Any ideas? I have to option boxes: <select name=&quot;entryTerm&quot;>...
  9. missippi

    conversion from access to mySQL

    Hi, Do you know what the best way to take my access database and move it into a mySQL database? I have the phpMyAdmin interface. MAO
  10. missippi

    regular expressions

    I am trying use a regular expression to determine which menus get displayed. eregi(&quot;^/([a-z0-1_/~]+)/.*$&quot;, $REQUEST_URI, parsedRequest); $menu = $parsedRequest[1]; How do I changes this to obtain &quot;admin&quot; from the url below This is the $REQUEST_URI as per looking at my...
  11. missippi

    cdonts.dll

    I am trying to locate this driver so I can set sending mail using ASP. Does anyone know where I can located it?
  12. missippi

    Send Mail in IIS using ASP

    Hi, I keep read things about sending mail with asp code using CDONTS. Do I need to install something on my IIS server? <%@ Language=VBScript %> <% Option Explicit %> <HTML> <HEAD> <META NAME=&quot;GENERATOR&quot; Content=&quot;Microsoft Visual Studio 6.0&quot;> </HEAD> <BODY> <% Dim...
  13. missippi

    ODBC error related to database access

    Hi, I have a windows 2000 server installed IIS 5 all the documentation points to permission problems. Everyone has read/write/execute/script on the file and folders that our database is in. Could be a server setting? I am trying to access a database using asp code. This same code works on...
  14. missippi

    IIS error USING ASP

    Hi, I have a windows 2000 server installed IIS 5 all the documentation points to permission problems. Everyone has read/write/execute/script on the file and folders that our database is in. Could be a server setting? I am trying to access a database using asp code. This same code works on...
  15. missippi

    Driver Errors

    Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Microsoft][ODBC Microsoft Access Driver] Cannot update. Database or object is read-only. /RegisterUser1.asp, line 9 I keep getting this error when I am trying to update my access database user information. I have a basic...
  16. missippi

    file upload / download

    Is there a way I can do file upload and downloads using ASP??
  17. missippi

    LDAP login/authentication

    How can I create a LDAP login/authentication system in PHP?
  18. missippi

    access date

    Hi, I have a form called hours that I would like the field date to display the last typed date after the update button has been pressed. What happens is you enter hours, date, ID number and then you press the update hours button that puts the data into a table. I want the last date that was...
  19. missippi

    Counting clicks

    Hi, I am trying to search a file and increase a counter number in the file when a url is clicked on a page. The file is set up like this url | title | description | 0 The 0 being the number I want to change when someone clicks on the url. I am passing the file name and url. Thanks...
  20. missippi

    ODBC multiple databases

    Hi, I have a ODBC connection to one database and would like to make it two. I tryed but the first one stilll works but I error out on the second connection and statment handle. Is the something I am forgetting and can someone show me an example Thanks in advance!

Part and Inventory Search

Back
Top