Re: [PHP] Problems with $_POST

2004-01-21 Thread Reidar Solberg
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 ... so even if u reset $_POST

[PHP] Accessing .bat file from PHP

2003-11-30 Thread Reidar Solberg
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

[PHP] Re: Oh why won't it work

2003-10-27 Thread Reidar Solberg
= $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 Tom Wollaston [EMAIL PROTECTED] skrev i

[PHP] Array in SQL-table

2003-10-23 Thread Reidar
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: http://www.php.net/unsub.php

[PHP] test

2003-10-22 Thread Reidar
Just testing prior problems -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php