RE: [PHP] show a field in php file

2005-07-19 Thread Jay Blanchard
[snip] what is it wrong to ask questions on a php general mailing list where I know there are a bunch of people that can help? I do have a php book But it dosent show. Why can other people ask questions but I cant? [/snip] It is not that you cannot ask questions, it is that your questions show

Re: [PHP] show a field in php file

2005-07-19 Thread Raz
Hey George... On 19/07/05, Jay Blanchard [EMAIL PROTECTED] wrote: It is not that you cannot ask questions, it is that your questions show a basic lack of research. The answers to the questions you have asked are easily gotten from the manual, tutorials, and good books on PHP development.

Re: [PHP] show a field in php file

2005-07-19 Thread John Nichel
George B wrote: Jochem Maas wrote: John Nichel wrote: George B wrote: snip non-researched basic stuff http://us2.php.net/manual/en/index.php :-) anyone care for a php mysql extension: mysql_do_xml_http_request_bound_richdatagrid([string] query); george if you want to keep asking

Re: [PHP] show a field in php file

2005-07-19 Thread Jochem Maas
George B wrote: Jochem Maas wrote: John Nichel wrote: George B wrote: snip non-researched basic stuff http://us2.php.net/manual/en/index.php :-) anyone care for a php mysql extension: mysql_do_xml_http_request_bound_richdatagrid([string] query); george if you want to keep asking

Re: [PHP] show a field in php file

2005-07-19 Thread John Nichel
Jochem Maas wrote: snip **Non-Researched Basic Stuff - from John Nichel, eventually I'll be able to leave off the footnote :-P Cool, I've left my mark on history. An Internet acronym to my credit; my life is complete. ;) -- John C. Nichel ÜberGeek KegWorks.com 716.856.9675 [EMAIL

Re: [PHP] show a field in php file

2005-07-18 Thread Jochem Maas
John Nichel wrote: George B wrote: snip non-researched basic stuff http://us2.php.net/manual/en/index.php :-) anyone care for a php mysql extension: mysql_do_xml_http_request_bound_richdatagrid([string] query); george if you want to keep asking questions on NRBS** then you'll need to

Re: [PHP] show a field in php file

2005-07-18 Thread John Nichel
George B wrote: snip non-researched basic stuff http://us2.php.net/manual/en/index.php -- John C. Nichel ÜberGeek KegWorks.com 716.856.9675 [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] show a field in php file

2005-07-18 Thread Jay Blanchard
[snip] ...a lot of stuff from George [/snip] George, We appreciate that you are asking a lot of questions and hope that you become a proficient user of PHP. We do recommend that you spend some time with a tutorial or two (Google is your friend) and a little time with the manual. Many of your

Re: [PHP] show a field in php file

2005-07-18 Thread vid
Thats just executing the query.. you need to use the result set, and iterate over it... $rs = mysql_query($query); while($row=mysql_fetch_array($rs)) { echo $row[0]; ... } stuff like that. Hey guys how would i show a filed from a MySQL database in a php file? Isnt it this? SELECT * FROM

Re: [PHP] show a field in php file

2005-07-18 Thread George B
Jochem Maas wrote: John Nichel wrote: George B wrote: snip non-researched basic stuff http://us2.php.net/manual/en/index.php :-) anyone care for a php mysql extension: mysql_do_xml_http_request_bound_richdatagrid([string] query); george if you want to keep asking questions on NRBS** then