# UI-Components - values beeing sent to PHP

**URL:** https://forum.kirupa.com/t/ui-components-values-beeing-sent-to-php/154539
**Category:** flash
**Created:** [July 10, 2005, 11:10pm UTC](https://forum.kirupa.com/t/ui-components-values-beeing-sent-to-php/154539 "2005-07-10T23:10:56Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Eikern](https://avatars.discourse-cdn.com/v4/letter/e/90db22/32.png) [@Eikern](https://forum.kirupa.com/u/Eikern)
#### Post date: [July 10, 2005, 11:10pm UTC](https://forum.kirupa.com/t/ui-components-values-beeing-sent-to-php/154539/1 "2005-07-10T23:10:56Z")

</div>

I have a form in my flashdocument with two textinputs and one button. User, pass, and submit.  
Yeah, as you might have understood by now, it’s a login-form.

Anyway, my question is - how can I submit this information to ‘actions.php’ through POST?

```auto

on (press) {
	getURL("actions.php", "_self", "POST");
}

```

seems to be insufficient.

Anyone able to help?
