User Profile

Collapse

Profile Sidebar

Collapse
saundra
saundra
Last Activity: Aug 12 '07, 02:59 AM
Joined: Aug 9 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • nope not sure now. will take another look at another code. Thanks for looking
    See more | Go to post

    Leave a comment:


  • saundra
    started a topic I need another set of eyes to find my error :oops:)
    in PHP

    I need another set of eyes to find my error :oops:)

    Here is my error

    Code:
    Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/truthat/public_html/verukasalt/admin/main.php(1) : eval()'d code(1) : eval()'d code(1) : eval()'d code(1) : eval()'d code(1) : eval()'d code(1) : eval()'d code(1) : eval()'d code(1) : eval()'d code(1) : eval()'d code(1) : eval()'d code(1) : eval()'d code(1) : eval()'d code(1) : eval()'d code(1) : eval()'d code(1) : eval()'d
    ...
    See more | Go to post
    Last edited by Atli; Aug 11 '07, 06:24 PM. Reason: Added code tags

  • Thank you, somehow I missed that. Now I am getting this error

    Unknown column 'CategoryNum' in 'order clause'

    I think this is the code giving me trouble

    <?
    chdir("..");
    require_once("c ommon.php");
    require_once("s iteadmin/access.php");
    require_once("s iteadmin/AdminNavigation .php");

    if(isset($_POST[s1]))
    {
    ...
    See more | Go to post
    Last edited by saundra; Aug 9 '07, 11:51 PM. Reason: to show code

    Leave a comment:


  • saundra
    started a topic Unknown column 'ItemPageName' in 'where clause'
    in PHP

    Unknown column 'ItemPageName' in 'where clause'

    This appears to be the code that is giving me trouble. Can someone help
    [code=php]
    <?
    include("common .php");
    require_once("$ HeaderFile");

    if(empty($_GET[Start])){
    $Start = '0';
    }else{
    $Start = $_GET[Start];
    }
    $ByPage = $aset[pagina];
    $query = array();
    if(!empty($_GET[what])){
    $query[] = " (ItemName like '%$_GET[what]%'...
    See more | Go to post
    Last edited by Atli; Aug 9 '07, 10:54 PM. Reason: Added code tags
No activity results to display
Show More
Working...