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
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
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
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
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
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]
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).
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
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
9 matches
Mail list logo