No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
8 Posted Topics
# Hello i want to use url rewriting in my core php web page site.. can some me help me ?? # For Example :- My web page url link is www.demo.com/abc.php i wana to show that page in url like www.demo.com/abc can some one tell me how can me … ![]() | |
I want to get the only server name with directory in php.. can someone help me ..? # Heading Here # for example :- i hava a page which url is **www.demo.com/123/page.php** I want only :- **www.demo.com/123/** can some one tell me how can i get the only server name … | |
Re: if(isset($_GET['submit']) && isset($_GET['test']) { $y=$_GET['test']; } | |
how can we use the permalink (Post name) in wordpress..? | |
Hello i Want to use the Shortcut keys in my PHP project. can some body help me? thanx | |
i want to use the sms service in my project.. can some body tell me that how can we send message to mobile through php ..?? | |
function productview(view) { if (window.XMLHttpRequest) {// code for IE7+, Firefox, Chrome, Opera, Safari xmlhttp=new XMLHttpRequest(); } else {// code for IE6, IE5 xmlhttp=new ActiveXObject("Microsoft.XMLHTTP"); } xmlhttp.onreadystatechange=function() { if (xmlhttp.readyState==4 && xmlhttp.status==200) { document.getElementById("product_view").innerHTML=xmlhttp.responseText; } } xmlhttp.open("GET","product_ajax.php?result="+view,true); xmlhttp.send(); } | |
The End.