well I have an other question.
In java script there is a function on_click if you know what I mean. Like when you click an object a script will start running.
My question is, is there some sort of function in php that does the same?
PHP is SERVER_SIDE, while java script is CLIENT_SIDE. PHP just generate HTML and put it to browser. After this it don't know nothing about it...
So maybe I have to combine it whit java then? Or how do they do it on this forum? it's like adding smilies, you click the smilie and the code of the smilie is added to the textbox... I know how to do that I java script but is there a way to do it in php? or is Java used here too?
Take a look at sources (I mean HTML+JS) of forum post page.
it's done with java i think. thnx for the tip 🙂
Not JAVA, but JAVASCRIPT - completely different things.
ow srry, I'm new at this... I know there is a diff, just don't know what....
Java is precompiled bytecode, and is a lot more complex. JavaScript is a heavily stripped version of Java meant for simple page interactivity.
thnx for the info 😉