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: *

  1. funkygeezer1975

    Check length of string

    Is there a way to check the legnth of a string? I need to check that its length is 11 characters long. Any help would be much appreciated.
  2. funkygeezer1975

    Passing time in php

    I am trying to now work out total time but it does not pass the total time in time foramat see code below how do i get the correct time returned?? $sql = "SELECT * FROM delivery WHERE Check_Employee_id ='$_POST[checkemployee]' AND Check_Date = '$date'"; $result = mysql_query($sql,$conn); while...
  3. funkygeezer1975

    Suming up in php and sql

    Please can anyone help See code below i am wanting to add up the number of lines as it works through the while loop any ideas would be greatly appreciated $sql = "SELECT * FROM delivery WHERE Check_Employee_id ='$_POST[checkemployee]' AND Check_Date = '$date'"; $result =...
  4. funkygeezer1975

    INSERT to sql database

    I'm a little stuck trying to insert some data to a record using UPDATE delivery SET ('Locater_ID=$_POST[delnum]', 'Locate_Date=$date'); but will not work for some reason have i got the syntax wrong? Please help
  5. funkygeezer1975

    Sessions

    I am trying use sessions yet keep getting the following error messages Warning: session_start(): open(/tmp\sess_e75dfd4ede5aacd02e44387985af8a44, O_RDWR) failed: No such file or directory (2) in C:\Program Files\Apache Group\Apache2\htdocs\test.php on line 2 Warning: session_start(): Cannot...
  6. funkygeezer1975

    Redirection in PHP

    See below my code now i can get the redirection to work using the header(location: url) <?php $user = addslashes($_POST['username']); $pass = $_POST['password']; $dbHost = "localhost"; $dbUser = "$user"; $dbPass = "$pass"; $dbDatabase = "goodsin"; if (empty($user) || empty($pass)) {...
  7. funkygeezer1975

    Appache

    HELP I'm trying to connect to my Index page but keep getting a forbiden messege not sure how to set up any ideas?

Part and Inventory Search

Back
Top