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 strongm 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. matbli

    Searching an array with class objects?

    Hi, Trying to learn PHP. Need some help with arrays. Trying to make an array with class objects that I can search. <?php class Name { var $FirstName, $SecondName; function __construct($FirstName, $SecondName) { $this->FirstName = $FirstName; $this->SecondName = $SecondName...
  2. matbli

    MySql uppdate in php problem

    Disregard this. Had made a stupid mistake opening the wrong db :~/ /Mats
  3. matbli

    MySql uppdate in php problem

    Hi, Have tried the following: if($MyDataBase->query("select * from users where UserId='$UserId' and Password='$UserPw'")==0) { printf("<br/>%s<br/>",ShapeString(UNKNOWN_USER_OR_PASSWORD)); } else { $MyDataBase->query("update users set NumberOfVisits = NumberOfVisits + 1 where...

Part and Inventory Search

Back
Top