Recent content by Binny

  1. B

    how do i retreive and display a timestamp from a mysql database using PHP?

    currently im using this line of code echo date("F j Y g:i:s", $row[date]); but it just gives me January 1 1970 2:33:31 and i also want it to look normal cause if i dont do the "date("F j Y g:i:s"," at all all i get is 2011-03-02 23:00:30 which is the correct date but displayed in a very...
  2. B

    how do i see/change php in dreamweaver design view?

    i have php in my code and all i see is a little icon that says php in the design box in dreamweaver cs5. thanks in advance for all your help =)
  3. B

    HTML form issues, really weird?

    <label for = fusername >User Name</label> <input id = fusername name = fusername type = text size='20' maxlength='50' /> <label for = fpassword > Password</label> <input id = fpassword name = fpassword type = password size = '20' maxlength = '50' /> for some reason this code outputs USERNAME...
  4. B

    HTML form issues, really weird?

    <label for = fusername >User Name</label> <input id = fusername name = fusername type = text size='20' maxlength='50' /> <label for = fpassword > Password</label> <input id = fpassword name = fpassword type = password size = '20' maxlength = '50' /> for some reason this code outputs USERNAME...
  5. B

    php auto scroll question?

    so how i would be able to do that thing where if you refresh a page it remembers how far you were scrolled down and re-puts you there?
  6. B

    php auto scroll question?

    so how i would be able to do that thing where if you refresh a page it remembers how far you were scrolled down and re-puts you there?
  7. B

    php voting system question?

    so i want to know how i would have a voting system on my website where you vote via a button and once you vote for that one specific picture, that button is turned off and you can never vote again i was thinking doing it by testing the IP address but then if someone votes in a public area no...
  8. B

    php file uploading help?

    im having trouble uploading pictures and placing the files where i want them. heres my 2 files of code: <!-- Program Name: form_upload.inc Description: Displays a form to upload a file --> <html> <head><title>File Upload</title></head> <body> <ol><li>Enter the file name of the product...
  9. B

    php file uploading help?

    im having trouble uploading pictures and placing the files where i want them. heres my 2 files of code: <!-- Program Name: form_upload.inc Description: Displays a form to upload a file --> <html> <head><title>File Upload</title></head> <body> <ol><li>Enter the file name of the product...
  10. B

    php file uploading help?

    im having trouble uploading pictures and placing the files where i want them. heres my 2 files of code: <!-- Program Name: form_upload.inc Description: Displays a form to upload a file --> <html> <head><title>File Upload</title></head> <body> <ol><li>Enter the file name of the product...
  11. B

    php file uploading help?

    im having trouble uploading pictures and placing the files where i want them. heres my 2 files of code: <!-- Program Name: form_upload.inc Description: Displays a form to upload a file --> <html> <head><title>File Upload</title></head> <body> <ol><li>Enter the file name of the product...
  12. B

    php file uploading help?

    im having trouble uploading pictures and placing the files where i want them. heres my 2 files of code: <!-- Program Name: form_upload.inc Description: Displays a form to upload a file --> <html> <head><title>File Upload</title></head> <body> <ol><li>Enter the file name of the product...
  13. B

    php/mysql help!!!!!!?

    so im trying to make a simple login and register form but when i try logging in, the query to document that i logged in died because i got this: Query died: insert so heres my code if($num2 > 0) //password matches { $_SESSION['auth']="yes"...
  14. B

    PHP error "Parse error: syntax error, unexpected T_ELSE in...

    ...C:\xampp\htdocs\login.php on line 46"? im getting the error Parse error: syntax error, unexpected T_ELSE in C:\xampp\htdocs\login.php on line 46 and dont really know why so. heres my code session_start(); switch (@$_POST['Button'])...
  15. B

    What does it mean if I dreamed that polar bears attacked my younger brother?

    I've had this dream before but in a different setting. I with my family and were out just doing the family thing and there's these polar bears in a pool playing around. Now were walking around and these bears have no barrier around the pool so they could get out any time and someone could get...
Back
Top