phpbar.de logo

Mailinglisten-Archive

[php] String Problem

[php] String Problem

Sebastian Burg chef at sango.de
Mon Sep 20 11:56:11 CEST 2004


> wuerde es mal so probieren:
>
> $sql = "
>   SELECT
>     concat('<OPTION NAME=blabla>',bez,'</OPTION>') AS bez
>   FROM
>     Schulen
>   WHERE
>     land ='CH'
> ";
> --
> ** Allgemeine deutschsprachige PHP-Liste: php at phpbar.de **
> Informationen: http://www.phpbar.de
> http://lists.phpbar.de/mailman/listinfo/php

zusätzlich würde ich lieber schreiben

$sql = "
    SELECT
      concat('<OPTION NAME=blabla>',bez,'</OPTION>') AS sel_bez
    FROM
      Schulen
    WHERE
      land ='CH'
  ";

da es meines wissens probleme gibt wenn der AS name gleich dem spalten 
name ist.


-- 
Sebastian Burg
Imberger Weg 9
70569 Stuttgart

chef at sango.de
www.sango.de

The are only 10 kind of users:
Those who know binary and those who don't.

php::bar PHP Wiki   -   Listenarchive