PDA

View Full Version : PHP Script



JDM-64
July 8th, 2001, 20:39
I`m writing a script that will perform mathmatical operations and return the value to a "status" page.

What i need is to be able to enter a variable into a text field and then have the variable calculated and the value returned.

My trouble is i can`t find the proper form method action post.

JDM-64
July 8th, 2001, 21:21
I`ve found this script that has answered my need.

www.troutworks.com/phpbook/ch12/geezerbucks.phps

gyrbo
July 9th, 2001, 06:55
Can't you just use any methode?

JDM-64
July 9th, 2001, 21:01
Maybe but i`m just now learning PHP so i don`t know what all the options are that will perform this operation.

gyrbo
July 10th, 2001, 09:29
It doesn't make any difference to PHP if you use POST or GET, does it?