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
Ranked #3K
~3K People Reached
Favorite Tags
Member Avatar for jsrpatna

Hi All, I've this problem with cookies. I am lost as I can't understand why this code does not work as expected. Please help!! [CODE] $rq =$_REQUEST['r'] ; $value = $_REQUEST['v']; setcookie("XYZ",$value, time()+60*60*24*30) ; echo "Value is ".$value; if ($rq =='showdata'){ print_r($_COOKIE); echo "Cookie is".$_COOKIE['XYZ']; exit; } [/CODE] Output: when …

Member Avatar for diafol
0
83
Member Avatar for mwa

I'm trying to create a tag like routine for music genres. I have an array with various music genres in it. Those genres appear in a select box so they can be added to a text area... The problem is, I want to be able to add multiple genres instead …

Member Avatar for essential
0
161
Member Avatar for yasmena

this page opens in a pop up where it fetches an image from the Database ...everything works perfect except for passing the id part.. i'm tired of trying and i kept 5 days googling but could not solve it !! any help would be appreciated .. here's the line that …

Member Avatar for Lejonet
0
150
Member Avatar for ishlux

Hi all, I have two buttons, submit and back......after clicking the submit it will go to the action part, but i have another button back , if i click on the submit it has to go to previous page so how to do. as i think we can only one …

Member Avatar for jsrpatna
0
168
Member Avatar for flagrl

i m new to programming where do i start? i have python on my computer and have played around with it. but dont know where to start or what to do. any advice would help me so much.

Member Avatar for jlm699
0
93
Member Avatar for e_velkova

Hi! I have a form, where you can choose between 5 titles of books. Under it you have a submit button. My question is: how to make so, that when the customer has chosen a book and clicks on the submit button, the title of the book to be inserted(recorded) …

Member Avatar for jsrpatna
0
98
Member Avatar for jithusdani

hi all I Have created an application in php. and in that i want to delete a particular row when the client checks the checkbox the same thing i done in asp but php its not working plz anybody can help me...

Member Avatar for praveen_dusari
0
83
Member Avatar for Vilice

When I am trying to run a while loop to determine if one of the (many) email addresses inside my "table_1" match any of the email addresses inside my "table_2". But it did not work .Hersr is my code : [CODE]while($row2 = mysql_fetch_array($get_names2_res)) { while($row = mysql_fetch_array($get_names_res)) { $friend_email = …

Member Avatar for Vilice
0
111
Member Avatar for only_anu2005

Hi, I need help I am developing a website where users can access their profiles from url with name of user example [url]http://www.example.com/john[/url] can any body help me? how to do this in php plz send email to <EMAIL SNIPPED>

Member Avatar for mschroeder
0
394
Member Avatar for adusumalli

Hi I have problem with calling jsp using <a href> in scriptlets. Not able to call the jsp. I used the following code. but not able to enter in to ozCmnDeleteEntity.jsp. please give me solution. [code] out.println( "<a href=\"ozCmnDeleteEntity.jsp?objType=PROJECT&objId="+prj.getProjectId()+"\">"); out.println("</a>"); [/code] thanks in advance...

Member Avatar for adusumalli
0
1K
Member Avatar for jithusdani

Hi all In my Application i have wrote an update query but its not working..Anybody plz help me here am including my code... [code] $head=$_GET['val']; $date=$_REQUEST['txtdate']; $headline=$_REQUEST['txthead']; $update="Update tbl_circular SET date='$date',headline='$headline',description='$des' where headline like '$head')"; $update1=mysql_query($update) or die("Could not Update"); [/code] 'val' is the querystring am passing to the page.. …

Member Avatar for Shanti C
0
129
Member Avatar for plazmo

I need help with RPGIV . Im taking a class in school and the teacher and books suck. Can you point me to a site or 2 with RPG basics. I just need help navigating the whole as/400 pdm thing and a reference to keywords and shortcuts. The syntax and …

Member Avatar for jsrpatna
0
195