Jochem Maas wrote:
**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 PROTECTED]
--
George B wrote:
Jochem Maas wrote:
John Nichel wrote:
George B wrote:
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 t
George B wrote:
Jochem Maas wrote:
John Nichel wrote:
George B wrote:
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 t
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
[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
a
Jochem Maas wrote:
John Nichel wrote:
George B wrote:
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 change email add
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
[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
George B wrote:
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
John Nichel wrote:
George B wrote:
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 change email addrs + name :-)
** fro
10 matches
Mail list logo