Jump to content

v-wdd

New Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Contact Methods

  • Website URL
    http://www.v-wdd.net/?lang=en

Profile Information

  • Gender
    Not Telling
  • Location
    127.0.0.1

v-wdd's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. You mean using "&" instead of "&"... If yes, then it is necessary, for XHTML validation.
  2. There is no way of using JUST js to interact with mySQL. You could however send a request from js to a php file using xmlHttpRequest (AJAX). [a href=\"http://www.google.ro/search?hl=ro&q=ajax+tutorials&btnG=C%C4%83utare+Google&meta=\" target=\"_blank\"]Here[/a] are some tutorials to get you started.
  3. Add this line to the .htaccess file in the directory you want: [code]DirectoryIndex filename.ext [/code] Replace "filename" and "ext" to whatever file you want to use as the index page.
  4. I don't see you taking the $width_orig, $height_orig variables from anywhere... Try: [code]   $details=getimagesize($filename);   $width_orig=$details[0];   $height_orig=$details[1]; [/code]
  5. [a href=\"http://www.google.ro/search?hl=ro&q=ajax+tutorials&btnG=Caut%C4%83&meta=\" target=\"_blank\"]AJAX[/a]
  6. You don't need anything else on your machine, although having [a href=\"http://www.phpmyadmin.net/home_page/index.php\" target=\"_blank\"]phpMyAdmin[/a] installed on the server would be good.
×
×
  • 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.