Tuesday, April 5, 2011

CrazyEngineers Forum - Computer Science & IT Engineering

CrazyEngineers Forum - Computer Science & IT Engineering


Drupal Lightbox: A New Cutting Edge Tool from the Community

Posted: 05 Apr 2011 12:41 AM PDT

Drupal may be one of the most advanced content management systems around, but until recently, it didn’t handle picture too well. In fact, every image had to be inserted manually in webpages built with the CMS. If you have been working with Drupal for quite some time, this might be one of the gripes you have always wished to be addressed. Well, seems like some others had a similar idea too. The Drupal Community has introduced a new feature in Drupal versions 6 and higher, which provides a catchy interface for image insertion in the admin panel.

What are your views on this.....

What Makes Businesses Go For Drupal Consulting Services?

Posted: 05 Apr 2011 12:37 AM PDT

Open Source (OS) software systems have taken over the whole wide world of the web by storm and have made websites more flexible and highly scalable. Of course, leading the pack are the OS Content Management Systems (CMSs) and prominent amongst these is Drupal.

Drupal packs in all the advantages of an OS system and more. Apart from the definite cost benefits, this CMS also lets a business owner incorporate feature-rich applications into their websites. What is more, Drupal sites also facilitate peer reviews. There is a huge member community out there and courtesy the prolific developers, there is no dearth of updates and support.

However, most business owners would rather enlist professional Drupal consulting services to manage their websites. So what are the reasons that prompt them to seek Drupal services? Share your views friends...

Not able to login through my hosted php page..!!

Posted: 04 Apr 2011 05:37 AM PDT

Hello friends,
I am trying host my code in a hosting site www.my3gb.com My code is working fine with my pc but not when i hosted there....Look at this code...

Code:

<html>
<body bgcolor="green">

<?php
$conn=mysql_connect("http://www.my3gb.com/phpmyadmin/","username","password");
mysql_select_db("mohit007kumar00_cboy",$conn);
print "<h1>connected</h1>";
$rs=mysql_query("select * from signup where user='".$_POST['t1']."'");
print "<h1>queried</h1>";
while($row=mysql_fetch_array($rs))
{
    print "<h1>under while</h1>";
    if($row['pswd']==$_POST['t2'])
    {
        print "<h1>You are alowed</h1>";
    }
    else
    {
        print "<h1>not alowed</h1>";
    }
}
?>
</body>
</html>

and the login page is .....
Code:

<html>
    <body bgcolor="yellow">
    <center>
    <h1>Login Application</h1>
    <form action="log.php" method="post">
    user<input type="text" name="t1"><br><br>
    pswd<input type="password" name="t2"><br><br>
    <input type="submit">
    </form>
    </center>
    </body>
 </html>

on my pc it will show the output like this.... "connected queried under while You are alowed".
But on my hosted link it will show the output like this...... "connected queried".
Can anyone help me to fix this issue...!!

How to transfer our data(of oracle) from one computer to another ?

Posted: 04 Apr 2011 05:22 AM PDT

Hello friends,
Anybody have idea how to transfer our data(of database like mysql,oracle) from one computer to another(except by creating backup).

Help!!

Posted: 04 Apr 2011 05:04 AM PDT

hi
I want to make a project which translates latin alphabet to arabian.. Can u suggest me some methods to start ??

No comments:

Post a Comment