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

    mysql interoffice setup

    I know that I can setup an intranet using MySQL. That's not my question. I prefer to develop in PHP/MySQL, even for internal corporate applications, but my client wants to use MSAccess as their DB shell. Is there a way to integrate Access to an ODBC (with which I have no experience) or...
  2. phpgramma

    bulk mail not sending

    I have a script that is supposed to send mail to a group of users in a "chapter" (each user has a field: chapter_id, which corresponds to the "chapter" they belong to). I don't know whether it's the server settings or what, but the mail does not send correctly. here's the code...
  3. phpgramma

    INSERT should be perfect but returns an error

    So here's my query: $sql="INSERT INTO news (date,time,member_id,chapter_id,headline,article,show) VALUES ('$date','$time','$poster_id','$chapter_id','$headline','$article','$show')"; but for some reason I keep getting the error: "You have an error in your SQL syntax. Check the manual that...
  4. phpgramma

    unlink works sometimes

    I have a script that uses the same filename over and over again for uploads. For example: pic1.jpg, pic2.jpg, picn.jpg where n is an auto_id from the database corresponding to the user. The script takes a file upload from the user, deletes the old picn.jpg, and then uses move_uploaded_file()...
  5. phpgramma

    show/hide table rows using ONLY CSS

    I have a form that has "Required" fields and "Optional" fields. Next to the "Optional" title, I want a button/link that shows or hides the fields when clicked. I don't really want to use Javascript (even though I already know how to do that!) because of how people are disabling Javascript and...
  6. phpgramma

    user permissions organization help

    I am about to embark on a new learning project using PHP & MySQL. I need to create users and user groups with permissions for various tasks. i.e. the page will load and display elements (like in a menu) based on whether the user is a member of a group that has certain permissions for the...
  7. phpgramma

    Session security

    I'm not new to programming, but I am fairly new to security, so any input is very helpful. I have a database/site that allows permissions for each different user type and each user is declared a certain type. For ease of use, as well as keeping the number of MySQL queries to a minimum for...

Part and Inventory Search

Back
Top