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

    Login Script Error

    Hello guy, I have a little bit of problem again. I modified a peice of code given 2 me by jpadie to use else where but I can't seem to figure out why the code is not doing what it is supposed to. It is a login page which simply checks if a user is in the db if so sends them to a page else...
  2. vivilady

    Mysql Insert Problems

    Hi, I am trying to insert three fields from my form into a mysql db but for some reason It dosn't give my errors and yet it dosn't insert it into the db, any suggestions please? <?php require_once('Connections/Connection.php'); ?> <?php $submit = $_POST['submit']; $destination =...
  3. vivilady

    Echo Date from Recordset

    Hi, anyone have any idea why my date is being displayed as 1110288534 in my page. I checked the DB and the date looks fine there but when I echo it out it shows like this 1110288534 here is the echo code while (!$Recordset1->EOF) { $maindates = $Recordset1->Fields("maindate"); echo...
  4. vivilady

    Insert Date Into DB USING SQL

    Hi, can somebody please help. I am trying to insert into an access db using the following sql statement $rs = $conn->Execute("Insert into commentTable(topic, comment, user, date) values('$topic', '$comment', '$user', NOW())"); but the line is giving a parser error. Now I have debug it down...
  5. vivilady

    SQL INSERT STATEMENT

    Good Afternoon, Is it possible for anyone out there to spot our why this piece of code is NOT carrying or the sql statement even though the cookie does exist? please Help if (!$conn = new COM("ADODB.Connection")) exit("Unable to create an ADODB connection"); $user =...

Part and Inventory Search

Back
Top