Thank you all for answers - I've got one problem less!!!
- Reidar
"Binay" <[EMAIL PROTECTED]> skrev i melding
news:[EMAIL PROTECTED]
Hi
What is the primary key in your tble? Using tht primary key check for
duplicate entry... Theres no way u can change the posted data .
I have a FORM for entering data into a DB.
I use:
...
...
if ($_POST['submit'] == 'Register') {
...
code for INSERT into DB.
This works OK, but if I REFRESH the page, it duplicates the "dataset" in
the table.
How can I reset $_POST['submit'] so it don&
I want to start a .bat file on my local pc from my webpage - to download
some .txt files.
I run PHP in my webpage - how can I make contact with the .bat file? Anyone
tried this?
Reidar Solberg
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ix = 0;
while ($row_num <= $max_rows-1) {
mysql_data_seek($result,$row_num);
$row = mysql_fetch_array($result);
$ix++;
$array[$ix] [1]= $row[1];
$array[$ix] [2]= $row[2];
$array[$ix] [3]= $row[3];
$row_num++;
}
Hopes this helps a bit.
Regards
Reidar Solberg
"
I want to store an ARRAY in a SQL-table but don't know how to define it in
the table. The PHP-stuff is working OK but the "DB-thing" isn't.
Anyone tried this? Hopefully it is
Reidar Solberg
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit
Just testing prior problems
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
6 matches
Mail list logo