parsing values in PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jordanlentle
Forum Newbie
Posts: 2
Joined: Mon Sep 15, 2008 11:43 am

parsing values in PHP

Post by jordanlentle »

Hi all. I am having trouble figuring out a way to parse a variable from a php script to HML and on to the next PHP script. Is this even possible?
I am writing an online test which is 5 pages long. I need to parse the score because it is cumulative over the 5 pages. I dont want to have to use any fancy database stuff cos that is a little beyond me at the moment (I am new to PHP).

Any help appreciated!

Jordan
ahowell
Forum Newbie
Posts: 17
Joined: Mon Sep 01, 2008 9:18 pm

Re: parsing values in PHP

Post by ahowell »

jordanlentle
Forum Newbie
Posts: 2
Joined: Mon Sep 15, 2008 11:43 am

Re: parsing values in PHP

Post by jordanlentle »

thanks! that looks really helpful. Am reading through it now. Cheers!
Post Reply