Search found 94 matches

by revocause
Tue May 29, 2007 12:44 pm
Forum: PHP - Code
Topic: passing variables back to same original page?
Replies: 57
Views: 2081

Im thinking i need

$path

before the actual .HTML file name huh?
by revocause
Tue May 29, 2007 12:26 pm
Forum: PHP - Code
Topic: passing variables back to same original page?
Replies: 57
Views: 2081

ok i edited that code snipet you gave on forum page 1 of this topic when i used the name of my html file in here <form name="formx" method="post" action="<?php echo basename(test_calculator.html); ?>"> it gave= (HTTP 403 Forbidden) The website declined to show this webp...
by revocause
Tue May 29, 2007 12:18 pm
Forum: PHP - Code
Topic: passing variables back to same original page?
Replies: 57
Views: 2081

but

but behavioral science would say that some people like to see new people squirm, makes them feel bigger about themselves. :)
j/k
by revocause
Tue May 29, 2007 12:17 pm
Forum: PHP - Code
Topic: passing variables back to same original page?
Replies: 57
Views: 2081

finally got the '

Code: Select all

' thing. 

 simple tiny pop-up window could cure that for us 'stupid' people. 
in my opinion
by revocause
Tue May 29, 2007 12:04 pm
Forum: PHP - Code
Topic: passing variables back to same original page?
Replies: 57
Views: 2081

so i tried what you say

ok, I try what you said, I dont know if this includes everything you were referring to but here goes: If not, could you explain. and i hope i did the 'code' tags right for this post , if not forgive me, I'll get it. thanks <HTML> <HEAD> <?php $input_value = ''; if (!empty($_POST['field_to_calculate'...
by revocause
Tue May 29, 2007 11:29 am
Forum: PHP - Code
Topic: passing variables back to same original page?
Replies: 57
Views: 2081

example site

Im making something that is very similar to that example site. Except, different <input options> not to do with printing (aka= different products)

do you know where i might look to see example code for that exact type of thing?

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

re super

I've tried that superdezign, and i didnt like that <?php etc.. actually appears in the input text box.

I prefer .php over .asp
mainly because the languages i know are javascript and php . :)

i just cant figure this darn thing out.

it has to be able to be done in php, to hell with .asp.
by revocause
Tue May 29, 2007 11:19 am
Forum: PHP - Code
Topic: passing variables back to same original page?
Replies: 57
Views: 2081

response to everah

okay, but i looked over that example site i posted, and i dont see their site with include.headers , etc otherwise i wouldve 'helped myself' by checking that. Ive been looking for a solution to this problem for a week. I've tried many ways, and all i am asking for is how to pass the calculated NEW v...
by revocause
Tue May 29, 2007 11:09 am
Forum: PHP - Code
Topic: passing variables back to same original page?
Replies: 57
Views: 2081

response to angry responders

Uhh.. i just joined this forum today, Im a beginner in php. instead of attacking and trying to annihilate people to get a leg up, it would be nice if this forum actually helped. sorry about the 'code' tags not being there, Im still reading the rules and how to post. . overwhelming gang jump lol shee...
by revocause
Tue May 29, 2007 11:07 am
Forum: PHP - Code
Topic: passing variables back to same original page?
Replies: 57
Views: 2081

I know theHTML page will require extra code, that isnt an issue. I'm trying to work out how i can do that with php. i had the HTML doing all those calculations in javascript. but i was asking about how to do that in PHP , and i would like !! for that to be where either: javascript calls php script. ...
by revocause
Tue May 29, 2007 10:59 am
Forum: PHP - Code
Topic: passing variables back to same original page?
Replies: 57
Views: 2081

Reposting original question

Everah | 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] Origina...
by revocause
Tue May 29, 2007 10:56 am
Forum: PHP - Code
Topic: passing variables back to same original page?
Replies: 57
Views: 2081

response super

super, please go back and re-read my initial question, asking how to get the 'ans' into the <input> text box, AND the php code i was attempting to use that wasnt quite working, which is why i asked about how to make that code work.

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

response to ORIGINAL question, to stay on track

If there is anyone on forum , that can respond to my initial topic question, I thank you.
by revocause
Tue May 29, 2007 10:50 am
Forum: PHP - Code
Topic: passing variables back to same original page?
Replies: 57
Views: 2081

really

i dont think some of you are actually reading through the initial question

now youre telling me to use more than HTML.

well, obviously.

if you read the initial post i made to start this topic, that was my question.
So far, I've been getting a few tangent responses.

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

why it has to be in seperate page

the reason it has to be in seperate page , is because i want to keep the HTML clean from stacks of code , also, I want to re-use it and
possibly call on the php script from other pages.

:)