Tuesday, January 18, 2011

CrazyEngineers Forum - Computer Science & IT Engineering

CrazyEngineers Forum - Computer Science & IT Engineering

CrazyEngineers Forum - Computer Science & IT Engineering


Problem working with Windows7 OS

Posted: 17 Jan 2011 11:10 PM PST

Hi friends,
I would like to buy a laptop with core i3 processor but the dealer is suggesting me to buy core 2 duo because he is telling me that core i3 processor will support only Windows7 OS but no other OS and it will not allow to work with 'C' or 'C++' programming languages :(.
But I tried to run 'C' programs at my college under Windows7 with Pentium processor and it works fine:p. I wasn't quite sure whether I can work under core i3 processor with Windows7 or not.
I would like to know from you whether the dealer is right or wrong and which configuration would better suit for my requirements

PHP form validation problem?

Posted: 17 Jan 2011 07:02 PM PST

I'm making one form using php, so validation is using PHP too,
I m posting the value in the same form and then trying to insert into mysql..look below.. I encountered the problem
--------------------------------------…
Code:

<form method="post" enctype="multipart/form-data" name="form1" id="form1">

Name : <input type="text" name="t1" id="t1" />
Contact : <input type="text" name="t2" id="t2" />

<span class="err" ></span>

<input type="submit" name="s1" id="s1" /> 
</form>

<?php
if(isset($_POST["s1"]))
{
if($_POST["t1"] == "")
{
$err = "Enter Your name";

echo "<script language=javascript>" . "alert('Enter your name')" . "</script>";
echo "<script language=javascript>" . "document.getElementById('t1').focus();" . "</script>";
}
else if($_POST["t2"] == "")
{
$err = "Enter Your Contact Number";
echo "<script language=javascript>" . "alert('Enter your contact number')" . "</script>";
}

echo "<span style=color:red> $err</span>";
}

?>

--------------------------------------…

now what problem m facing here when i click on the "Submit" button i m getting the Error messages but the page is redirecting the i have to write all values all over again ..

suppose i have already wrriten a "NAME(t1)" but didnt write a CONTACT NUMBER(t2) PHP Validation then after m clicking on the SUBMIT button when i do this my page redirecting, m getting the second error "write your contact number" but i have to write all the values like NAME etc all over again ..

so my page is returning to true .. not false .

do you know how to set "return false" through php just like we do using javascript .. i cant use javascript for this .. have to use php in this .. plz help me ..

thank you ..

HIDS Or NIDS?

Posted: 17 Jan 2011 01:04 PM PST

Hello
i have question
i search it but i couldn't find it .
i have a project about computer network.so i decide to design an ids
i have about 2 or 3 month for doing it .
i want to know can i do it in this time ?
and which one is easier HIDS or NIDS ?
i know c,c++,c#,python,java languages
and i usually good at programing.
sorry for bad english :D

why linux server is more useful than windows server?

Posted: 17 Jan 2011 07:21 AM PST

i have heard that linux server is better than windows server . i want to know why?:cool: as well as why it is more useful than unix server??:D:D:D:D:D:D:D

No comments:

Post a Comment