March 20th, 2009 04:52 AM
So you need a form with a drop down list,
like in the thread "How to return a result from a drop down listbox in HTMl?"
from yesterday directly under your posting!
...
March 19th, 2009 11:28 AM
1. I have no idea why you are using a while loop.
2. How a while loop works, here you will see why your while loop will never end!...
March 19th, 2009 11:13 AM
there is no difference in submitting a Edit/Input field or a Drop-Down-List selection
form.html
..............
<form action="submit.php" method="post">
<select name="dropdown">
<option...
March 19th, 2009 10:59 AM
Well there are many reasons.
Did you check-out
http://de.php.net/manual/en/function.session-start.php
and read the comments?
March 19th, 2009 10:38 AM
Using phpMyAdmin to Create Stored Procedures:
http://test.nth-design.com/2009/02/25/creating-sp-in-phpmyadmin/
March 19th, 2009 10:24 AM
If I am not wrong
An_exception_occurred:_'rs.Open' has the error code 800A01FB.
So check out this link
http://www.aspfaq.com/show.asp?id=2327
March 19th, 2009 10:01 AM
Here are several ways to connect to a MSSQL Server
http://www.webcheatsheet.com/PHP/connect_mssql_database.php
I didn't get the 2.Part of your question.
did you want to learn the basic structur...
March 19th, 2009 09:55 AM
To that what PeejAvery mentioned already,
it seems to me that there is a lack of basic php/sql knowledge,
there are better ways to reach what you want.
Is there a special reason why you put the...
March 19th, 2009 09:49 AM
Well there is no "The Best IDE",
every one has its pro/cons, that's a point you have to find out yourself.
e.g. A nice IDE is the Eclipse based http://www.aptana.com/php/ editor.
November 7th, 2008 06:48 PM
Well depending on what you want to reach in particular,
and on your access on the server you can check-out this
http://www.phpro.org/tutorials/Video-Conversion-With-FFMPEG.html
December 12th, 2007 04:16 AM
getid3() is not only about id3 tags!
From the HP
"getID3() is a PHP script that extracts useful information from MP3s & other multimedia file formats"
e.g.
<?php...
December 11th, 2007 09:39 AM
Well depending on the video formats you have you can use
http://getid3.sourceforge.net/
December 11th, 2007 08:39 AM
As far as I get it you want to
- check an email account for mails with attached pics/vids
- upload this attached pics/vids on a website
So what is the problem with the posted code in...
December 11th, 2007 08:29 AM
As PeejAvery already mentioned it looks like a configuration problem.
Give us some more information about your installation (iis version, php version aso.) and configuration.
And check-out this
...