User Profile

Collapse

Profile Sidebar

Collapse
Harsh kumar
Harsh kumar
Last Activity: Dec 23 '14, 05:33 PM
Joined: Nov 1 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Harsh kumar
    started a topic how to fetch data in cake php
    in PHP

    how to fetch data in cake php

    I am new in cake php please help
    I am passing a value using query string and trying to fetch data from database table i.e which is passed in query string. here is my index.php code.
    Code:
    <?php echo "<a class='user' href='interview.php?category= PHP'>";?><li> PHP Programming</li></a>
    
    <?php echo "<a class='user' href='interview.php?category= JAVA'>";?><li>
    ...
    See more | Go to post

  • Harsh kumar
    started a topic online Quize
    in PHP

    online Quize

    I am a begnier in php i have some problem in my online quize section, i have 2 pages first one is onlintest.php to fetch questions
    Code:
    $query="select * from php ";
    $row=mysql_query($query) or die ("query failed");
    while($result=mysql_fetch_array($row))
    {
    ?>
    <form name="myform" method="post" action="result.php" id="my_form">
    <?php echo
    ...
    See more | Go to post
No activity results to display
Show More
Working...