Jump to content

nashsaint

Members
  • Posts

    84
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

nashsaint's Achievements

Member

Member (2/5)

0

Reputation

  1. Hi, I am not sure if this is possible but ill ask it anyway. I searched the web and this forum for any solution but unfortunately i couldn't find a solution. What i want to accomplish is this. I am trying to read the file's tag, or whatever you call it. I managed to read the filename, size and other information that $_FILES function gives. But there is one thing i couldn't extract from the file tags, the "title". How can i do this? I have attached a picture to help explain what i meant. [attachment deleted by admin]
  2. Hi, This is what I am trying to accomplish: [] Male [] Female Simple tick boxes populated from sql but i just don't know how to do it. I have the sql query and thinking of outputting it this way: <form> <label for="maleID">malefromsql</label> <input type="radio" name="sex" id="maleID" /> <br /> <label for="femaleID">femalefromsql</label> <input type="radio" name="sex" id="femaleID" /> </form> but i dont know how to pass the sql query result to a variable and finally output it . Any help is appreciated greatly. thanks.
  3. Hi, is there a way not to refresh a page after submitting a form? I've seen some js that can do this job but am wondering if there's a simple code to achieve this. thanks in advance.
  4. well, the effects work fine but when i actually sent the input to sql the timeout seems to speed up. instead of 2 seconds it's now only displays half a second. this is the code that does the sql update: help please. thanks.
  5. thanks for the idea. this is what i done so far. Function: and the HTML It works so far. ill have to add CSS yet.
  6. Hi, It's one of those twitter effects again, it's driving me mad for days. If you are using twitter then you noticed that everything you send a message, a div (i think it is) appears for 2 seconds on the very top of the page then disappears. I like this effect. Does anyone here know or have any idea how to do this? Cause I have a form and I'd like that effect to appear as soon as Submit button is pressed. Thanks in advance for any help.
  7. Thank you very much keith for the idea. This is what i done and it works great.
  8. hi, ive noticed the effects on the messages posted on twitter, when you hover the messages it displays another div, i think, with links on it: link to add as favorite or delete. does anyone knows how to add the link on hovering divs, or anything similar? thanks.
  9. hi keith, It works!!!! I am very greatful for this. thanks a lot keith..
  10. Hi Keith, sorry, It's working now. I just mistyped the field name when i echo it. I have one problem though. It doesn't show the ones with 100% result. The ones with 0 BadResult is not displayed in the output. Thanks again Keith. You've helped me alot already.
  11. Hi Keith, you're right. I changed the double with single quote and it works. However, the output is only showing one record. In my phpadmin I have about a hundred. Sorry for the trouble Keith, really don't know how to sort this out. Thanks.
  12. Keith, I tested it on phpadmin as well and it works fine but when i run the .php file i get this error: line 5 is the start of the query.
  13. thanks a lot Keith but I get a parse error?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.