Perhaps it's something as simple as an undeclared $connection.
mysql_query($sql)
as compared to
mysql_query($query, $connection)
Hope that helps.
Type: Posts; User: gadgetguy; Keyword(s):
Perhaps it's something as simple as an undeclared $connection.
mysql_query($sql)
as compared to
mysql_query($query, $connection)
Hope that helps.
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...
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...