Check the httpd.conf file and ensure the declarations for PHP are included: # For PHP 5 do something like this: LoadModule php5_module...
.... you can't. The whole point of populating the POST array is via a HTML form submission, whether the inputs are enter via a user or...
PHP is used on the website you specified, but it doesn't necessarily mean that PHP software was used to to create it. Like I said in my first...
Have a look at the following link, to see the extensions available for Joomla:...
We have used UK2Net on quite a few occasions and had no problems with them - we do, however, go for the Dedicated Server option and perform our...
Firstly, you are allowing anyone to register an account - if that is the case, why have a user account at all? Account verification should be a...
You can use any old text editor to make a PHP website - PHP scripting files are simply text files. As far as "Real Estate" is concerned, being...
Functions are stored within the pg_proc table - you will need to use the following query: SELECT * FROM pg_proc WHERE...
Have a look at this page within the PHP Manua (http://uk.php.net/manual/en/features.file-upload.php) Also, I would advise you to upload your...
The ampersand is causing the break in the URL - PHP populates the $_GET array from the URL. Everything to the right of the question mark goes to...
I wouldn't recommend storing any kind of files within a database, certainly video files. You have to store them as BLOBs (Binary Large OBjects),...
Everything is done within PostgreSQL and MySQL - the platform/operating system is independent. So if you are using Unix/Solaris with PostgreSQL...
.... depends on the definition of environment .... Actual development of PHP you can simply use a text editor - vi or gEdit if you're using...
Use the phpinfo() function to return all of the variables associated with PHP. Towards the end of the page that has loaded within your web...
It depends what "image processing" Matlab actually does. How does Matlab get hold of the image? Does it have to be a certain type of image or a...
XML is the data, while XSLT is the stylesheet or how the XML information should be displayed. You can define the XML as either data or as an...
The book I always recommend is the PHP Developers Cookbook...
Your server would have been allocated a name (which should be in the Apache config file), and most certainly an IP address. Just enter the...
Aaaahh, found it!!! Facebook documentation: (http://wiki.developers.facebook.com/index.php/Fb:submit) Creates a JavaScript submission...
Well if you're going to try and display the standard attributes for HTML as a reference, you might as well go straight to the source, which is the...
Separate names with a comma.