Saturday, September 11, 2010

CrazyEngineers Forum - Computer Science & IT Engineering

CrazyEngineers Forum - Computer Science & IT Engineering


Latest HP HP2-Q03 & HP2-H08 & HP2-Z06 ebook

Posted: 11 Sep 2010 12:56 AM PDT

Rapidshare for HP Certification exam test :

HP HPCertificationIII HP2-H08
Servicing HP Desktops , Workstations , and Notebooks
Questions and Answers:129 Q&As
HP HPCertificationIII HP2-Q03
Selling HP Integrity Server Solutions
Questions and Answers:60 Q&As
HP HPCertificationIII HP2-Z06
HP ProCurve AIS 2010 Delta Exam
Questions and Answers:60 Q&As

High quality HP HP2-Q03,HP2-Z06,HP2-H08 braindumps . It is the best and the lastest Practice Exams . Furthermore , we are constantly updating our Exam HP2-H08,HP2-Q03,HP2-Z06 . These Exam Resources updates are supplied free of charge to Exam-Certification customers.

query in php

Posted: 10 Sep 2010 05:59 AM PDT

foreach($delete as $key =>$value)

i am not able to get this code. can someone please tell me what this piece of code actually do. Thank you

deleting multiple rows from database in php

Posted: 10 Sep 2010 03:19 AM PDT

this is the code that i have wrote for deleting multiple rows from database. but on pressing delete button instead of deleting a selected row it comes back to the same page again.. so i want someone to correct my code or give me the rite code for deletion. thank you



<?php
// Check if delete button active, start this
if($delete)
{
for($i=0;$i<$count;$i++)
{
$del_id = $checkbox[$i];
$sql = "DELETE FROM $tbl_name WHERE id='$del_id'";
$result = mysql_query($sql);
}

// if successful redirect to delete_multiple.php
if($result)
{
echo "<meta http-equiv=\"refresh\" content=\"0;URL=delete_multiple.php\">";
}
}
mysql_close();
?>

Threading

Posted: 10 Sep 2010 03:12 AM PDT

What is thread?? How blocking of threads can be possible????

End Task

Posted: 10 Sep 2010 01:14 AM PDT

What exactly a "End task" feature do(Task Manager) which a "Close" Feature can't?

Why doesn't simply closing a non-responding document works?:confused:

No comments:

Post a Comment