
Search In
Applies to these editions of Windows/Vista
Home Premium
Business
Ultimate
Enterprise
*To install IIS with default settings*
First Click the Start button, then click Control Panel, then click Programs, and finally click Turn Windows features on
This article demonstrate how we can export records from MySQL Table to a CSV file. fputcsv() is a buit in function of PHP which takes an array and a file pointer as parameters which convert the array data into CSV format and writes it to the file.
Welcome to findnerd, today we are going to discuss fetch data from database in php .
In this blog you can fetch data from database .
Firstly establish a database connection
Use the mysqli( ) function to established connection to the MySQL server.
If you are using validation.js to add validation in your page and want to add some custom validation on the same, like I want a user can only enter alphabetic character with comma, dashes and space on first name text box. Please follow below code:
OCR means Object Character Recognition . It is a technique by which we select a portion of the image as per user need.
This process requires getting the dimension of selected screen and converting in an image for use.
These are the pre-processing s
Hello reader's, In this post we discussed about "How to set Menu location in wordpress".
You can use the below code for creating menu and set their location, when you import data file in xml.
You can put this code into functions.php file
<!
when I build the game in Unity3D , it makes error :"plugins colliding with each other"
I am using Facebook SDK and Playfab.com SDK
Found plugins with same names and
architectures,
Assets/Plugins/Android/libs/android-support-v4.jar
(ARMv7)
Hi all,
Below is a short description of web workers.
What is a Web Worker?
Web worker is JavaScript which runs in backside without affecting the performance of site and it is independent of other the scripts,.
what web worker are for ?
For th
Create UIView as UIView *myroundView; or watever name suits u...
Allocate it itz memory as well as its frame & its diameter as-
myroundView = [[UIView alloc]initWithFrame:CGRectMake(40, 18, 15, 15)];
[self setRoundedView:myroundView toDiamete
In openerp first override the orm model and add fields field_view_get in orm model then return the Dictionary of Fields, arch and toolbar in orm model.
you can use this function as given below.
def fields_view_get(self, cr, user, view_id=None, view
