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. 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 only have 4 field in the main table I need to see all the information in my report. I get nothing when I try to join all the tables. Some of the tables could have more then one contact for that state. This is an example of what I am looking to get: New York - New York Plan State Contact...
  4. 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...
  5. 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...
  6. missippi

    Program - Page Stats

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

    page stats

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

    Mall/store

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

    mysql update problem

    Also when you are doing the query if the field is a integer for example user_id = '$user_id' you don't need the single quotes. user_id = $user_id Good Luck, [ponytails2] MAO
  10. missippi

    option

    Yes mysql MAO
  11. missippi

    Printing the results instead of the query!!!

    Do you have your query in the php tags? <? query goes here ?> If you don't it will print ot the screen. MAO
  12. missippi

    PHP

    You need to give more explaination of what you are trying to do and show examples of your code if you want help. MAO
  13. missippi

    option

    Thanks again. I didn't set the database up I am working from some elses crappy design. In the database there is a entery term (eg. Fall 2002) that I am pulling from each students records that they entered and someone concatenated together. The fields are combined at present. I am displaying...
  14. missippi

    option

    Thanks but I guess my question is how do I split them?? MAO
  15. 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;>...
  16. missippi

    conversion from access to mySQL

    I am stuck on what driver to download? Thanks, MAO
  17. missippi

    conversion from access to mySQL

    That sounds like a great idea. Can you give me directions or a webpage to learn more about it. I have used the odbc drivers when I did ASP in the past and when I did some VB programming with databases. Thanks
  18. 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
  19. missippi

    regular expressions

    What I am trying to do is include a different menu file depending on what section of my site people request. I have serveral sections and one is admin another is faculty. It looks like my question was answered and I made it worked. Thanks for you assistance. MAO
  20. 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...

Part and Inventory Search

Back
Top