Search found 94 matches

by revocause
Tue May 29, 2007 10:29 am
Forum: PHP - Code
Topic: passing variables back to same original page?
Replies: 57
Views: 2080

i dont know if its sessions

The thing is, I was able to get a similar script working in the same HTML page, it worked like a standard javascript calculator. But, I wanted to put it off the page into a php script. Since its only a basic calculation math function, i dont understand why it cant just echo, print, or $_POST back to...
by revocause
Tue May 29, 2007 10:10 am
Forum: PHP - Code
Topic: passing variables back to same original page?
Replies: 57
Views: 2080

here i found this example

here is an example i found on a website.

Im talking about the way they return those variables to that $ total box

thats similar to what i need to do.

page example:
http://www.brioprint.com/Products.aspx?ProductID=1
by revocause
Tue May 29, 2007 10:05 am
Forum: PHP - Code
Topic: passing variables back to same original page?
Replies: 57
Views: 2080

right but..

but i want the php script handler in its own page. I could make tha tselect box work with javascript, but i need to use php
because eventually, I will populate those drop down menus as well.

do you know how php could pass that new variable back from a different script/page?
by revocause
Tue May 29, 2007 9:48 am
Forum: PHP - Code
Topic: passing variables back to same original page?
Replies: 57
Views: 2080

passing variables back to same original page?

feyd | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] hi, i can...