First, I believe it's listed in phpinfo when you use phpinfo() inside a php
script.

"embedding" refers to sticking code inside of a text file. PHP is an "html
embedded language", so you basically just build an html page and place php
inside of it. That is why PHP requires an opening "tag" and a closing "tag".

If it wasn't embedded, that would probably mean it had to be compiled in
some way.


--
Plutarck
Should be working on something...
...but forgot what it was.


"Brandon Orther" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello,
>
> Can I check to see if cgi is installed as a cgi or an api?  What does PHP
> embedded mean?
>
> thanXor
> Brandon
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to