Posts Tagged ‘php java’

How do you connect data to string information in PHP?

Like in Java you’d have
String myString = "hello " + integerVar;
where integerVar is and integer variable; you’re using a + to connect the two. How do you do this in PHP?

How hard is to learn PHP comparing to Java?

I am trying to learn PHP but there is a limited examples for this language. So I am using several Java tutorials and pretty duplicate from Java code into PHP code and it seems to works(Of course I apply some minor changes as both languages are not totally identical) Do you guys think that I am using a decent method to learn PHP?? Or I am wasting time?

How do you creat a comment box with php? Is there a turorial that goes step by step?

My website is due on Christamas and I want it Jam packed with features, I would like to have comment boxes as one. I know a little php,medium java, and alot of html. Loooking at a code of a nice comment box would help.And I dont want to download or use someone ele’s script.