Closed Thread Icon

Topic awaiting preservation: Passing information between pages to forms? (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=12031" title="Pages that link to Topic awaiting preservation: Passing information between pages to forms? (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: Passing information between pages to forms? <span class="small">(Page 1 of 1)</span>\

 
grats42
Nervous Wreck (II) Inmate

From: hoboken nj
Insane since: Feb 2002

posted posted 02-03-2002 07:54

Okay, is this just an issue of setting a temporary cookie when a nav button is clicked? Or do I need to turn it into something more with the use of either php or asp? What I need to do is, I have a products listing, and I want the user to be able to click on a buy now button, and then the order page will have the info on that part. Then, from there, the page will be able to calculate the UPS shipping cost (I guess with the use of UPS's xml tools for this)...I don't want to have to create a new order html for each product, obviously...that's why these other methods exist...but i'm not sure what they are, quite yet, and that's my problem.

I'm also attempting to learn to use Dreamweaver UltraDev...is this a mistake or worth my while? What are the design tools of choice in this realm? I seem to get a 'bad vibe' on the Dreamweaver front from many people, but it seems to do the job much of the time.

-Grats

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 02-03-2002 08:14

You should use server-side sessions (i.e. using PHP or ASP) to do that (store a lot of information & pass them between pages).

As far as HTML/PHP coding goes, I use my own HTML editor to do everything...


lallous
Paranoid (IV) Inmate

From: Lebanon
Insane since: May 2001

posted posted 02-04-2002 14:57
quote:
I'm also attempting to learn to use Dreamweaver UltraDev...is this a mistake or worth my while? What are the design tools of choice in this realm? I seem to get a 'bad vibe' on the Dreamweaver front from many people, but it seems to do the job much of the time.



I personally use DreamWeaver 4 (for layout and starting the HTML code from scratch).
And then I use EditPlus2 to edit the PHP code later on.

grats42
Nervous Wreck (II) Inmate

From: hoboken nj
Insane since: Feb 2002

posted posted 02-04-2002 16:57

Quoting lallous...

I personally use DreamWeaver 4 (for layout and starting the HTML code from scratch).
And then I use EditPlus2 to edit the PHP code later on.

And now for Grats....

Okay, I'll try that out. How about some good suggestions for where to learn this stuff on the web? I'm tired of looking at about.com


dk01
Bipolar (III) Inmate

From: dk's house of love
Insane since: Oct 2001

posted posted 02-04-2002 22:02

grats if you are seriously thinking about learning this then get a book. Maybe it sounds stupid but its so much easier just to reach above the computer and look in the index than it is to mess around searching! Php Developer's Cookbook is pretty good but I am sure you will not have a hard time finding a good book. It may cost you some but it will save you so much time.

- can't decide? have another drink.

evilclown01
Nervous Wreck (II) Inmate

From:
Insane since: Dec 2001

posted posted 02-04-2002 22:56

here's some links:

html:

http://www.w3schools.com/html/html_reference.asp (tag list) http://www.w3schools.com/ (i think tutorials are here, can't check cause site is busy)

php:

http://www.php.net/ http://www.devshed.com/Server_Side/PHP http://www.securereality.com.au/archives.html (couple advisaries will help) http://hotwired.lycos.com/webmonkey/programming/php/ (some tutorials do insecure things, like opening mysql database as root, but still might help)

mysql: (if you want databases)

http://www.mysql.com/

evilclown01

[This message has been edited by evilclown01 (edited 02-04-2002).]

« BackwardsOnwards »

Show Forum Drop Down Menu