Jump to content

LiamG

Members
  • Posts

    46
  • Joined

  • Last visited

    Never

About LiamG

  • Birthday 12/29/1987

Contact Methods

  • Website URL
    http://www.liamgetreu.com/
  • ICQ
    285994931

Profile Information

  • Gender
    Not Telling
  • Location
    Melbourne, Australia

LiamG's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. That error (among others) are notorious amoungst pirated versions. Try a repair.
  2. You can\'t do that, sorry. Instead, try using a \"hidden\" field: <input type="hidden" value="Buy Guide" name="buyitem"> And, also remember register_globals. HTH, LiamG.
  3. From what I understand it is possible to use PHP and Access (although, please try MySQL). Try phpinfo()-ing your system:[php:1:de862a6f46]<?php phpinfo(); ?>[/php:1:de862a6f46]I think it depends on your system. HTH, LiamG. /*edit - I found what you are looking for. Under \"dbx\" in your phpinfo() file, it says the databases that you can use. MySQL, MSSQL etc.
  4. Well, glad you figured it out :!: But, I would warn all those using DWMX (as I do) because the PHP/MySQL code (as I hear is the CFM, ASP and JSP code) is VERY messy. It uses very unconventional - legal, but unconventional - coding styles that is very hard to edit and therefore debug. I use DWMX and would recomment it to anyone, but not because of its PHP/MySQL compatibility, I use it for the layout tool! HTH, LiamG. (edit) - check this out http://www.i-source101.com/read.php?articleid=12
  5. I\'ve had a look at this a few times, so I figured you guys would get it right first off, a new pair of eyes and a new brain is all I need: $addnews_sql = "INSERT INTO `news` (`subject`, `username`, `body`) VALUES (`$_POST[\'subject\']`, `$_POST[\'username\']`, `$_POST[\'body\']`)"; returns the error: while my SCHEMA for that table is: Thanks guys, LiamG.
  6. LiamG

    Printing a row

    There you go, Doc answered it. Thanks Doc! LiamG.
  7. LiamG

    Printing a row

    Try putting it infront of the mysql_query. LiamG. ps - Shiva or someone might be able to more accurately answer this question later.
  8. LiamG

    Printing a row

    What about the array problem? LiamG.
  9. LiamG

    Printing a row

    First, it says \"Print\" because of the line [php:1:6c27594e10]print \"Connected!\";[/php:1:6c27594e10]If you don\'t want it to say that, delete the line! YAY! One down. Next, it says array for a reason unknown to me, however if you put a @ before the comment mysql_fetch_array you might find it will supress that. I don\'t REALLY know though. HTH, LiamG.
  10. Of course: hence, I put .google. LiamG.
  11. I think it might be something in your $sql command (after seeing your post in the newbie section). I think your INSERT command might be wrong. HTH, LiamG. ps - post everything anyways!
  12. Try posting your SCHEMA and your PHP code as well. Cheers, LiamG.
  13. You can also add other file types like: HTH, LiamG.
  14. Here: http://i-source101.com/read.php?articleid=10. This also includes HOW to install if you want it. Hope this helps, LiamG.
×
×
  • 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.