Hello,
I'm working on a hardware project based on the RabbitSys chips, which are ideal for web based hardware development. My task now is to divide a table up in pages and i'm able to set a variable from a webpage like "CurrentPage=1" and calculate my way around. the ZHTML is a bit like PHP, just a little different. I never worked with PHP before though, and the question is how are the vars in URLs called? for example
http://www.daniweb.com/forums/newthread.php?do=newthread&f=17
in this URL some var called "f" is set to 17. I want to know how this method is called in PHP so i don't have to work my way through 850 pages of datasheets teehee. The problem is i really have no clue on where to look for from this point. Base of the system is already done, only the webfront needs a little touch-up.
here's a link to the page with datasheets and language manuals if anyone's interested. Most of the ZHTML is descripted in the TCP/IP Vol 2.
Thanks in advance,
K