User Profile

Collapse

Profile Sidebar

Collapse
Ruhani
Ruhani
Last Activity: Jul 24 '14, 08:51 AM
Joined: Jul 1 '14
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • this downloading code is giving an error "warning filesize() expects string"

    Code:
    <?php
    	if(isset($_GET["notesid"]))
    	{
    		$notesid = $_GET["notesid"];
    		include("dbcon.php");
    		$con = mysql_connect(SERVERNAME,USERNAME,PASSWORD);
    		mysql_select_db(DBNAME,$con);
    		$query = "select notesid,filename,filesize,filetype,fileextname from notesinfo where notesid=$notesid";
    		$result = mysql_query($query,$con);
    		if($result &&
    ...
    See more | Go to post

  • Ruhani
    started a topic set previous state of radio button
    in PHP

    set previous state of radio button

    i am not able to set the previous state of radio button in my test series which is being made in php. please help me out with some jquery code.
    Code:
    <?php
    	session_start();
    	$qid = 0;
    	$total = 0;
    	if(isset($_SESSION["qids"]) && isset($_SESSION["ans"]))
    	{
    		$qids = $_SESSION["qids"];
    		
    		if(is_array($qids))
    		{
    		//	print_r($_SESSION["qids"]);
    ...
    See more | Go to post
    Last edited by Rabbit; Jul 1 '14, 05:18 PM. Reason: Please use [code] and [/code] tags when posting code or formatted data.
No activity results to display
Show More
Working...