WE'VE MOVED!

We are proud to announce our NEW community destination. Engage with resident experts and fellow entrepreneurs, and learn everything you need to start your business. Check out the new home of StartupNation Community at startupnation.mn.co
Options

run external php script without opening new window

noahwilsonnoahwilson subscriber Posts: 62 Bronze Level Member
edited June 2013 in Website Critique
A Javascript function in my webpage does nothing but do some manipulations in mysql database using an external php script. I am calling the external php script using window.open(). It works fine except that it opens a new blank window. How can I call php from javascript function without opening new window?
Sign In or Register to comment.