Re: [PHP] Creating Arrays

2001-04-12 Thread Rodney J. Woodruff
Do you understand the options that the other people have explained? -- Rodney "Ashley M. Kirchner" wrote: > "Rodney J. Woodruff" wrote: > > > http://www.php.net/manual/en/function.msql-fetch-array.php > > Okay, call me dense. I can't figure

Re: [PHP] Including a URL for mailing..

2001-04-11 Thread Rodney J. Woodruff
What have you tried so far? -- Rodney Chad Day wrote: > What I'm trying to do is specify a URL in a form, and then take that URL, > put its contents into a variable, and mail it out in an e-mail message with > the body of the message being that URL. I haven't gotten anywhere so far, > just get

Re: [PHP] Creating Arrays

2001-04-11 Thread Rodney J. Woodruff
http://www.php.net/manual/en/function.msql-fetch-array.php Hope this helps. "Ashley M. Kirchner" wrote: > I need to convert an MySQL result into an Array...somehow. The > query returns the following: > > ++---+ > | ID | Project | > ++---+ > | 1 |

Re: [PHP] Count function. (Newbie Question)

2001-04-09 Thread Rodney J. Woodruff
Look here as a starting point: http://www.php.net/manual/en/function.mysql-num-rows.php I don't know the exact answer to your question but I hope that this helps. -- Rodney Michael O'Neal wrote: > Hi, > > I'm trying to display a record count of some sort on a page I'm working > on. For examp

Re: [PHP] Copy data from one mysql table to another?

2001-03-28 Thread Rodney J. Woodruff
Which database are you using? -- Rodney Bob Stone wrote: > Dear PHP Helpers, > > I cannot find any documentation on how to copy the > data from one mysql table to another, i.e. table1, > columnx to table2, columnx. > > Can you recommend a way? > > Here is the situation. > > I have one table cal