How to upload files using PHP?
Latest Answer: Consider the html form:
Filename:
What is the difference between "mysql_fetch_array" and "mysql_fetch_object"
Latest Answer: 1. mysql_fetch_arraythis return an associative array, a numeric array, or both2. mysql_fetch_object — return row as an object ...
Hello All, Fatal error: Uncaught SoapFault exception: [soap:Client] Not enough message parts were received for the operation. in C:Program FilesEasyPHP 2.0b1wwwexamplessoaptest4.php:5 Stack trace: #0 C:Program
How to access crystal reports through PHP code
i m creating reports through crystal reports using MySQL database.Now i want to access these reports through php code in web page.Can anyone help me or give me sample code, how to access reports in php
Latest Answer: through coding window ...
use of header() function in php
Latest Answer: we can use this function for redirect header("location:page.php"); ...
How can we submit a form without a submit button?
Latest Answer: can we submit a form without using submit button ...
How will you create sub domains without manually creating it from Control Panel? Sub Domains must me created by using PHP script for a membership website. Answer with a sample script.
Latest Answer: use this script to add new subdoamin in your cpanel accountsubdomainform.phpcreate a subdomaincreate ...
What is htaccess? Why do we use this and Where?
Latest Answer: .htaccess files are configuration files of Apache Server which provide a way to make configuration changes on a per-directory basis. A file, containing one or more configuration directives, is placed in a particular document directory, and the directives ...
What is difference between developing website using Java and PHP?
Latest Answer: We can use PHP and Java (good word - JSP - Java Server Pages) to make dynamic websites.PHP is interpretor based while JSP is compiler based.PHP is opensource JSP not ...
View page [1] 2 3 4 5 6 Next >>

Go Top