hai all,
Anybody know the PHP interview questions asked in Astute Tecknowledgies?
Showing posts with label Interview questions. Show all posts
Showing posts with label Interview questions. Show all posts
Wednesday, August 13, 2008
PHP Interview Questions in Innuendo Technologies Solution (ITS)
hai all,
Anybody know the PHP interview questions asked in Innuendo Technologies Solution (ITS)?
Anybody know the PHP interview questions asked in Innuendo Technologies Solution (ITS)?
PHP Interview Questions in Bharath matrimonial
hai all,
Anybody know the PHP interview questions asked in Bharath matrimonial?
Anybody know the PHP interview questions asked in Bharath matrimonial?
PHP Interview Questions in Adan prathan
hai all,
Anybody know the PHP interview questions asked in Adan Prathan?
Anybody know the PHP interview questions asked in Adan Prathan?
PHP Interview Questions in Saksoft
hai all,
Anybody know the PHP interview questions asked in Saksoft?
Anybody know the PHP interview questions asked in Saksoft?
PHP Interview Questions in Emicosoft Pvt Ltd
hai all,
Anybody know the PHP interview questions asked in Emicosoft Pvt Ltd?
Anybody know the PHP interview questions asked in Emicosoft Pvt Ltd?
PHP Interview Questions in Software Developers India
hai all,
Anybody know the PHP interview questions asked in Software Developers India?
Anybody know the PHP interview questions asked in Software Developers India?
PHP Interview Questions in Eventurers Solutions
hai all,
Anybody know the PHP interview questions asked in Eventurers Solutions?
Anybody know the PHP interview questions asked in Eventurers Solutions?
Saturday, August 9, 2008
Interview Questions in PHP and MySQL -3
1. what is scandir() ?
2. What function would you use to redirect the browser to a new page?
3. What function can you use to open a file for reading and writing?
4. How can you get round the stateless nature of HTTP using PHP?
5. What would the following code print to the browser? Why?
6. What are the different functions in sorting an array?
7. How can we know the number of elements in an array using php?
2. What function would you use to redirect the browser to a new page?
3. What function can you use to open a file for reading and writing?
4. How can you get round the stateless nature of HTTP using PHP?
5. What would the following code print to the browser? Why?
6. What are the different functions in sorting an array?
7. How can we know the number of elements in an array using php?
Interview Questions in PHP and MySQL -2
1. What are the differences between Get and post methods in form submitting, give the case where we can use get and we can use post methods?
2. Who is the father of PHP and explain the changes in PHP versions?
3. How can we submit a form without a submit button?
4. In how many ways we can retrieve the date in the result set of mysql using PHP?
5. What is the difference between mysql_fetch_object and mysql_fetch_array?
6. What is the difference between $message and $$message?
7. How can we extract string ‘techinterviews.com ‘ from a string ‘http://www.techinterviews.com’ using regular expression of PHP?
8. How can we create a database using PHP and mysql?
9. What are the differences between require and include, include_once?
10. Can we use include (”techinterviews.php”) two times in a PHP page “makeit.PHP”?
11. What are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee(eno int(2),ename varchar(10)) ?
12. Functions in IMAP, POP3 AND LDAP?
13. How can I execute a PHP script using command line?
14. Suppose your Zend engine supports the mode Then how can u configure your PHP Zend engine to support mode ?
15. Shopping cart online validation i.e. how can we configure Paypal, etc.?
16. What is meant by nl2br()?
17. Draw the architecture of Zend engine?
18. What are the current versions of apache, PHP, and mysql?
19. What are the reasons for selecting lamp (linux, apache, mysql, PHP) instead of combination of other software programmes, servers and operating systems?
20. How can we encrypt and decrypt a data present in a mysql table using mysql?
21. How can we encrypt the username and password using PHP?
22. What are the features and advantages of object-oriented programming?
23. What are the differences between procedure-oriented languages and object-oriented languages?
24. What is the use of friend function?
25. What are the differences between public, private, protected, static, transient, final and volatile?
26. What are the different types of errors in PHP?
27. What is the functionality of the function strstr and stristr?
28. What are the differences between PHP 3 and PHP 4 and PHP 5?
29. How can we convert asp pages to PHP pages?
30. What is the functionality of the function htmlentities?
31. How can we get second of the current time using date function?
32. How can we convert the time zones using PHP?
33. What is meant by urlencode and urldocode?
34. What is the difference between the functions unlink and unset?
35. How can we register the variables into a session?
36. How can we get the properties (size, type, width, height) of an image using PHP image functions?
37. How can we get the browser properties using PHP?
38. What is the maximum size of a file that can be uploaded using PHP and how can we change this?
39. How can we increase the execution time of a PHP script?
40. How can we take a backup of a mysql table and how can we restore it. ?
41. How can we optimize or increase the speed of a mysql select query?
42. How many ways can we get the value of current session id?
43. How can we destroy the session, how can we unset the variable of a session?
44. How can we destroy the cookie?
45. How many ways we can pass the variable through the navigation between the pages?
46. What is the difference between ereg_replace() and eregi_replace()?
47. What are the different functions in sorting an array?
48. How can we know the count/number of elements of an array?
49. What is the PHP predefined variable that tells the What types of images that PHP supports?
50. How can I know that a variable is a number or not using a JavaScript?
51. List out some tools through which we can draw E-R diagrams for mysql.
52. How can I retrieve values from one database server and store them in other database server using PHP?
53. List out the predefined classes in PHP?
54. How can I make a script that can be bilanguage (supports English, German)?
55. What are the difference between abstract class and interface?
56. How can we send mail using JavaScript?
2. Who is the father of PHP and explain the changes in PHP versions?
3. How can we submit a form without a submit button?
4. In how many ways we can retrieve the date in the result set of mysql using PHP?
5. What is the difference between mysql_fetch_object and mysql_fetch_array?
6. What is the difference between $message and $$message?
7. How can we extract string ‘techinterviews.com ‘ from a string ‘http://www.techinterviews.com’ using regular expression of PHP?
8. How can we create a database using PHP and mysql?
9. What are the differences between require and include, include_once?
10. Can we use include (”techinterviews.php”) two times in a PHP page “makeit.PHP”?
11. What are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee(eno int(2),ename varchar(10)) ?
12. Functions in IMAP, POP3 AND LDAP?
13. How can I execute a PHP script using command line?
14. Suppose your Zend engine supports the mode Then how can u configure your PHP Zend engine to support mode ?
15. Shopping cart online validation i.e. how can we configure Paypal, etc.?
16. What is meant by nl2br()?
17. Draw the architecture of Zend engine?
18. What are the current versions of apache, PHP, and mysql?
19. What are the reasons for selecting lamp (linux, apache, mysql, PHP) instead of combination of other software programmes, servers and operating systems?
20. How can we encrypt and decrypt a data present in a mysql table using mysql?
21. How can we encrypt the username and password using PHP?
22. What are the features and advantages of object-oriented programming?
23. What are the differences between procedure-oriented languages and object-oriented languages?
24. What is the use of friend function?
25. What are the differences between public, private, protected, static, transient, final and volatile?
26. What are the different types of errors in PHP?
27. What is the functionality of the function strstr and stristr?
28. What are the differences between PHP 3 and PHP 4 and PHP 5?
29. How can we convert asp pages to PHP pages?
30. What is the functionality of the function htmlentities?
31. How can we get second of the current time using date function?
32. How can we convert the time zones using PHP?
33. What is meant by urlencode and urldocode?
34. What is the difference between the functions unlink and unset?
35. How can we register the variables into a session?
36. How can we get the properties (size, type, width, height) of an image using PHP image functions?
37. How can we get the browser properties using PHP?
38. What is the maximum size of a file that can be uploaded using PHP and how can we change this?
39. How can we increase the execution time of a PHP script?
40. How can we take a backup of a mysql table and how can we restore it. ?
41. How can we optimize or increase the speed of a mysql select query?
42. How many ways can we get the value of current session id?
43. How can we destroy the session, how can we unset the variable of a session?
44. How can we destroy the cookie?
45. How many ways we can pass the variable through the navigation between the pages?
46. What is the difference between ereg_replace() and eregi_replace()?
47. What are the different functions in sorting an array?
48. How can we know the count/number of elements of an array?
49. What is the PHP predefined variable that tells the What types of images that PHP supports?
50. How can I know that a variable is a number or not using a JavaScript?
51. List out some tools through which we can draw E-R diagrams for mysql.
52. How can I retrieve values from one database server and store them in other database server using PHP?
53. List out the predefined classes in PHP?
54. How can I make a script that can be bilanguage (supports English, German)?
55. What are the difference between abstract class and interface?
56. How can we send mail using JavaScript?
Interview Questions in PHP and MySQL - 1
# How can we repair a MySQL table?
Ans: REPAIR TABLENAME, [TABLENAME, ], [Quick],[Extended]
This command will repair the table specified
if the quick is given the mysql will do a repair of only the index tree if the extended is given it will create index row by row
# What are the advantages of stored procedures, triggers, indexes?
# What is the maximum length of a table name, database name, and fieldname in MySQL?
Ans: database- 64
table -64
columns-64
alias-255
# How many values can the SET function of MySQL take?
# What are the other commands to know the structure of table using MySQL commands except explain command?
# How many tables will create when we create table, what are they?
# What is the purpose of the following files having extensions 1) .frm 2) .myd 3) .myi? What do these files contain?
# What is maximum size of a database in MySQL?
# Give the syntax of Grant and Revoke commands?
# Explain Normalization concept?
# How can we find the number of rows in a table using MySQL?
# How can we find the number of rows in a result set using PHP?
# How many ways we can we find the current date using MySQL?
# What are the advantages and disadvantages of Cascading Style Sheets?
# What type of inheritance that PHP supports?
# How can increase the performance of MySQL select query?
# The structure of table view buyers is as follows:
+----------------+-------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+----------------+-------------+------+-----+---------+----------------+
| user_pri_id | int(15) | | PRI | NULL | auto_increment |
| userid | varchar(10) | YES | | NULL | |
+----------------+-------------+------+-----+---------+----------------+
the value of user_pri_id the last row 2345 then What will happen in the following conditions?
Condition1: Delete all the rows and insert another row then. What is the starting value for this auto incremented field user_pri_id ,
Condition2: Delete the last row(having the field value 2345) and insert another row then. What is the value for this auto incremented field user_pri_id
# What are the advantages/disadvantages of MySQL and PHP?
# What is the difference between GROUP BY and ORDER BY in Sql?
# What is the difference between char and varchar data types?
# What is the functionality of md5 function in PHP?
# How can I load data from a text file into a table?
# How can we know the number of days between two given dates using MySQL?
# How can we know the number of days between two given dates using PHP?
# How can we change the name of a column of a table?
# How can we change the name and data type of a column of a table?
# What are the differences between drop a table and truncate a table?
# When you want to show some part of a text displayed on an HTML page in red font color, what different possibilities are there to do this? What are the advantages/disadvantages of these methods?
# When viewing an HTML page in a Browser, the Browser often keeps this page in its cache. What can be possible advantages/disadvantages of page caching? How can you prevent caching of a certain page (please give several alternate solutions)?
# What are the different methods of passing data or information between two calls of a web page? What are the advantages/disadvantages of these methods?
# An Apache web server is running on a Linux system. Suddenly, the web server delivers the pages very slow. How could you find out possible reasons for that (when using system commands, please specify their names)?
# What are the different ways to login to a remote server? Explain the means, advantages and disadvantages?
# Please give a regular expression (preferably Perl/PREG style), which can be used to identify the URL from within a HTML link tag. Example: The regular expression should match the tag <A HREF=”http://www.yoursite.com/”> and give the URL (”http://www.yoursite.com /”) as a return result. Tags should also be matched if they contain other attributes than the HREF attribute.
# A select query over a large table runs very slow because of the growing number of entries in that table. What different measures could be taken to improve speed?
# A company wants to store their invoices in a database. They already have their customers and articles in that database. Both customer and article are each identified by an unique integer value. Please create the SQL statements for creating the necessary table(s) for storing the invoices in a MySQL database. An invoice should hold information like invoice number, customer, date, article(s) and quantity etc.
# For the database from the previous question, please give an SQL query which returns the invoice number of all invoices which contain the article with the number “1234?. The query should be able to run under a MySQL 4.0 database.
# How would you backup and restore a big MySQL database? What are the advantages of the approach which you have taken over the others?
# Create a PHP web script with the following attributes: on start, three HTML form elements are shown: an string input field, a checkbox field, a dropdown/pull down list with 5 elements and a submit button. On submission, the form should be redisplayed (while remaining all options/inputs as the user has selected/entered them). Additionally, the selections/inputs of the user should be displayed in text. Please solve this without the use of any external libraries.
# What is MIME?
Ans: MIME is Multipurpose Internet Mail Extensions is an internet standard for the format of e-mail. Howewer browsers also uses MIME standart to transmit files. MIME has a header wich is added to a begining of the data. When browser sees such header it shows the data as it would be a file (for example image)
# What is PEAR in PHP?
Ans: PEAR is short for “PHP Extension and Application Repository” and is pronounced just like the fruit. The purpose of PEAR is to provide:
A structured library of open-sourced code for PHP users
A system for code distribution and package maintenance
A standard style for code written in PHP
The PHP Foundation Classes (PFC),
The PHP Extension Community Library (PECL),
A web site, mailing lists and download mirrors to support the PHP/PEAR community
PEAR is a community-driven project with the PEAR Group as the governing body. The project has been founded by Stig S. Bakken in 1999 and quite a lot of people have joined the project since then.
http://pear.php.net/manual/en/introduction.php
# How can I use the COM components in PHP?
# How can I load the DLLs dynamically?
# How many ways we can give the output to a browser?
# How can we know that a session is started or not?
# What is the default session time in PHP and how can I change it?
# What changes I have to done in PHP.ini file for file uploading?
# What are the differences between MySQL_fetch_array(), MySQL_fetch_object(), MySQL_fetch_row()?
# How can I set a cron and how can i execute it in Unix, Linux, and windows?
# Steps for the payment gateway processing?
# How many ways I can register the variables into session?
# Explain different types of errors in PHP (i.e. arguments in errorreporting function)?
# How many ways I can redirect a PHP page?
# List out different arguments in PHP header function?
# What type of headers have to add in the mail function in which file a attached?
# What is the difference between
# What are the differences between include() and include_once() functions?
# Describe the importance of database abstraction layers in PHP and database connection?
# Explain MySQL optimization?
# What is the difference between using copy() and move() function in PHP file uploading?
# What is the difference between Reply-to and Return-path in the headers of a mail function?
# Explain about Type Juggling in PHP?
# How can I get the only name of the current executing file?
# How can I embed a Java program in PHP file and what changes have to be done in PHP.ini file?
# How can I find what type of images that the PHP version supports?
# The table tbl_sites contains the following data:
Ans: REPAIR TABLENAME, [TABLENAME, ], [Quick],[Extended]
This command will repair the table specified
if the quick is given the mysql will do a repair of only the index tree if the extended is given it will create index row by row
# What are the advantages of stored procedures, triggers, indexes?
# What is the maximum length of a table name, database name, and fieldname in MySQL?
Ans: database- 64
table -64
columns-64
alias-255
# How many values can the SET function of MySQL take?
# What are the other commands to know the structure of table using MySQL commands except explain command?
# How many tables will create when we create table, what are they?
# What is the purpose of the following files having extensions 1) .frm 2) .myd 3) .myi? What do these files contain?
# What is maximum size of a database in MySQL?
# Give the syntax of Grant and Revoke commands?
# Explain Normalization concept?
# How can we find the number of rows in a table using MySQL?
# How can we find the number of rows in a result set using PHP?
# How many ways we can we find the current date using MySQL?
# What are the advantages and disadvantages of Cascading Style Sheets?
# What type of inheritance that PHP supports?
# How can increase the performance of MySQL select query?
# The structure of table view buyers is as follows:
+----------------+-------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+----------------+-------------+------+-----+---------+----------------+
| user_pri_id | int(15) | | PRI | NULL | auto_increment |
| userid | varchar(10) | YES | | NULL | |
+----------------+-------------+------+-----+---------+----------------+
the value of user_pri_id the last row 2345 then What will happen in the following conditions?
Condition1: Delete all the rows and insert another row then. What is the starting value for this auto incremented field user_pri_id ,
Condition2: Delete the last row(having the field value 2345) and insert another row then. What is the value for this auto incremented field user_pri_id
# What are the advantages/disadvantages of MySQL and PHP?
# What is the difference between GROUP BY and ORDER BY in Sql?
# What is the difference between char and varchar data types?
# What is the functionality of md5 function in PHP?
# How can I load data from a text file into a table?
# How can we know the number of days between two given dates using MySQL?
# How can we know the number of days between two given dates using PHP?
# How can we change the name of a column of a table?
# How can we change the name and data type of a column of a table?
# What are the differences between drop a table and truncate a table?
# When you want to show some part of a text displayed on an HTML page in red font color, what different possibilities are there to do this? What are the advantages/disadvantages of these methods?
# When viewing an HTML page in a Browser, the Browser often keeps this page in its cache. What can be possible advantages/disadvantages of page caching? How can you prevent caching of a certain page (please give several alternate solutions)?
# What are the different methods of passing data or information between two calls of a web page? What are the advantages/disadvantages of these methods?
# An Apache web server is running on a Linux system. Suddenly, the web server delivers the pages very slow. How could you find out possible reasons for that (when using system commands, please specify their names)?
# What are the different ways to login to a remote server? Explain the means, advantages and disadvantages?
# Please give a regular expression (preferably Perl/PREG style), which can be used to identify the URL from within a HTML link tag. Example: The regular expression should match the tag <A HREF=”http://www.yoursite.com/”> and give the URL (”http://www.yoursite.com /”) as a return result. Tags should also be matched if they contain other attributes than the HREF attribute.
# A select query over a large table runs very slow because of the growing number of entries in that table. What different measures could be taken to improve speed?
# A company wants to store their invoices in a database. They already have their customers and articles in that database. Both customer and article are each identified by an unique integer value. Please create the SQL statements for creating the necessary table(s) for storing the invoices in a MySQL database. An invoice should hold information like invoice number, customer, date, article(s) and quantity etc.
# For the database from the previous question, please give an SQL query which returns the invoice number of all invoices which contain the article with the number “1234?. The query should be able to run under a MySQL 4.0 database.
# How would you backup and restore a big MySQL database? What are the advantages of the approach which you have taken over the others?
# Create a PHP web script with the following attributes: on start, three HTML form elements are shown: an string input field, a checkbox field, a dropdown/pull down list with 5 elements and a submit button. On submission, the form should be redisplayed (while remaining all options/inputs as the user has selected/entered them). Additionally, the selections/inputs of the user should be displayed in text. Please solve this without the use of any external libraries.
# What is MIME?
Ans: MIME is Multipurpose Internet Mail Extensions is an internet standard for the format of e-mail. Howewer browsers also uses MIME standart to transmit files. MIME has a header wich is added to a begining of the data. When browser sees such header it shows the data as it would be a file (for example image)
# What is PEAR in PHP?
Ans: PEAR is short for “PHP Extension and Application Repository” and is pronounced just like the fruit. The purpose of PEAR is to provide:
A structured library of open-sourced code for PHP users
A system for code distribution and package maintenance
A standard style for code written in PHP
The PHP Foundation Classes (PFC),
The PHP Extension Community Library (PECL),
A web site, mailing lists and download mirrors to support the PHP/PEAR community
PEAR is a community-driven project with the PEAR Group as the governing body. The project has been founded by Stig S. Bakken in 1999 and quite a lot of people have joined the project since then.
http://pear.php.net/manual/en/introduction.php
# How can I use the COM components in PHP?
# How can I load the DLLs dynamically?
# How many ways we can give the output to a browser?
# How can we know that a session is started or not?
# What is the default session time in PHP and how can I change it?
# What changes I have to done in PHP.ini file for file uploading?
# What are the differences between MySQL_fetch_array(), MySQL_fetch_object(), MySQL_fetch_row()?
# How can I set a cron and how can i execute it in Unix, Linux, and windows?
# Steps for the payment gateway processing?
# How many ways I can register the variables into session?
# Explain different types of errors in PHP (i.e. arguments in errorreporting function)?
# How many ways I can redirect a PHP page?
# List out different arguments in PHP header function?
# What type of headers have to add in the mail function in which file a attached?
# What is the difference between
# What are the differences between include() and include_once() functions?
# Describe the importance of database abstraction layers in PHP and database connection?
# Explain MySQL optimization?
# What is the difference between using copy() and move() function in PHP file uploading?
# What is the difference between Reply-to and Return-path in the headers of a mail function?
# Explain about Type Juggling in PHP?
# How can I get the only name of the current executing file?
# How can I embed a Java program in PHP file and what changes have to be done in PHP.ini file?
# How can I find what type of images that the PHP version supports?
# The table tbl_sites contains the following data:
General Questions in PHP?
1. What is your versions of PHP, MySQL and Apache server?
2. What is AJAX?
3. What is Framework Project?
4. How may Framework projects you have worked?
5. Example any 6 Frameworks?
6. What is PHP?
1. What are the differences between Get and post methods in form submitting, give the case where we can use get and we can use post methods?
2. Who is the father of php and explain the changes in php versions?
3. How can we submit from without a submit button?
4. How many ways we can retrieve the date in result set of mysql using php?
5. What is the difference between mysql_fetch_object and mysql_fetch_array?
6. What is the difference between $message and $$message?
7. How can we extract string 'abc.com ' from a string 'http://info@abc.com' using regular _expression of php?
Ans: preg_match("/^(http:\/\/info@)?([^\/]+)/i","http://info@abc.com", $data); echo $data[2];
8. How can we create a database using php and mysql?
9. What are the differences between require and include, include_once?
10. Can we use include ("abc.php") two times in a php page "makeit.php"?
2. What is AJAX?
3. What is Framework Project?
4. How may Framework projects you have worked?
5. Example any 6 Frameworks?
6. What is PHP?
1. What are the differences between Get and post methods in form submitting, give the case where we can use get and we can use post methods?
2. Who is the father of php and explain the changes in php versions?
3. How can we submit from without a submit button?
4. How many ways we can retrieve the date in result set of mysql using php?
5. What is the difference between mysql_fetch_object and mysql_fetch_array?
6. What is the difference between $message and $$message?
7. How can we extract string 'abc.com ' from a string 'http://info@abc.com' using regular _expression of php?
Ans: preg_match("/^(http:\/\/info@)?([^\/]+)/i","http://info@abc.com", $data); echo $data[2];
8. How can we create a database using php and mysql?
9. What are the differences between require and include, include_once?
10. Can we use include ("abc.php") two times in a php page "makeit.php"?
Common Questions in Interview?
-----------------------------------------------------------
General Questions
-----------------------------------------------------------
1. Tell about yourself
2. How do you know about this company?
3. Why you came out from your previous company?
4. What is your strength & weakness?
5. What are the projects you have worked.. still now?
6. What are the Modules you have worked?
7. How marks you can given you can give for PHP by yourself?
8. What is your opinion about Project Hierarchy?
9. How about your confidence to work in Individual Project?
10. What is the difference between Fresher and Experienced programmer?
11. How can you co-operate with a Team?
12. What is the difference between Combined project and Individual project?
General Questions
-----------------------------------------------------------
1. Tell about yourself
2. How do you know about this company?
3. Why you came out from your previous company?
4. What is your strength & weakness?
5. What are the projects you have worked.. still now?
6. What are the Modules you have worked?
7. How marks you can given you can give for PHP by yourself?
8. What is your opinion about Project Hierarchy?
9. How about your confidence to work in Individual Project?
10. What is the difference between Fresher and Experienced programmer?
11. How can you co-operate with a Team?
12. What is the difference between Combined project and Individual project?
Subscribe to:
Posts (Atom)
Popular Posts
-
1. How old PHP language is? - PHP began in 1994, so 14 years old. 2. What are different names of PHP? - PHP originally stood for Persona...
-
HTML: a. HTML is a markup language that is used to build static (non interactive and nonanimated) webpages. b. HTML is Case-Insensitive. So...
-
A payment gateway is an e-commerce application service provider service that authorizes payments for e-businesses, online retailers, bricks...
-
Note : This is not a perfect sort order, we have just displaying the list of PHP companies. 1. Photon Infotech No. 2/102, Arvind IT Park (N...
-
Hai all, Simple show hide sample using Show/Hide? Simple Show/Hide code
-
- count() -- Count elements in a variable - syntax for count() [int count ( mixed var [, int mode])] - If the optional mode parameter is set...
-
Sharing PHP, MySQL, Javascript, CSS Knowledge, We can share our PHP knowledge on the basis of PHP versioning, Javascript, AJAX, Stylesheet, ...
-
Use the below code and you can get the exact value in php as us saw in browser. Code: $encode_data = iconv('UTF-8', 'windows-125...
-
Download and Enjoy!
-
1. Rasmus Lerdorf Rasmus Lerdorf (born November 22, 1968 in Qeqertarsuaq, Greenland) is a Danish-Greenlandic programmer and is most notable ...