answersLogoWhite

0

Usually <?php ... ?> or <? ... ?>

User Avatar

Wiki User

13y ago

What else can I help you with?

Continue Learning about Other Math

Where can I find ready made scripts in PHP?

This is marketplace for ready made PHP Scripts: phpscriptsonline dot com They are offering 450+ ready made PHP Scripts including with 100% source code + reselling rights... No encryption.. Use it for Multi domain


What are some advantages and disadvantages of using PHP?

PHP is a rather loose language that is fairly upfront. Functions, classes, and variables are easy to manipulate and use. It has very similar syntax in comparison to higher level languages such as C, allowing the branching of more complicated languages (starting with a watered down language like PHP). The PHP engine parses scripts quickly, and has a very elaborate error system, detailing why an error occured, where it started or ended, and what caused it (if applicable). Easy INI settings allow you to surpress these errors when it's time to put your website to professional use (the INI settings can control many other options, at that). PHP has MySQL, Oracle, and many other major database support. Extensions can be added on to further the classes and functions a programmer is capable of performing. You can even write your own scripts and share them with the world with the PHP Extensive Application Repository (or, PEAR for short). However, some people find the PHP language complicated -- or contrary, too loose. Programmers with little experience may find complex source too difficult to understand, and they may never end up understanding it. Programmers with higher levels of experience may find PHP's syntax to be too lose; for example, comparing an integer to string that has an integer in it (two completely different types of variables) would cause errors in higher level languages, stating that the comparison is invalid. PHP allows this sort of syntax, and (in a sense) converts the string into an integer.


Where can I find free php codes?

Ratinonal program in php


What problems can PHP sleep cause when writing PHP code?

On earlier versions of PHP, when PHP sleep was called on Windows machines, it returned an error. The command can also be interrupted by the Operating System.


Can a php file be valid without any php code?

PHP files are HTML files with any amount of PHP intermingled into it, so the file can be empty or only contain HTML and be valid, yes.

Related Questions

PHP server scripts are surrounded by delimiters?

Yes, PHP server scripts are surrounded by delimiters.Long starting delimiter:


What is php 5.1 software?

That's PHP Engine.. Allow you to develop PHP Scripts.. you can use it to develop PHP Scripts and test it on your local machine before you send it to server.. (your website)


How do you install PHP scripts?

You need to upload the scripts to web hosting space that support PHP.


Where can one find free PHP scripts?

One can find free PHP scripts at a website called PHP Junkyard where one can find guestbooks, message board and link manager. One can also find it on a website called G-Scripts.


Where can you find php scripts that support postgresql?

Hello everybody please where can i find php scripts lms cms... that support postgresql?? THANKS for advance.


Are Find Free Any software or scripts?

php null scripts|free theme|wp theme|plugins|codecanyon scripts Free Download All Scripts Free phpnullscript


Where can I find ready made scripts in PHP?

This is marketplace for ready made PHP Scripts: phpscriptsonline dot com They are offering 450+ ready made PHP Scripts including with 100% source code + reselling rights... No encryption.. Use it for Multi domain


What are the PHP tags?

There are no PHP tags. Unlike HTML, PHP is not Markup language. They use scripts. An example would be &lt;?php echo "Hello, World!"; ?&gt;


Where to buy QA PHP script?

There are several sites such hotscripts.com (choose PHP, scripts and programs).


How do you edit PHP and Perl scripts?

I am asking the question?>>PHP ,Perl scripts can be edited with help of editors like Editplus,Notepad++ OR you can also use Zend IDE.


What is the default extension that most Web servers use to process php scripts?

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.


Why does your browser try to save rather than open your PHP scripts?

PHP is a server-side scripting language, which means that scripts are interpreted and executed by the server before PHP pages are sent to the client (the browser). The server replaces PHP scripts with the output it obtains from their execution and then transmits to the client the output thus obtained. Hence, your browser cannot execute PHP scripts, but it can only request PHP pages from a server which runs the scripts. Because the server is what processes the script, PHP needs to be installed on the server for the server to be able to process PHP scripts. If PHP isn't installed, the server has no idea that "foo.php" is a PHP script so just sends it to the browser as an executable - in a way that forces the browser to prompt to download it. Consult your hosting provider's help for installing, setting up or enabling PHP. Alternatively, you can install it yourself if your host provides the permissions to (See the related questions for installation help). If your host does not provide PHP support, find another host.