# Sendig value to php page, want to opne in same browser

**URL:** https://forum.kirupa.com/t/sendig-value-to-php-page-want-to-opne-in-same-browser/219413
**Category:** Uncategorized
**Created:** [March 16, 2007, 11:30am UTC](https://forum.kirupa.com/t/sendig-value-to-php-page-want-to-opne-in-same-browser/219413 "2007-03-16T11:30:43Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![amyanet1](https://avatars.discourse-cdn.com/v4/letter/a/ce73a5/32.png) [@amyanet1](https://forum.kirupa.com/u/amyanet1)
#### Post date: [March 16, 2007, 11:30am UTC](https://forum.kirupa.com/t/sendig-value-to-php-page-want-to-opne-in-same-browser/219413/1 "2007-03-16T11:30:43Z")

</div>

Hello Great Coder

I have made the code  
on(release){  
loadVariablesNum(“[http://domainname.com/product\_listing.php",“this”,"POST](http://domainname.com/product_listing.php%22,%22this%22,%22POST)”);   
}

to passing value to php page. But it’s open in new browser

if i used it following way  
on(release){  
loadVariablesNum(“[http://domainname.com/product\_listing.php",“this”,"POST](http://domainname.com/product_listing.php%22,%22this%22,%22POST)”, **“\_self”** );   
}

it gives ERROR

Is there any way to open result page in same browser

Amyanet1
