Jump to content

omardavinci

Members
  • Posts

    32
  • Joined

  • Last visited

Everything posted by omardavinci

  1. one question about functions. the functions are still used in PDO? in this tutorial she is using PDO? Or with PDO it is not necessary, thx again and regard
  2. Ok so i need to change parameters and sintaxis. Ok i will check tutorial and i will do the updates
  3. One question i changed( mysql_ for mysqli_ ) But anyways i get still errores like these: Warning: mysqli_select_db() expects exactly 2 parameters, 1 given in C:\wamp\www\CoffeeWebsite\Model\CoffeeModel.php on line 31 Call Stack Warning: mysqli_query() expects at least 2 parameters, 1 given in C:\wamp\www\CoffeeWebsite\Model\CoffeeModel.php on line 34 Call Stack Warning: mysqli_error() expects exactly 1 parameter, 0 given in C:\wamp\www\CoffeeWebsite\Model\CoffeeModel.php on line 34 Call Stack Some suggestions? dissapointments are good received About input i will take one page of example: http://www.voidrealms.com/index.php?r=tutorial/index Something like this. I mean it that
  4. 1. If i mustnt use function what do you recomend to me? 2.Are you refering to this? http://php.net/manual/es/ref.pdo-mysql.php 3.I want to include in the tables one input or type to search in the fields. 4. So you recommend me to do this query: "select ... where type='" . $type . '%'. "'";? About pdo i will check the manual, you said me it is deprecated
  5. Hi i did one webpage in php with a different tables and posts. But i need help because i want to add in this page one type and one input in my table for searching in each column. So please if you have some suggestion how to include in my php the type and input, and it uses to search in my table; say me. All sugestions, dissapointments are good received
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.