[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 f

[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: [

[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 =

[PHP] database searching

2001-09-03 Thread Melih Onvural
i want to randomly choose a column in a database with a quote in it, by the number of the column. i have a random seed working, but it won't pull only one column, but all columns. How can I choose just one column, and print one column at a time? thanks, Melih -- PHP General Mailing List (http