answersLogoWhite

0

using Zend OpenID Consumer

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Why does typing SHIFTf4name will not highlight or register as a variable in notepad plus plus coding in php?

In php a variable is declared using $ sign for eg. $name or $sport= 'Volleyball';. If you are not using this sign it won't work.


Where can you get free e-books on php?

http://www.w3schools.com/PHP/ use google and google books


What is the number 1 country that searches for PHP on Google?

The US has the most frequent searches of the acronym PHP on Google.


Does Google Chrome have PHP module enabled?

Yes, Chrome has PHP module enabled. It can be used for testing and developing PHP websites.


What does php mean in Chinese?

PHP is "Hypertext Preprocessor", use google translator to make it Chinese :D


Does android supports PHP?

It supports websites made on php but not coding in php. There are workarounds for coding in PHP using Android.


What are the basic rules of php program?

The basic rules of PHP programming include proper syntax, such as using <?php to start and ?> to end a PHP block. Variables start with a dollar sign ($) and are case-sensitive. Statements must end with a semicolon, and comments can be added using // for single-line or /* ... */ for multi-line comments. Additionally, it's essential to ensure proper indentation and organization for readability and maintainability.


Which sever is best to use PHP language amazon or Google?

This is a very confusing question, if you are meaning Amazon EC3 then yes as Google's cloud service does not support PHP at the moment.


What is the php code to close the existing window using button?

It is not a PHP code but a Javascript code. w3schools.com has all the answers you need about Javascript. It will teach you how to use the code and implement it into your website. If you're creating your own websites I suggest you actually learn the code. It will come in handy later on.


Is Answers.com coded using PHP or ASP?

If you're referring to Answers.com, it's built using PHP as a backend.


How could you plan and implement a web based enquiry system of a tourist company?

You can used PHP and Mysql


What is the Use of a dollar sign in php?

the dollar sign appears before a variable/array. Essentially it just tells php that its a variable. $food = "cheese pizza"; or $myfavoritenumber = 2 ;