Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How can you insert javascript in php code?

Answer Posted / vivek srivastava

You can write Java Script in PHP in a very simple way so as
I did:

<?php
some php code...
?>

<script type="text/javascript">
function someFun()
{
function code....
}
</script>

<?php
some php code...
?>

Is This Answer Correct ?    72 Yes 18 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the functionality of the functions strstr() and stristr()?

1027


How to turn on the session support?

1140


What are the file upload settings in configuration file?

1084


What is helper library?

977


Explain $_FILES Superglobal Array?

1097


Explain php explode() function.

1099


Is php deprecated?

1056


How to check a key exist in an array?

1137


What language is php based on?

1011


What is the purpose of break and continue statement?

1029


What is the use of explode() function?

1111


What are php magic methods?

1039


How to reset/destroy a cookie?

1203


How can I find my php version?

1063


What is use of htmlspecialchars php?

1083