Re: [PHP-WIN] Retrieving URL of webpage etc.

2009-08-09 Thread gunawan
answer is near right.. but i have better solution.. echo ''; i change into ... echo ''; change id into the id you like to delete.. in delete.php u just type this foreach($delete as $val) deleteRow($val); //function to delete id in table zz for your info.. u should not delete the row.. better

Re: [PHP-WIN] Retrieving URL of webpage etc.

2009-08-09 Thread Jacob Kruger
In this part: name="delete[{$a_Row['ID']}]" I presume I would be including that in the echo for the checkbox elements somehow? Something along the lines of: echo ''; Sorry, but haven't really done too much with PHP before apart from simple things like guestbooks etc. TIA Stay well Jacob

Re: [PHP-WIN] Retrieving URL of webpage etc.

2009-08-09 Thread Richard Quadling
2009/8/9 Jacob Kruger : > Hi there > > I'm specifically doing something like displaying search results up to 50 > records, and I would like to be able to provide something like a checkbox > next to each of them to allow multiple records to then be deleted at one > time, but the problem seems to be

[PHP-WIN] Retrieving URL of webpage etc.

2009-08-09 Thread Jacob Kruger
Hi there I'm specifically doing something like displaying search results up to 50 records, and I would like to be able to provide something like a checkbox next to each of them to allow multiple records to then be deleted at one time, but the problem seems to be that either either checkbox nee