Posted by Shek on October 5, 2011 under WordPress |
In the post, I would like to show you how to create post for wordpress without having to use the wordpress admin console. This will be done by creating the posts into the wordpress MySQL database
Read more of this article »
Posted by Shek on May 1, 2011 under Oracle, PHP |
In this post, I will continue my recording on PHP and oracle database 10g Enterprise Edition
Read more of this article »
Posted by Shek on under Oracle, PHP |
In this post, I recorded the operations which I have used in my past web project which involving PHP and the oracle database 10g Enterprise Edition.
Read more of this article »
Posted by Shek on March 17, 2011 under Misc, MySQL |
If you are a PHP programmer, phpMyAdmin should be a familiar tool for you. But to deploy phpMyAdmin takes a lot of steps and setting. Therefore I recommend Adminer as an alternative to phpMyAdmin.
Read more of this article »
Posted by Shek on March 16, 2011 under MySQL |
In this post, I am going to talk about how to get data from 2 mysql tables instead of 1 table with a sql.
Here are 2 mysql tables (The field types are ignored in this examples): Read more of this article »
Posted by Shek on June 15, 2009 under PHP |
In this example, I am going to show you how to use PHP to change a MySQL database’s field size.
Read more of this article »