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:
  #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: 3
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




 Free IT White Papers!
 
Create the Optimal Architecture for your Critical Applications
Warburton's the largest independently owned bakery in the UK faced a number of difficult challenges in providing the most robust yet efficient IT infrastructure for their organization's success. IBM's services combined with their xSeries servers created the perfect platform for their SAP environment with sufficient flexibility, and did so in very time effective fashion.

Request Your Free Technology Downloads!
 
Five Best Practices for Deploying a Successful Service-Oriented Architecture
This white paper describes the benefits you can expect with SOA, and how IBM can help take your business there.

Request Your Free Technology Downloads!
 
Gartner Magic Quadrant for Application Delivery Controllers
Gartner summarizes its view on Application Delivery Controllers, evaluates strengths and weaknesses of solutions, and provides Magic Quadrant reporting for a quick comparison across all vendors. Learn from Gartner how you can benefit from an all-in-one device like Citrix NetScaler that delivers the highest levels of availability, performance and security.

Request Your Free Technology Downloads!
 
Knowledge is Power
What you don't know can hurt you, and is likely costing you money and increasing your security risks during an era of scarce resources. This white paper proposes six key strategies that enterprise security managers can use to improve their network defense posture.

Request Your Free Technology Downloads!
 
Rationalizing the Multi-Tool Environment
The rationalized multi-tool approach is flexible, scalable and cost effective. It provides the necessary input to the IT service management business processes. It preserves prior investments in monitoring tools, empowers technologists to select the best tools with which to do their jobs, and enhances effective response to incidents.

Request Your Free Technology Downloads!
 

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




© 2003-2010 by Developer Shed. All rights reserved. DS Cluster 12 Hosted by Hostway
For more Enterprise Application Development news, visit eWeek