PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
i want to pass some data by clicking a link but with PHP 5 my old techniques no longer work. I dont want to use java because im not familiar with it at all. Is there some other alternative?
ok thats what i need. so its that simple huh. wow. i looked on google for a while. now i feel like a jackass. every site i went to said that if you wanted to send variables through a link said to use java.
vigge89, do you think its just advisable if you dont want to use java or wether you like java or not it is really advisable to use java in passing data?if yes would it be secured?just want to know.
carsky wrote:vigge89, do you think its just advisable if you dont want to use java or wether you like java or not it is really advisable to use java in passing data?if yes would it be secured?just want to know.
There's nothing Java-specific about HTTP requests. ?foo=bar&zip=button is standard query string notation. Are you talking about JavaScript where you want to pass variables from JavaScript code to the server?
FYI, Java and JavaScript are two very different languages.