Jump to content

akirahz

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

akirahz's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. also the script emails me the error Unknown column 'State' in 'field list' Query: 'INSERT INTO `TransactionsMembership` (ID, Sum, State ) VALUES ( 1158643712931, 19.99, '0' );'
  2. Well heres my dilemma, i have a script that contains a pre_checkout.php file for credit card orders, people can order different packages from my website, from 19.99 too 39.99.. anyway, when i was testing my site i recieve an error when i try to order a package heres a screen shot of what the error looks like in internet explorer: [IMG]http://www.rapidcityracing.com/insert-into.jpg[/img] also: here is a picture of my database tables concerning this area, "TransactionsMembership" in phpMyAdmin [IMG]http://www.rapidcityracing.com/phpmyadmin.jpg[/img] am i missing some fields? i dont see the state field anywhere, if i am missing fields, what would i have to query too create them? any and all help is appreciated, im fairly certain it is a database problem and nothing wrong with the actual php script. thanks guys, ive been tryin to fix this for about 4 days now and cant seem to figure it out if theres anymore info needed by anyone to help me solve this, im more then happy to try and get it and tell you
  3. [quote author=Crayon Violent link=topic=107513.msg431482#msg431482 date=1157871671] instead of eval'ing it, echo it out so you can look for the parse error. the code that eval is trying to run probably has a missing quote or semicolon or some other such thing in it. [/quote] im really not that great at php, how would i echo it, how would the code look exactly?
  4. um , im not sure - would it be line 13 of that file? or something else?
  5. i was wondering, i cant seem to figure out whats wrong with my array line, i get this error: Parse error: parse error, unexpected T_STRING in /homepages/8/d155646242/htdocs/passion/inc/modules.inc.php(152) : eval()'d code on line 13 here is the code it is reffering too $res = db_res("SELECT `Conf` FROM Modules"); while ( $arr = mysql_fetch_array($res) ) eval($arr[0]); anyone know what i got wrong in here? any help is appreciated, thanks!
×
×
  • 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.