Skip to content
pontikis.net
  • Blog
  • Labs
  • Write For Us
  • About
Search for:
Menu Close

prepared statements

  1. Home>
  2. Blog>
  3. prepared statements
Dynamically Bind Params in Prepared Statements with MySQLi
Credits

Dynamically Bind Params in Prepared Statements with MySQLi

  • Post author:Christos Pontikis
  • Post published:October 13, 2013
  • Post category:Database Administration
  • Reading time:4 mins read

Prepared statements must be used in application development with databases. There are two main reasons: performance: parameterized queries with prepared statements reduces the database load, reusing access plans that were…

Continue Reading Dynamically Bind Params in Prepared Statements with MySQLi
How to Create a jquery-ui Autocomplete Step by Step
Pointing device

How to Create a jquery-ui Autocomplete Step by Step

  • Post author:Christos Pontikis
  • Post published:July 18, 2013
  • Post category:Web Development
  • Reading time:9 mins read

Autocomplete is one of the most important parts of modern rich web interface. Actually, you can create an autocomplete, using an AJAX call to build a list (server side) and…

Continue Reading How to Create a jquery-ui Autocomplete Step by Step
How to Use PHP Improved MySQLi extension (and Why You Should)
Billiards

How to Use PHP Improved MySQLi extension (and Why You Should)

  • Post author:Christos Pontikis
  • Post published:March 29, 2013
  • Post category:Database Administration
  • Reading time:8 mins read

PHP supports MySQL using a PHP extension. Thousands or millions projects have been written worldwide using PHP and MySQL. PHP team announced plans to deprecate MySQL extension in mid 2011.…

Continue Reading How to Use PHP Improved MySQLi extension (and Why You Should)

Categories

Archives

NewsLetter

Click here to subscribe to our free email newsletter.
Unsubscribe anytime with a click.

LIKE OUR PAGE!

  • Opens in a new tab
  • Opens in a new tab
  • Opens in a new tab
  • Opens in a new tab
  • Opens in a new tab
  • Opens in a new tab
  • Opens in a new tab
  • Contact
  • Privacy
  • Terms
  • Credits
© Christos Pontikis 2013 - 2021
Close Menu