PHP Coding
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsPHP RelatedPHP Coding

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old September 8th, 2002, 05:05 PM
chinni chinni is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 58 chinni User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
Record deletion(I'm confused)

I've been trying to delete records since a week and i'm not able to do it.
Before with this script, i was doing so many things at a time and i was confused.But, now, i just displaying the records from a table N trying to delete them.Would somebody pls guide me.

I just wanna set the delete flag(i.e, i want to set the RBS_DELETE column to Y or something) when i check a check box to delete it.
I've some 5 records displaying on my form and i want to check 3 of them and when i check them and hit submit, i want the RBS_DELETE column to have some value.

I hope somebody would really help me.
Code:
<?php
//Database connection details

$select_sql = 'Select  RBS_TFTPSERVERIPADDRESS, '.
		'RBS_TFTPFILENAME, RBS_ENROLMENT, RBS_CIPHERING, '.
'RBS_RFPI, RBS_IPADDRESS, RBS_MACADDRESS, RBS_SUBNETMASK, '.
'RBS_ROUTERIP from TBL_RBSNEW';
$result_id = ibase_query($select_sql) or die('Error retrieving records from TBL_RBSNEW.<br />Interbase Reported: '.ibase_errmsg());

?>
<b>To delete records</b></p>
<form name="editRBS" action="<?=$HTTP_SERVER_VARS['PHP_SELF']?>" method="POST">
<table cellpadding="0" cellspacing="0" width="909">
	
<?php
while ($row = ibase_fetch_object($result_id)) {
		$rfpi=$row->RBS_RFPI;
		$ciphering=$row->RBS_CIPHERING;
		$ipaddress=$row->RBS_IPADDRESS;
		$macaddress=$row->RBS_MACADDRESS;
		$subnetmask=$row->RBS_SUBNETMASK;
		$routerip=$row->RBS_ROUTERIP;
		$enrolment=$row->RBS_ENROLMENT;
		$tftpserver=$row->RBS_TFTPSERVERIPADDRESS;
		$tftpfile=$row->RBS_TFTPFILENAME;
		
	
// Add the delete flag.
$string = "update TBL_RBSNEW SET RBS_DELETE = 'Y'where RBS_ID = $id";

if ($delete==1) {
    $string .= "RBS_DELETE = 'Y'";
    }
// This line is always executed.
	$sql .= "where RBS_ID = $id";
	// This line does absolutely nothing.
	"where RBS_ID = $id";
   	$sql = "DELETE from TBL_RBSNEW where RBS_DELETE ='Y'"; 
    $result = ibase_query($sql);
    	
	
?>
	

<tr style="margin:0; padding:0;" align="left" valign="top">
<td width="156" height="23">
<input type="text" name="rfpi" value="<?=$rfpi?>">
</td>
<td width="154" height="23">
<input type="text" name="ip_address" value="<?=$ipaddress?>">
</td>
<td width="69" height="23">
<input type="checkbox" name="enrolment" value="1"<? if ($enrolment==1)echo "checked";?>>
</td>
<td width="65" height="23">
<input type="checkbox" name="ciphering" value="1" <? if ($ciphering==1)echo "checked";?>>
</td>
<td width="155" height="23">
<input type="text" name="mac_address" value="<?=$macaddress?>">
</td>
<td width="156" height="23">
<input type="text" name="subnet_mask" value="<?=$subnetmask?>">
</td>
<td width="156" height="23">
<input type="text" name="router_ip" value="<?=$routerip?>">
</td>
<td width="156" height="23">
<input type="text" name="tftp_server" value="<?=$tftpserver?>">
</td>
<td width="156" height="23">
<input type="text" name="tftp_file" value="<?=$tftpfile?>">
</td>
<td width="69" height="23">
<input type="checkbox" name="delete" value="<?=$row->RBS_ID?>">

</td>
</tr>
<?
}
?>
</table>
<input type="submit" name="submit" value="submit">
&nbsp;&nbsp;
</form>
</body>
</html>



Reply With Quote
Reply

Viewing: Codewalkers ForumsPHP RelatedPHP Coding > Record deletion(I'm confused)


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway