Mysql table with a meta column and a url column:

$url = $PHP_SELF;

$sql = "SELECT meta FROM table WHERE url = '$url'";

  Just select from the database a meta column depending on the url people
are.

--

Julio Nobrega.

Um dia eu chego lá:
http://sourceforge.net/projects/toca

Ajudei? Salvei? Que tal um presentinho?
http://www.submarino.com.br/wishlistclient.asp?wlid=664176742884


"Andras Kende" <[EMAIL PROTECTED]> wrote in message
000a01c1e4b9$293052c0$b59fb841@a">news:000a01c1e4b9$293052c0$b59fb841@a...
> Hello All,
>
> I looking to to generate different meta tags from mysql for each page on a
> dynamic
> site which has about 400 pages from mysql database .....
>
> Searched around but didnt find anything which will give me some hint whats
> the best way doing it....
>
> Any help appreciated :)
>
> Thanks,
>
> Andras Kende
> [EMAIL PROTECTED]
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to