Some Latest Design Tips for Your Responsive Web Design Internet is an important business source in the market. If you are operating your business through the online media, you need to create a website which has good domain name and put all your efforts to make it successful, with relevant keywords and backlinks. Website creation [...]
PHP has a function called GetImageSize() for getting the width and height from an image. Pass getimagesize() a filename and it will return an array containing the image’s width, height, what type of image it is, a text value with the width and height which can be placed directly into an <img> tag and some [...]
Sometimes you will need to color the output text of echo message in PHP, like coloring the output string “postcard printing is trending a lot”. It can be completed in one of any two ways depending upon where you need it. a) Writing out some HTML tags and some CSS if you’re outputting this to [...]
Under PHP you need to use header() to send a raw HTTP header. Using headers() method, you can easily transferred to the new page without having to click a link to continue. This is also useful for search engines. Remember that header() must be called before any actual output is sent, either by normal HTML [...]
To calculate age in years we can use following query, To select only those users having age greater than 50 years,use following query
To select only the time from a datetime column of mysql,we can use following method To select only the date from a datetime column of mysql,we can use following method
In php we can use substr function to remove the last character from string,using this function we can also get starting character of string or part of the string. Examples : To get last character of string : To get last two charaters of string : Other usage of substr function :
To redirect non www requests to www version, you have to create .htaccess file and put following code in it,this will redirect all non www requests to your site to www version.e.g yourdomain.com to www.yourdomain.com This will redirect any requests to http://yourdomain.com to http://www.yourdomain.com. The first line sets a condition: only if the condition is [...]
Multithreading means performing multiple tasks or processes simultaneously, we can achieve this in php by using following code,although there is no direct way to achieve multithreading in php but we can achieve almost same results by following way. Multithreading in php example : Index.php Test_1.php This will execute test_1.php two times simultaneously and both process [...]
PL/SQL supports programming language features like conditional statements. Conditional statements in pl/sql syntax : IF THEN ELSE STATEMENT Example : 1 Example : 2 Example : 3 Example : 4 Conditional statements in pl/sql have the simple syntax as we have in other languages like PHP.
Categories
Tags
basics of Pl/sql cookies array in php Cookies in php export database export database in php export large database highlight search text how cookies work how php how php works how pl/sql works how to edit php how to prevent sql injection How to read csv in php how to set cookies in php how to take backup of large database html tutorial Import database import database in php Mysql Errors mysql tutorial parse csv in php php php and php and mysql php and sql injections php and string manipulation functions php comment php intro php script php this php tutorial pl/sql tutorial putty restore large database search text Showing mysql error in php sql injections sql injections techniques SSH commands string manipulation string manipulation functions in php string manipulation in php timeout error while taking database backup url rewriting

