Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Tags
Member Avatar for anumitadas

I have an email issue.when I am sending mail.its showing the HTML tag in mail body.like following. Thanks for signing up for Imprimis. You will receive your Imprimis publication soon.If you did not signup, or do not wish to receive this information, please <a href="http://www.imprimissignup.com/unsubscribe.php?email=anumitadas@gmail.com">click here</a>. My code is for …

Member Avatar for pritaeas
0
109
Member Avatar for anumitadas

when i am running this every page is taking the default fist value I have seven tab each tab having links now I want to highlight specific tab for which the link has been chosen but script is not working plz help here is the script <script type="text/javascript"> /*********************************************** * …

0
62
Member Avatar for anumitadas

I am having one website [url]www.degreespeak.com[/url] where at the top three dropdown present. Now I want to fetch 3value from each dropdown.then it will take as 1_2_3 and after clicking on search button it will show the related college. Now the problem is client dont want to make any datbase.But …

Member Avatar for dnanetwork
0
64
Member Avatar for anumitadas

Can we make a software using Php As php is web development softawre I am confused :( Plz help

Member Avatar for hondros
0
62
Member Avatar for anumitadas

How to import file in wamp server? I have a database file named as db.opt .I want to save this file in proper location so that I can access database from wamp server..Its showing unable to access database everytime. I saved those file in wamp\bin\mysql\mysql5.1.36\data. But I cant access database …

Member Avatar for sanjay1kumar11
0
178
Member Avatar for chand.

Anyone knows the best book of php5, in which author teaches to create an object oriented shopping cart, step by step. Or if anyone knows about some great series of tutorial in which we can have the same stuff.

Member Avatar for InsaneVr6
0
91
Member Avatar for anumitadas
Member Avatar for VernonDozier
0
80
Member Avatar for anumitadas

Plz Help me to print in [B]java [/B] a b a b c b a b c d c b a b c d c b a b c b a b a

Member Avatar for VernonDozier
0
307
Member Avatar for anumitadas

I want to fetch data from Mysql database in list box..but it's not happening The code is: [code=php]<?php include("connection.php"); $sql= "select student_age from student_data"; $result= mysql_query($sql); if(!$result) { die('could not connect:'.mysql_error()); } while($row = mysql_fetch_array($result)) { echo "anumita"; ?> <option value="<?=$row[0]?>"> <?=$row[0]?> </option> <?php } ?>[/code]

Member Avatar for TopDogger
0
122
Member Avatar for anumitadas

<?php <$conn=mysql_connect("localhost","root","root"); echo("connected"); if(!$conn) { die('could not connect:'.mysql_error()); } mysql_select_db("student",$conn); if (!mysql_select_db('student', $conn)) { echo 'Could not select database'; exit; } ?> This the code..Using which I want to connect but getting the error: Parse error: parse error in c:\apache\htdocs\phpmyadmin\connection.php on line 6 Plz help

Member Avatar for sasankasekhar
0
94