[PHP] PHP function using a WML variable from a select list as to access the right data in a MYSQL database

2001-02-08 Thread Kato Strandjord
I use apache server on win2000, php4, mysql and wml which I test local on my harddrive. The code under is working fine when I test it on emulators like UP SDK from phone.com. or other, but i have fooled it to use static variables which is not the solution i want. My problem is. How can I use my v

[PHP] Parse WML to PHP?

2001-02-08 Thread Kato Strandjord
How is it possible to parse a WML strin variable with a value="SO480", and parse over to a PHP strin variabl , so you can use it to in a PFP function. I get a error messages in M3gate WAP emulator, an UP SDK emulator telling me this"unsupported content-type: text/html" -- PHP General Mailing L

[PHP] Storing and getting variables between php functions?

2001-02-09 Thread Kato Strandjord
HI is it possible to do what i have shown with the 3 php files under? I want that a variable stored in a another php file like this, and then i want to get the stored variable from a 3rd php file. How can i do this, i have tried it but it does not work. When i get the variable in the 3rd php file