| | |
PRoblem in Delete
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Thread Solved |
•
•
Join Date: Sep 2009
Posts: 551
Reputation:
Solved Threads: 64
•
•
•
•
yes hello now before refresh
it shows like this
result=>1Error=> records is sucessfully Deleted
now how to remove error

It proves once again that there is nothing wrong with your code, it just the human mistake that is failing to recognize if the data is deleted or not
Please be sure about it. "The discipline of writing something down is the first step towards making it happen."
follow me on twitter
follow me on twitter
•
•
Join Date: Sep 2009
Posts: 551
Reputation:
Solved Threads: 64
0
#34 Nov 5th, 2009
"The discipline of writing something down is the first step towards making it happen."
follow me on twitter
follow me on twitter
•
•
Join Date: Sep 2009
Posts: 551
Reputation:
Solved Threads: 64
•
•
•
•
i am using this script to check that data is deleted or not
PHP CODE
if($result){
echo "<meta http-equiv=\"refresh\" content=\"0;URL=del.php\">";
}
Moreover all browsers cannot recognize "http-equiv", use header instead like -
PHP Syntax (Toggle Plain Text)
$ur_url = "http://del.php"; header("Location:$ur_url");
Last edited by network18; Nov 5th, 2009 at 6:23 am.
"The discipline of writing something down is the first step towards making it happen."
follow me on twitter
follow me on twitter
•
•
Join Date: Sep 2009
Posts: 551
Reputation:
Solved Threads: 64
0
#39 Nov 5th, 2009
"The discipline of writing something down is the first step towards making it happen."
follow me on twitter
follow me on twitter
![]() |
Similar Threads
- mysql - problem using delete (PHP)
- memory leak problem... (C)
- can't delete text from table cells (Site Layout and Usability)
- Aim Problem Need Help (Windows NT / 2000 / XP)
- CDRW Problem (USB Devices and other Peripherals)
- problem with accessing sites (Web Browsers)
- hijacker.exe help, have no clue what's causing problem and don't want to delete good (Viruses, Spyware and other Nasties)
- Can't delete three .tmp files (Windows 95 / 98 / Me)
- CommonNames problem (Web Browsers)
Other Threads in the PHP Forum
- Previous Thread: connecting with mysqli
- Next Thread: calling different images from one php file
| Thread Tools | Search this Thread |
.htaccess ajax apache api array beginner binary broken cakephp checkbox class cms code cron curl database date directory display download dropdownlist dynamic echo email eregi error execution file files folder form forms function functions google href htaccess html image include insert integration ip java javascript joomla jquery key library limit link login loop mail menu mlm mod_rewrite multiple mysql oop overwrite paypal pdf pdfdownload php phpvotingscript problem query radio random recursion regex remote screen script search server sessions sms soap sorting source space sql startup syntax system table tutorial update upload url validation validator variable video web xml youtube zend





ur_url");