Hey,

Ok so I have this php script that when run, sends and saves some information to a text file.

Now heres the quick question.

How do I go about telling the php script to run without having to open another window. I tried doing something like:

getURL("photos/something/countPhotos.php,"_blank","POST);

When that line occurs, it runs the php successfully and the php works and does what its supposed to. However, it opens a new window as well as stopping my flash file.

Is there a solution?

Many thanks