Hum, i don't thing there will be any limitations for that, just make sure your processing done in time limitation period, there is a script time limitation that can be handled (no need to be worry):
set_time_limit(0);
By using above code in the beginning of your source code, time limitation will be disabled :)
To submit a file, you don't even need a PHP file. The PHP portion is for processing the form results. You just make a button and make sure you defined the action URL.Name: Gender:Boy: Girl:
No, PHP is text file with .php extension.
Build your form in HTML and specify your PHP file in the action of the document. HTML does the form stuff, PHP the processing (although you can - of course - use HTML inside PHP via print() or echo(), too)
Since a PHP file basically is a text file, yes. But beware - opening and running a PHP file are not the same. If you want to run a PHP file, you will need a webserver with PHP module enabled.
The file extension for PHP is .php
This particular file is a file specific to the PHP program or script you are using. It is not a "php system file".
A file whose extension is "*.php" are typically interpreted by the PHP language. (php.net)
When processing PHP scripts, web servers most frequently use the.php extension by default. This implies that a web server will recognize and run PHP code when it comes across a file with the.php extension.
.php
Before the intruduction of this database concept many people used Manual Processing and File based systems.But there are some limitations. Manual Processing-Time consuming Does not support large volumes of data File Based System-Data Inconsistency Duplication of data Security problems And to overcome the limitations of these processing this Database processing was intruduced
A file with the DIV file extension is a DivX Movie file, it cannot be created with PHP. PHP is a web programming language for web site building.
To create a PHP script all you have to do is create a new file, then save the file as "filename.php". It must have a .php file extension.After that open the file and put in the PHP tags like shown.Then you write your PHP script within those tags and upload to your web space and check it out.