Jump to content

PHP Newby

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

PHP Newby's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Im sorry for this bump but I'm working from home right now for my work and I have to have this done by tomorrow and I really need some help from some real experianced PHP development people. So please, can you reply letting me know what the problem is.
  2. Okay so I posted before my problem: http://www.phpfreaks.com/forums/index.php/topic,115831.0.html I'm having another problem that goes along with it. Well, changing everything to $_GET worked, but it outputs everything into one column now.... Any help?
  3. No, It did not fix the problem. Well, changing everything to $_GET worked, but it outputs everything into one column now....
  4. Okay thanks very much. If I come across further problems I will reply this thread.
  5. I'm a bit new to PHP and I have a question. It might be a little hard to answer but, here it is. This is the snipet I'm having problems with: [code]CODE     $name  =  $_POST['name'];     $price  =  $_POST['price'];     $item  =  $_POST['item'];     $date  =  $_POST['date'];     $query = "INSERT INTO `secondlifetrans` ( `Name` , `Item` , `Price` , `Date` ) VALUES ( '$name', '$item', '$price', '$date' );";[/code] This, for some reason, outputs empty strings into the sql database, but I'm sure all the variables are completly defined. Any help, anyone?
×
×
  • 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.