Java, C and PHP look the same in syntax. They have some small differences, but I think you will learn how to port your applications fairly easy.
one example:
In PHP, you do not define a variable-type for string, etc.
You simply do:
$string = "blah";
then it figures out that this is a string.
anyways, I've programmed some in Java (
some in ASP, VB, C, etc. and I must say that I think PHP is quite easy to program in, and also there is a lot of documentation on codes. php.net itself is SUPERB, if you know what you are looking for. You also have google, which is always a nice friend.
When I try to find something about MS Access, google finds squat. I only seem to find stupid forums where I have to pay $$$ to see the supposedly answer.
I think this went a bit offtopic, but:
There are some limits to PHP VS JSP.
You need to refresh the page each time you want the content to change
that is actually all I can think of "on the go".
I think that it's much more code to perform simple tasks in JSP than in PHP. Also the client must have JSP supported SW to run the JSP pages. There is no such limit on PHP, as all is serverside.
JSP might be better for realtime gaming, security, etc. But I think that PHP is better for CMS, forums, web-log, etc etc.
Olav Alexander Mjelde
Admin & Webmaster