Search:

Type: Posts; User: gadgetguy; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    3,532

    Perhaps it's something as simple as an undeclared...

    Perhaps it's something as simple as an undeclared $connection.

    mysql_query($sql)

    as compared to

    mysql_query($query, $connection)

    Hope that helps.
  2. Replies
    3
    Views
    6,066

    Macros

    MACRO: a single computer instruction that results in a series of instructions in machine language.

    Macros aren't what your looking for.

    If you have the source code you maybe able to force your...
  3. Replies
    2
    Views
    1,968

    You use 'float: right;' so your menu items will...

    You use 'float: right;' so your menu items will be reversed.
    The "Last item in" is the "First item out". (backwards)
    Just reverse your menu ul/li declaration.

    Hope this helps.:cool:

    The...
Results 1 to 3 of 3