[PHP] linux help

2001-12-26 Thread Melih Onvural
i know this isn't a linux newsgroup or listing, but i've seen configuration problems in the past so i was wondering if anyone could fix mine now. I have the server, ssl, php, mySql, the whole deal, but we have an Intel wireless network at home which, as it turns out, has only windows drivers. I

[PHP] XML DTD

2001-11-12 Thread Melih Onvural
I know this is a PHP news group, but i've seen some XML questions before and I was wondering if anyone knew how to apply a DTD, or where to find one. thanks for any help, Melih Onvural [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

[PHP] displaying certain columns

2001-09-30 Thread Melih Onvural
i have a database and it randomly selects one piece of data from a table of quotes, but it will only print the quote when I include the row that it's picked with. I have my SELECT statement at $sql = SELECT $dbrow FROM $dbtable ORDER BY RAND() LIMIT 1; and then to display the result $result =