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 SkipVought 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: ameslee
  • Order by date
  1. ameslee

    LOGOUT

    Dont worry i found this code, and it works <?php session_start(); unset($_session['password']); unset($_session['username']); session_destroy(); header('Location: /index.php?error=4') ?>
  2. ameslee

    LOGOUT

    hope someone can help me? Just wondering if there are any scripts that can be used to logout once logged in? thanks Amy
  3. ameslee

    need help with tax form

    i need help with this. its not working <html><head><title>Tax</title> <style type="text/css"> <!-- .style5 {color: #000000} --> </style> </head> <body bgcolor = "#c67777"> <h1 align=center>Tax Rates</h1></center> <form name = "form" method = "post" action = "javascriptvoid(0)"> <input...
  4. ameslee

    Displaying and Replacing records

    can you give me an example of this, i have already got: $query = "SELECT * FROM events ORDER BY Date"; date being my field and events being the table. Im not too sure how to do the greater than the current date thing.. thanks alot!
  5. ameslee

    Displaying and Replacing records

    i am displaying events with dates on a website. I have limited how many records are to be displayed at once, i now want to know how i can keep these records up to date so that events that have passed do not show and are replaced with newer events from the database???? hope this makes sense, thanks
  6. ameslee

    Displaying and Replacing records

    I have displayed a certain amount of records on my site, how do i keep it up to date so that once a date passes; i am displaying events and dates; that one gets replaced with newer ones from the database. thanks!
  7. ameslee

    Database Integration

    I'm still not quite sure how im suppose to do it. Im new at PHP. I have already got maintenance pages for the client up and running, but now need to display what the client wants on to the website. I have tried copying and pasting certain scripts, but havent been able to get anything to...
  8. ameslee

    Database Integration

    oh sorry, mysql
  9. ameslee

    Database Integration

    Hope someone can help me, i have a website, that isnt up yet, im wondering how to diplay certain things from the database in my website? Thanks Amy
  10. ameslee

    12 hour time to 24 hour time

    just wondering how i would display 12 hour time to 24 hour time, in my database. I have an events table that has a start and finished time, i dont have the seconds displaying. If this isnt possible, is it possible to display am or pm within the field. Hope i have explained it enough! thanks!
  11. ameslee

    Specific links one colour, other links another

    thanks everybody!
  12. ameslee

    Specific links one colour, other links another

    hope someone can help me? how do you make specific links one colour and other links another. I have text links in my menu and other links on the page within the content, i want to change the colours of the links in the menu. How do i do this? thanks
  13. ameslee

    displaying more than one record

    i mean that in the 2nd and 3rd instead of displaying a record theres a empty line with no record in it. I have more than 3 records in my database so it should be displaying. Theres five columns, username, password, level, edit, delete. The database is just holding login information! hope...
  14. ameslee

    Displaying more than one record

    sorry, and thanks!
  15. ameslee

    displaying more than one record

    hey can anyone help me with displaying more than one record? here is my code. <html> <head> <title>Display all Users</title> </head> <body> <h3>User Details</h3> <?php //database connection include("database.inc"); $query = "Select * From `login`"; $mysql_result=mysql_query($query,$conn)...
  16. ameslee

    Displaying more than one record

    hey can anyone help me with displaying more than one record? here is my code. <html> <head> <title>Display all Users</title> </head> <body> <h3>User Details</h3> <?php //database connection include("database.inc"); $query = "Select * From `login`"; $mysql_result=mysql_query($query,$conn)...
  17. ameslee

    help please

    dont worry all figured out, thanks anyways
  18. ameslee

    help please

    i need this form to send the data entered into it to my email and the postcode has to be numeric and and data must be entered into both the postcode and the feedback fields, this is so confusing can anyone help? <HTML> <HEAD> <TITLE> Integrate and Use a Scripting Language </TITLE> <script type =...
  19. ameslee

    help please

    i need this form to send the data entered into it to my email and the postcode has to be numeric and and data must be entered into both the postcode and the feedback fields, this is so confusing can anyone help? <HTML> <HEAD> <TITLE> Integrate and Use a Scripting Language </TITLE> <script type =...
  20. ameslee

    another question

    guess what everyone, i got it, thanks to tsuii, thank you once again!!

Part and Inventory Search

Back
Top