TheStyle Logo Subscribe to the RSS feed
  • Home
  • Apple
  • Business Intelligence
  • Css
  • Inspiration
  • Java
  • Javascript jQuery
  • MySQL
  • Oracle
  • PHP
  • SAP BO Data Integrator
  • Snippets
  • Terminology
  • Tip of the day
  • Tutorial
  • Unix
  • Web Development
  • Wordpress
  • Yii Framework
Home » Posts Tagged "mysql"
WordPress : move it all from a dev environment to its final domain !
  • Wordpress
Sep13

WordPress : move it ...

posted by xav

Sometimes you have to work on a subdomain on a WordPress site where you set your robots.txt to not to crawl it. Or you do work on your local machine. But when it’s finished…you’ll have to move it to the final domain. But how ? Here is a basic synopsis of what you need to...

»»
MySQL Stored procedure
  • MySQL
Jul03

MySQL Stored procedu...

posted by xav

Easy as pie hint. Sometimes in a development you need some business logic on the database side. In MySQL (just as in Oracle) you can use stored procedures and call them inside your application. It is like leaving some business logic to the database, and that business logic is executed on the...

»»
Mysql Replace function
  • MySQL
  • Snippets
  • Tip of the day
Jun07

Mysql Replace functi...

posted by xav

Here is a quicky to replace a string inside a column: update yourTable set theColumn = replace(theColumn,'oldString','newString')

»»
Basic PHP/MySQL Snippet
  • PHP
Jan24

Basic PHP/MySQL Snip...

posted by xav

<?php //I connect to what database server $con = mysql_connect("localhost","user","password"); //Am I connected ? if (!$con) { die('Could not connect: ' . mysql_error()); } // I select the database from within the database...

»»
  • Recent
  • Popular
  • Random
  • Change the download file name with html5 Change the download file name with html5 Posted by xav on 14 May , 2013
  • Active Telephone links in webpages Active Telephone links in webpages Posted by xav on 14 May , 2013
  • Yii extensions Yii extensions Posted by xav on 13 May , 2013
  • Yii: Multilingual simple approach Yii: Multilingual simple approach Posted by xav on 17 Sep , 2012
  • Yii: Use themes Yii: Use themes Posted by xav on 22 Jun , 2012
  • Querying the WordPress Database Querying the WordPress Database Posted by xav on 13 May , 2013
  • Drop Dead Easy Google Font Drop Dead Easy Google Font Posted by xav on 20 Jun , 2012
  • Git on MAC : Quick Start ! Git on MAC : Quick Start ! Posted by xav on 14 May , 2012

Series

  • Beginning with Yii (7)
  • MySQL Procedures (1)

Categories

  • Apple (1)
  • Business Intelligence (1)
  • Css (1)
  • Inspiration (2)
  • Java (1)
  • Javascript jQuery (1)
  • MySQL (2)
  • Oracle (7)
  • PHP (5)
  • SAP BO Data Integrator (1)
  • Snippets (11)
  • Terminology (2)
  • Tip of the day (19)
  • Tutorial (4)
  • Unix (1)
  • Web Development (11)
  • Wordpress (4)
  • Yii Framework (6)

Advertisement

myows online copyright protection

RSS FifteenPeas Blog

  • Know your market !
  • Webfonts : Expand your typography stacks
  • DOTCLEAR : a WordPress alternative
  • Silverstripe : the CMS from New Zeeland.
  • The Setup: What do people use to get stuff done?

Series

  • Beginning with Yii (7)
  • MySQL Procedures (1)

Web Development

  • Smashing Magazine Best Web Design and development resource ever ! Smashing Magazine Best Web Design and development resource ever !

Wed Design

  • Abduzeedo Best Design inspiration Blog ever ! Abduzeedo Best Design inspiration Blog ever !

Often used Tags

apache beginner Best Practice bitbucket boilerplate business intelligence CDN coding command line css database Data base debug framework Free git Google htaccess information java LESS Mobile mysql Oracle php RDBMS robots SEO Snippet snippets sourcetree spring SQL svn terminal unix unix commands url version control visualization web Web Service web start wordpress Yii

a fifteenPeas.com release | Powered by Wordpress