Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
5
Posts with Downvotes
1
Downvoting Members
5
0 Endorsements
~780 People Reached
Favorite Tags
Member Avatar for spideyprasad

I need code for iframe for the replacement of frameset. My frameset code is <frameset rows="14%,*"> <frame src="logout.html" scrolling=no> <frameset cols="25%,75%"> <frame src="Players Name.html"> <frame src="Dhoni.html" name="secondframe"> </frameset> </frameset> I need it in iframe. I cant able to nest iframe which i did in frameset. Is it possible to write …

Member Avatar for JorgeM
0
285
Member Avatar for spideyprasad

For PHP its MySQL For ASP its SQL server These are default databases. Likewise which db we use for JSP?????????

Member Avatar for peter_budo
0
106
Member Avatar for spideyprasad

India win the match. I want to display output as match the win india. Please give me C program for this

Member Avatar for csurfer
-5
71
Member Avatar for spideyprasad

[CODE]$l="SELECT * FROM $tbl_name WHERE (OrderID = '" . mysql_real_escape_string($_POST['or']) . "')"; $sql = mysql_query($l) or die(mysql_error());[/CODE] Here OrderID is my table column. I am having two columns. Name is the first column and OrderID is the secondone. Both are same datatype i used as varchar. When I apply the …

Member Avatar for pritaeas
0
86
Member Avatar for spideyprasad

I created a php page. this is my code. [CODE]$con=mysql_connect("$host", "$username", "$password")or die("cannot connect"); mysql_select_db("$db_name")or die("cannot select DB"); $sql = mysql_query("SELECT * FROM $tbl_name WHERE (Order = '" . $_POST['order'] . "')") or die(mysql_error());[/CODE] But its showing error like this You have an error in your SQL syntax; check the …

Member Avatar for monica singh
0
129
Member Avatar for spideyprasad

For Ex: There are 10 peoples who logged into the site. I need to track the name of the people who logged in at a admin side. Under what logic we can track the people. I prefer to do it on php. Please help me the logic of tracking.

Member Avatar for fusedreality
0
103