Jump to content

Query Was Empty::: now what did I do wrong?


elite_prodigy

Recommended Posts

Your query is stored within the $get_url variable yet your parsing $get_articles to mysql_query.

 

When you get there, your query has a syntax error also. Should be....

 

$get_url = 'SELECT * FROM main_nav LIMIT 0, 30';

 

Thanks!!!

 

I knew it was something so simple.

I've been copy/pasting code from one section of my site to another because every thing works on the same principle with just a bit of editing. (guess I should have loooked closer!)

 

Thanks again!

 

You guys/girls are awsome!

Ausgehtzeichet!

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.