or 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't make this h
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
"
4 matches
Mail list logo