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
5
Downvoting Members
1
0 Endorsements
~506 People Reached
Favorite Tags
Member Avatar for Vigasdeep

Hey Experts, Please Help me.. i am facing this error: Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in C:\wamp\www\tf\process.php on [B]line 22[/B] [CODE] for($b=1;$b<$_POST['studentcount'];$b++) { $c='sname' . $b; $ql="INSERT INTO stud (name) VALUES ('$_POST['sname1'])"; /*line 22*/ mysql_query($ql); } [/CODE] Please do checkwhats wrong with this, Regards, Vigas …

Member Avatar for BzzBee
-1
127
Member Avatar for Vigasdeep

Hi friends, Please help me with this, any javascript guy, Please > this script is working in every browser [B]except Internet Explorer[/B]. It says an unknown runtime error ? :( [CODE]<script language="javascript"> var count=1; function extend() { var a = "sname"; var b = "sgender"; var c = "sbranch"; var …

Member Avatar for Airshow
-1
145
Member Avatar for Vigasdeep

Hello, i'm having 2 tables one is CLG and other is STUD. in CLG(columns CID-autoincrement and CName) and in STUD( three columns are ID-autoincrement,Name and CID) > im using this code to store the records into tables [CODE]$sql="INSERT INTO clg (Cname) VALUES ('$_POST[cname]')"; $id=mysql_insert_id(); $sl="INSERT INTO stud (name,CID) VALUES ('$_POST[name]',".$id.")";[/CODE] …

Member Avatar for Vigasdeep
-1
115
Member Avatar for Vigasdeep

Hello, I am having a problem with divisions.. prob: 1st container div, in this div theres another division TOP whose position is relative.. in this div.. theres another div named searchbox .. and its top is 50px.. IE shows its 50px down from the TOP division but firefox places it …

Member Avatar for ko ko
-1
119