hi all,
i wanna ask some advice and suggestion from u guys about combination php and java application.

i want to create a web base system.i wanna use php to communicate with database and my algorithm and calculation using java application.is it possible to do so?if yes,what should i have?such as builder and fyi, i have install XAMP 1.7.3.still in learning to use it..

thanks for advance!!!

Recommended Answers

All 2 Replies

I'm not sure about java, but you can combine php with javascript

ex

<script>
   var str = <?php  echo "string"; ?>
   document.write(str);
</script>

//or

$js<<<SCRIPT

//JS here

SCRIPT;

sorry i can't be of more help

i dont know how script works.is it same as java application?is there a big size of array in script?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.