Couple of things you can do:
1. Drop the song ID and only get the artist information "SELECT
distinct(Artist) from songtable". It doesn't look like your SELECT statement
needs a song, but you include the song ID as $id anyway. Any reason for that or
can you drop it so you only get artist?
2.
I have table and insert data using song_id, that means one artist can have
many song_ids. my question is how can I query distinct artist with his/her
song_id while I will not get duplicate data like duplicate artist?
my code is like this
$content .="
Select Artist";
$result= $db->sql_
I am trying to install Php3.0,Apache_1.3.19,Apache-SSL(Open 0.9.6a) on
Linux Server.
But after installing OpenSSL,Php,Apache,when I give command -
/usr/local/apachessl/bin/httpsd ,
I am suddenly informed by the folllowing error:
<>.
Nearly giving up . . . . .
Could anyone help me?
P.S:
(My Ap