# Publishing locally and testing PHP

**URL:** https://forum.kirupa.com/t/publishing-locally-and-testing-php/57792
**Category:** programming
**Created:** [July 16, 2004, 3:41am UTC](https://forum.kirupa.com/t/publishing-locally-and-testing-php/57792 "2004-07-16T03:41:32Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![mindfriction](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/mindfriction/32/172_2.png) [@mindfriction](https://forum.kirupa.com/u/mindfriction)
#### Post date: [July 16, 2004, 3:41am UTC](https://forum.kirupa.com/t/publishing-locally-and-testing-php/57792/1 "2004-07-16T03:41:32Z")

</div>

HI, 🙂

just quicly anyway to have a file published locally call a script on a server?

Ive tried :

```auto

$sentVars=sendAndLoad("http://www.mysite.com.au/scripts/myscript.php",$recievedVars, "POST");

```

With no luck. ☹
