[PHP] accessing flash files using php

2002-02-25 Thread John Day
Hi Is it possible to access a flash movie and then go to a certain frame within that movie. I know that you can create flash files and then use all manner of flash related functions, but I want to access an already existing movie. Cheers JD

RE: [PHP] Problem about Reading input from a Form

2002-02-25 Thread John Day
You need to add the POST method to your form tag Cheers JD -Original Message- From: Kostas Karadamoglou [mailto:[EMAIL PROTECTED]] Sent: Monday, February 25, 2002 12:58 PM To: [EMAIL PROTECTED] Subject: [PHP] Problem about Reading input from a Form I can't take the variables $u

RE: [PHP] PHP Forms

2002-02-26 Thread John Day
Hi I think your mysql_query is wrong. You need to include the $db variable in the query otherwise it doesn't know where to put the stuff. $result = mysql_query($sql, $db); Cheers JD -Original Message- From: Chiew, Richard [mailto:[EMAIL PROTECTED]] Sent: Monday, February 25

[PHP] Capturing several checkbox values

2001-09-25 Thread John Day
Hi, I have a page containing about 50 different checkboxes, the user can select as few or many as they like. When they submit the form I want the values/names of the checkboxes that they selected to be displayed on the next page, i.e. a thankyou page. Any help is much appreciated. JD -- PHP Gen