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 / tamil selvan

<?php
echo <script type="text/javascript">
</script>
?>

Is This Answer Correct ?    24 Yes 68 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does the unset() function mean?

1112


Binary tree question - Node has numeric data (int) The function takes depth as argument and sum all the value of the node of the depth. For instance, (0) depth 0 / \ 10 20 depth 1 / \ / \ 40 50 60 70 depth 2 so if you pass get_sum(2), you would return 220 which is 40+50+60+70 (sum of depth2) write the function.

2061


What is phpsessid?

1029


What is different between software and app

1805


Explain the different types of errors in php.

1137


Is php faster than python?

1074


How to strip whitespace (or other characters) from the beginning and end of a string?

939


What are the different types of php variables?

1109


Is wordpress a php framework?

1179


What is api example?

1036


What is a null coalescing operator in php7?

1201


How to set a page as a home page in a php based site?

982


Tell me how is it possible to remove escape characters from a string?

993


What is the capacity of mysql database?

1131


What are php strings?

1030