Hello,
Thank you for your help previously everyone, I was able to fix that problem.
The thing now, is that I want to add smileys to the messages; i.e. :) would
equal to a smiley image when posting a message.
$con = mysql_connect("localhost","removed","removed") or die("con");
$db = mysql_select_d
Hi,
I have a table with the below fields. (id, title, language, author &
link to the book).
Initially I want to display a page with 3 select boxes (language,
author & title).
Initially first select box displays the available language by querying
the database. On selecting one language, author se
On Thu, 2008-01-03 at 09:18 -0600, Balaji A wrote:
> Hi,
>
> I have a table with the below fields. (id, title, language, author &
> link to the book).
>
> Initially I want to display a page with 3 select boxes (language,
> author & title).
>
> Initially first select box displays the available la
[snip]
I have a table with the below fields. (id, title, language, author &
link to the book).
Initially I want to display a page with 3 select boxes (language,
author & title).
Initially first select box displays the available language by querying
the database. On selecting one language, author
Robert Cummings wrote:
> On Thu, 2008-01-03 at 09:18 -0600, Balaji A wrote:
>> Hi,
>>
>> I have a table with the below fields. (id, title, language, author &
>> link to the book).
>>
>> Initially I want to display a page with 3 select boxes (language,
>> author & title).
>>
>> Initially first selec
Ben Stones wrote:
Hello,
Thank you for your help previously everyone, I was able to fix that problem.
The thing now, is that I want to add smileys to the messages; i.e. :) would
equal to a smiley image when posting a message.
Assuming you have images/smiley.gif on your server, it's pretty simp