[PHP] How to parse still images from video clips

2003-01-02 Thread fates
Can someone point me in the right direction on how to parse still images from video clips video information. Do the videos have a tag like mp3 where I can get the video information? I can parse mp3 info with mp3 tag using PHP but can this be done with PHP? If not then what language is best for

[PHP] Auto submit form, How?

2001-06-30 Thread Fates
How do I auto load or auto submit a form on the same page? I don't want to have to press the submit button instead just click on a value in the drop down form and it loads (I am lazy). Using php4.something -- This email was sent using w3mail. -- PHP General Mailing List (http://www.php.net

[PHP] Multiple select forms on same page

2001-05-11 Thread Fates
Need an example of multiple select forms on the same page using PHP, Javascript, and MySQL. Can someone point me to a link. I have a Javascript that does this but I need to see the MySQL and PHP part. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED]

[PHP] Add data to three tables at once from one form

2001-04-18 Thread Fates
I know how to add data to one table but how do I add data to three tables from one form? I want to do this with just one form and on one web page so it doesn't post to another page. How do I set up the insert statement? $query = "INSERT INTO $table VALUES ('$menu_id', '$server', '$menunumbe

[PHP] Loop issue

2001-04-12 Thread Fates
I am trying to make a simple HTML menu system. I am having problems displaying menu links under the correct submenu from a loop. I want to be able to change web menus on the fly. I have a database with two tables. One table holds menu and sub menu headings and the other table holds the contents

[PHP] Loop in a loop menu system output problem

2001-04-11 Thread Fates
I am trying to make a simple HTML menu system. I am having problems displaying menu links under the correct submenu from a loop. I have a database with two tables. One table holds menu and sub menu headings and the other table holds the contents of each submenu (the actual menu links and names).

[PHP] Best way to pass SQL TEXT field via a link

2001-03-11 Thread Fates
I'm trying to update an existing record based on a link that represents the record to update. I have a link and I am passing variables that were assigned from a SQL database to another php form page which will be used to update the record. I'm passing variable like so:http://www.php.net/) To unsu

[PHP] Passing string variable gets cut off

2001-03-11 Thread Fates
My strings are getting cut off when I pass to destination web page Example: Assign variable from database $subcategory = mysql_result($result,$i,"subcategory"); Variable $subcategory is assigned "Graphic Editors" from database (notice two words) Next I make a link and pass the variables to ne

[PHP] Slideshow problem

2001-03-07 Thread Fates
My problem is the images are displayed all at once instead of one at a time. So I get 10 images all on one page. How do I make it display one image at a time like a slideshow instead of all images on one web page? . The problem seems to be within my loop. I am using latest php4 version. // sl