answersLogoWhite

0

PHP is very sufficient option for a fresher because its easy to learn.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What are Perl PHP and Java Servlet's?

Perl, php and Java are all examples of programming languages.


The PHP syntax is similar to which languages?

Its similar to a number of languages such as C, C++, Java and Perl.


What is the difference between PHP and struts?

STRUTs is a framework of technology of java based on JSP/Java Servlets PHP is another server scripting language


What is the difference between PHP and JSP?

They are different technologies - JSP stands for Java Server Pages, where PHP means PHP: Hypertext Preprocessor... Basically, they do the same thing - generate webpages, but JSP scripts are programmed in Java, and PHP scripts in PHP, which are completely different scripting languages. PHP is usually used in small to medium-sized projects, where Java tends to be percieved as a more "enterprisey" (aimed at large projects).


Who is the best hacker in Australia?

Jack Stankovic is great and programming and can hack. He has mastered PHP, HTML, Flash, Java and C.


How do you import others codes in java?

using servlets, php, and database we can connect import codes into java


How do you use settime out in php?

we cant use set timeout function in php because it is of java script function


Is COM and Java Applets supported by PHP?

Yes. See the references.


How can you embed a Java program in PHP webpage?

In the output stream (i.e. using echo), output an "embed" tag (or if using older HTML, the "applet" tag). Note that the Java will run on the client, not on the server, meaning that PHP variables, etc, will not be available to it.


What are the differences between PHP and Java Programming?

Java is primarily used to create desktop applications/software while PHP is used to make web applications/websites.Ofcourse both support website/web and desktop applications but you would find very few who interchange those two.Java is complex while PHP is a bit simpler.Java has a massive library while PHP has a small but quite useful library.Generally speaking JAVA developer earns more then PHP counterpart


Which has more jobs Java or PHP?

I suppose you will find more jobs if you are good with Java since many softwares are written in Java language whereas on the other side if you are inspired by internet then you should look forward to PHP which is a very sophisticated language for web world.


How do you equate a php variable to a javascript variable?

Ideal thing would be to retrieve the value from PHP using AJAX and then assigning it to a java script variable. Thereafter compare it to the java script variable that is already present.