User Profile

Collapse

Profile Sidebar

Collapse
Mary Meer
Mary Meer
Last Activity: Aug 12 '11, 06:43 AM
Joined: Feb 27 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Mary Meer
    started a topic Error in SQL Syntax
    in PHP

    Error in SQL Syntax

    You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM student WHERE name LIKE 'a%'' at line 1

    Could you help here is the query cannot figure out where the problem is
    Code:
    if(isset($_GET['n'])){
       $s=$_GET['n'];
    
    	$query="SELECT FROM student WHERE name LIKE '$s%'  ";
    	$result=mysql_query($query,$db) or die (mysql_error()
    ...
    See more | Go to post
    Last edited by Dormilich; Jun 9 '11, 02:48 PM. Reason: please use [CODE] [/CODE] tags when posting code

  • that is a headache, i did copy all code and see nothing wrong.

    i will go through once again
    See more | Go to post

    Leave a comment:


  • that is gr8,but if i click on first img several times then it goes on and on till last img,it should show only one img by one click and then stop.
    i have all tags closed still the same problem

    thanks for help
    See more | Go to post

    Leave a comment:


  • Mary Meer
    replied to How to change images on click event?
    i can get only the default img the other two does not show up
    See more | Go to post

    Leave a comment:


  • Mary Meer
    started a topic How to change images on click event?

    How to change images on click event?

    Hello Every one,
    i have three small images while clicking on each one the image of background should be changed. I have used javascript Dom along div, for the first two images it works but i don't know how to get right the third one.
    Could anyone help?

    Code:
    <style type="text/css">
        #div1 {
        width:100px;
        height:100px;
        background-image:url(../photo/cake.jpg);
        }
    ...
    See more | Go to post
    Last edited by Niheel; Feb 27 '11, 02:37 PM.
No activity results to display
Show More
Working...