
sonu
Members-
Content Count
12 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout sonu
-
Rank
Newbie
-
Hi Friends,I want to read XML file with PHP.There are lots of fields but you can give me only 3-4 fields as an example.I will do the rest.This is the url : http://api.wunderground.com/auto/wui/geo/WXCurrentObXML/index.xml?query=New_York Thanks & Regards,Sonu
-
I have linklist in vb.net which contains web site links.I need to do like this there will 1 button & linklist with some website links whenever we select that link & click on a button then it should open in browser.I know it's easy to do but I am unable to do it lol.Please guys help me. Thanks & Regards,Sonu
-
Hi Guys! I have 2 fields name & email in mysql database.I want to check if the record exists or not in the DB and if not then it would insert records in the database. Quick help really appreciated. Thanks!
-
Hi,Friends I need small help.I know it is not an big issue for PHP Experts.I need a redirect code like the example below:If user tries to visit www.domain.com/page1.php then it should redirect to home page means index.phpI need to redirect only 1 particular page not all pages.I will insert this code in index.php .Then,if user tries to visit page1.php then it should be redirected to page2.php .But,the code should redirect only if user trying to access page1.Thanks in Advance! Help me Guys.
-
Hi,might this will help you little http://24ways.org/2005/edit-in-place-with-ajax
-
Hello Guys,I am creating one simple php form all works great but I want solution for one thing.I want cc optional like I have checkbox in the form & if user click it then only it should send CC mail other wise not.Here is the code which I am using. <?php ob_start();$fromemail="No-Reply <demo@demo.com>"; // change here if you want$toemail="demo@demo.com"; // change here if you want$sub="Online Feedback"; // change here if you want$success_page_name="index.php";////// do not change in followingif($_SERVER['REQUEST_METHOD']=="POST"){$fieldnm_1=str_replace ( array("\n"), array(
-
I think you had not created "DHI" column or there is some spelling mistake try to change it with different name.Hope it will work. Thanks!
-
Hello,if you're searching for a code which will search database by drop down menu then PM me.I can help you.
-
Hello,here is the simple code of js if you want to display html page with javascript : document.write('<iframe frameborder="0" scrolling="no" height="300" width="750" src="http://www.google.com/"></iframe>'); Customizations : Replace http://www.google.com/ to the page link which you want to display with JS. I hope it will help you. Thanks & Regards,Sonu