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
who is the father of php and explain the php versions
How can we submit a from without a submit button
Howmany ways we can retrieve the date in resultset of mysql using php
What is the difference between mysql_fetch_object and mysql_fetch_array
what is the difference between $message and $$message
how can we extract string 'abc.com ' from a string 'http://info@abc.com' using regular expression of php
how can we create a database using mysql
what is the differences between require and include, include_once
can we use include("abc.php") two times in a php age "makeit.php"
what are the different tables present in mysql , which type of table is genereted when we are creating a table in the following syntax : create table employee(eno int(2),ename varchar(10))
Functions in IMAP, POP3 AND LDAP
how can i execute a php script using command line
Suppose your zend engine supports the mode <? ?> then how can u configure your php zend engine to support <?php ?> mode
shoppingcart online validation ie how can we configure the paypals
what is meant my nl2br()
draw the architecture of zend engine
what are the current versions of apache, php, mysql
what are the reasons for selecting lamp(linux,apache,mysql,php) instead of combination of other software programmes,servres and operating systesm
how can we encrypt and decrypt a data present in a mysqltable using mysql
how can we encrypt the username and password using php
what are the features and advantages of OBJECT ORIENTED PROGRAMMING
what are the differences between PROCEDURE ORIENTED LANGUAGES AND OBJECT ORIENTED LANGUAGES
what is the use of frined function
what are the differences between public,private, protected, static, transient,final and volatile
what are the different types of errors in php
what is the functionality of the function strstr and stristr
What are the differences between PHP 3 and PHP 4 and PHP 5
how can we convert asp pages to php pages
what is the functionality of the function htmlentities
how can we get second of the current time using date functio
how can we convert the timezones using php
what is meant by urlencode and urldocode
what is the difference between the functions unlink and unset
how can we register the varials into a session
how can we get the properties(size,type,width,height) of an image using php image functions
how can we get the browser properties using php
What is the maxmimum size of a file that can be uploaded using php and how can we change this
how can we increase the execution time of a php script
how can a take a backup of a mysql table and how can we restore it.
how can we optimize or increase the speed of a mysql select query
howmany ways can we get the value of current session id
how can we destroy the session, how can we unset the variable of a session
how can we destroy the cookie
howmany ways we can pass the variable through the navigation between the pages
what is the difference between ereg_replace() and eregi_replace()
what are the different functions in sorting an array
how can we know the count/number of elements of an array
what is the php predefined variable that tells the what types of images that php supports
how can i know that a variable is a number or not using a javascript
how many ways we upload a file using php
how can i retrieve vaues from one database server and store them in other database server using php
list out the predefined classes in php
how can i make a script that can be bilanguage(supports english, german)
what is the difference betwen abstract class and interface
how can we send mail using javascript
how can we repair a mysql table
what are the advantages of storedprocedures, triggers, indexes
what is the maxmimum length of a table name,databasename, fieldname in mysql
howmany values can the SET function of mysql takes
what are the othter commands to know the structure of table using mysql commands except explain command
How many tables will create when we create table, whay are they
what is the purpose of the following files having extensions 1)frm 2)MYD 3)MYI
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 resultset using php
howmany ways we can we find the current date using mysql
what are the advantages and disadvantages of CASCADE STYLE SHEETS
what type of inhertance that php supports
how can increase the performance of mysql select query
The structure of table viewbuyers is
the value of user_pri_id the lastrow 2345 then what will happen in the following conditions 1) Condition1: Delete all the rows and insert another row then what is the starting value for this autoincremented field user_pri_id , 2) Condition2: Delete the lastrow(having the field value 2345) and insert another row then what is the value for this autoincremented 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 datatypes
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 possibilites 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 webserver is running on a Linux system. Suddenly, the webserver 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.baba9.com/"> and give the URL ("http://www.baba9.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 identifed 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/pulldown 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 meant by MIME
what is meant by PEAR in php
how can I use the com components in php
how can I load the dll’s dynamically
how many ways we can give the output to a browser
how can we know that a session is started or not