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

    Passing Variables From Selects

    Could anybody help me with the following problem. I am trying to pass a value from a selectbox to a url which refreshes the page. I am having a problem passing the value. The code is set out as follows: if(!isset($skill)) { <table cellspacing='0' cellpadding='3' width='90%' border='0'> <form...
  2. Louth

    Multiple Selects

    I have the following code for selecting multiple values from a select box. However when I take the $meetings variable it only outputs the last value chosen. How do I gather all the values? <td width=150><font size=2>Meetings</font></td> <td><select multiple name=meetings>"...
  3. Louth

    Quotes Are Difficult

    Could somebody please tell me how I could solve the following problem. I have created some JavaScript to create a pop-up window which looks like this: <script language='javascript'> var popWin = null var winCount = 0 var winName = 'popWin' function openPopWin(winURL, winWidth, winHeight...
  4. Louth

    Empty Cells

    I'm having a problem with the tables in my database. Any fields which are empty should be diplayed as a cell with a border. However when I have empty fields an empty cell is displayed with no border. Does anybody know how I could fix this problem? Example code: <tr> <td...
  5. Louth

    MD5 problems

    Could anybody help with this md5 problem because it's driving me crazy. The following line takes input from a form and enters it into the database like so @mysql_query("UPDATE db_ulp SET login='$name', password=md5('$pwd') where login='$user'"); In the form the field looks like this: <tr>...
  6. Louth

    Redirecting a Page

    Alright guys, Would anybody be able to help me with the following problem? I am trying to create a page which performs a number of SQL queries and then redirects to another page depending on the results of these queries. In other words I am trying to create a pure PHP page which never appears...
  7. Louth

    syntax error

    Can somebody tell me why this statement keeps giving me an error? There seems to be a problem with the forward slash but even when I put it into quotes I am getting an error. "UPDATE db_ulp SET trainees/trainee_add=0 WHERE user_id=2";
  8. Louth

    Cascading Menu-White Space

    I have designed a cascading menu using DIV tags and a stylesheet. However, I am getting some white space when the sub-menus pop-up. Does anybody know why this happens? Could you tell me how to prevent it? Cheers Aidan
  9. Louth

    Problem with Date and Time functions

    I have been having problems using date and time functions in PHP. I am trying to design a schedule with a Calendar. I tried to use the following line of code to output the current month i.e. February. The line of code I have used is this : $month = mysql_query(&quot;select monthname(curdate(...
  10. Louth

    Creating A Schedule

    I'm trying to create a schedule area on my website where people can schedule meetings etc. Has anybody had any experience designing such things who could help me?

Part and Inventory Search

Back
Top