-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sunday 30 September 2001 21:36, Nikola Veber wrote: > Hi ! > > I was able to determine the user's screen resolution, but I'd like to let > php know that(the next page loaded should be in > the right resolution, I'd like to pass a value to php, but I don't know > how).
pagethatdeterminesresolution.php determines the resolution, and has a link such as this one: <a href="correctpage.php?Xres=640&Yres=480">Link</a> (The numbers are pure fiction ofcourse, you need to get them.) This means that in correctpage.php you will have two variables, $Xres and $Yres that will represent the resolution. Alexander -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE7uG1AySJLuRUx8aQRAkf0AJwMutj7TZ3HCqFGEEyv0Gn8souqdACdFToE 20D9LSWxEYKAwOYvHD8psMU= =Ghac -----END PGP SIGNATURE----- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]