plz help

2004-03-03 Thread CurlyBraces Technologies \( Pvt \) Ltd
hi , i have some mysql tables in my mysql database . Table name is ServiceStatus and It is included with "status" field . In the status field ,it is maintainig "up" , "down" status. SO i want to add colors for this status. up = green down = red how can i do that ? can some body help me

Font coloring

2004-03-02 Thread CurlyBraces Technologies \( Pvt \) Ltd
hi , i have some mysql tables in my mysql database . It is included "status" field . In the status field ,it is maintainig "up" , "down" status. SO i want to add colors for this status. up = green down = red how can i do that ? can some body help me ..plz thanx in advance curlys

Fw: datetime in mysql

2004-02-26 Thread CurlyBraces Technologies \( Pvt \) Ltd
- Original Message - From: CurlyBraces Technologies ( Pvt ) Ltd To: mos Sent: Friday, February 27, 2004 11:51 AM Subject: Re: datetime in mysql sorry , as u said , i did it . it doesn't work for me .This table i want to view in the Web. So that date and time must fully automated

datetime in mysql

2004-02-26 Thread CurlyBraces Technologies \( Pvt \) Ltd
hi , i have created datetime field in the field name "abc". so i want to get the system date and time automatically to the abc field for in each records. how can i do that ?can somebody help me .plz thanx in advance curlys -- MySQL General Mailing List For list archives:

Center a table

2004-02-25 Thread CurlyBraces Technologies \( Pvt \) Ltd
hi , Can somebody help me tocenter this table ? ?php/* Connecting, selecting database */$link = mysql_connect("localhost", "root", "z") or die("Could not connect : " . mysql_error());#echo "Connected successfully";mysql_select_db("abcd") or die("Could not select database"); /*

Fw: pls help ...............

2004-02-24 Thread CurlyBraces Technologies \( Pvt \) Ltd
- Original Message - From: CurlyBraces Technologies ( Pvt ) Ltd To: [EMAIL PROTECTED] Sent: Tuesday, February 24, 2004 12:05 PM Subject: pls help ... hi , when i try to get mysql data to the web browser via php , always it is showing Parse error: parse error

Fw: MySql and php

2004-02-24 Thread CurlyBraces Technologies \( Pvt \) Ltd
- Original Message - From: CurlyBraces Technologies ( Pvt ) Ltd To: Eve Atley Sent: Tuesday, February 24, 2004 2:15 AM Subject: Re: MySql and php thanx alot for ur reply , i think better to send my script to u .In third collom , there is two different status . I want

MySql and php

2004-02-23 Thread CurlyBraces Technologies \( Pvt \) Ltd
hi , i have a problem with Mysql Vs php . Can somebody help me to sort out this problem ? I wrote a php script to connet mysql data base and get some data from some table of the database. It works well .. 1 data1 data2 5 ccc xcx 3 aaa 123 2 klkl opop 4 opop pop I want do the sort

pls help ...............

2004-02-23 Thread CurlyBraces Technologies \( Pvt \) Ltd
hi , when i try to get mysql data to the web browser via php , always it is showing Parse error: parse error, unexpected T_LNUMBER, expecting ',' or ';' in /var/www/html/smsc/test1.php on line 14 error message. but i tried to rectify the essage , i couldn't. can some body help me to solve