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.

~3K People Reached
Favorite Forums
Favorite Tags

11 Posted Topics

Member Avatar for ramseswar

i trying to write a script so that it does,nt allow the user to login again if already logged in...whether he tries from other browser.................. wat i m doing is setting a value in database to 1 if he logs in and 0 if he logs out .......den i check …

Member Avatar for cecece
0
1K
Member Avatar for lunet

To need to know HTML, I think you do not have to learn the coding. You just have to download Adobe Dreamweaver and make a headstart. Just use the GUI and the code will be generated itself (you may check the code and learn HTML easily). Also, you will need …

Member Avatar for Bob Walsh
0
268
Member Avatar for ramseswar

I am facing a strange problem. The images that are in my website stretch out a bit when i view in firefox. But the same images are perfect when viewed in IE. For this, the text that i have written on the images are not clean when viewed in firefox.Can …

Member Avatar for ramseswar
0
74
Member Avatar for ramseswar

i want to create a table in sql database using php code. if i try to use the sql command(given below) in my php source code [code]"CREATE TABLE new_table( id SMALLINT UNSIGNED NOT NULL AUTO_INCREMENT, id1 VARCHAR(55) NOT NULL id2 VARCHAR(32) NOT NULL, id3 CHAR, PRIMARY KEY(id));"[/code] i get syntax …

Member Avatar for langsor
0
132
Member Avatar for yasmena

[U]try this in this way :[/U] [QUOTE]$hunt="SELECT dukja FROM anything WHERE id=$gngr"; $pols=$mysqli->qyery(query); while($row=$pols->fetch_object()) { $liger=$row->dukja; ?>"<option value='category'>"<?php echo $liger ?>"</option>"<?php; }[/QUOTE]

Member Avatar for ramseswar
0
86
Member Avatar for welbyobeng

just explain more wat u are tryin to do ... i cant get it .......if you can do it with users table then wt is the problem with users_theme table............. and what do you mean by user_id's ???

Member Avatar for langsor
0
84
Member Avatar for ramseswar

i have made the form action a variable..ie code echo the 1.php if registration values have been set by the user accordingly....and register.php if user have entered some improper values. then i save these values in session variables and call these variables on 1.php to enter in the database. my …

Member Avatar for ramseswar
0
108
Member Avatar for ramseswar

i m not able get the session variables on the other pages....................... if i use session_start(); it gives error:header already sent............... kindly help me ..................i m stuck.!!!!iiii!!!!!

Member Avatar for Shanti C
0
91
Member Avatar for ramseswar

[code=php]$getm="SELECT player FROM manutd WHERE player='$x'"; $get=$mysqli->query($getm,MYSQLI_USE_RESULT); while($row=$get->fetch_object()) { $name=$row->player; } [/code] is there anything wrong with this code.........................plz help

Member Avatar for ramseswar
0
239
Member Avatar for Cheecher

[QUOTE=Cheecher;658151]alright, I have resolved one issue. I had forgotten to place the value $id within php when using it in the javascript funciton. Now my main issue is that since its inside a mysql_fetch_array, the final value of $id is 1 due to the way it is executed. Is there …

Member Avatar for ramseswar
0
134
Member Avatar for ramseswar

need help to sort the output of database into a tabular output and allowing user to sort the result by ckicking on the header titles of table.........................

Member Avatar for ramseswar
0
75

The End.