RE: [PHP] general apache list

2002-09-30 Thread Chuck Payne
apache.org or on Google for Apache Today, I think it apachetoday.org. There you will find your list. Chuck Payne -Original Message- From: electroteque [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 10:45 AM To: [EMAIL PROTECTED] Subject: [PHP] general apache list where can

[PHP] What other list are there?

2002-09-25 Thread Chuck Payne
might be a little more advance. Hey, if I am wrong sorry, just thing to make sure a head of time. Thanks, Chuck Payne Magi Design and Support -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] html input and php (newbie) --> What I was asking with my thoughts on Search Engine

2002-09-24 Thread Chuck Payne
This what I was asking, I want someone to press submit then have the returns print out in one are of the table. So could I do this? So instead of doing a search.html that calls on do_search.php like most books teach. I am wanting to do a search.php. Just print the information on that page. Ch

[PHP] Thoughts on a simple search engine...

2002-09-24 Thread Chuck Payne
Of course the table they want to search $field = Field that want to seach $value = value what they want to by $input = if they want to search by something other a node numder. So I if I create the form, is there way that I can have it echo on the same page if I am using a form? Chuck Payne Magi D

[PHP] FPDF and MySQL

2002-09-19 Thread Chuck Payne
there is a tutorial. Thanks, Chuck Payne Magi Design and Support -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Date-format

2002-09-18 Thread Chuck Payne
quot; "; } that way you don't have a bunch of 00-00-00 showing up. I hope that helps, because that is what the maillisting is for and not to always quote "Read the Book". Chuck Payne Magi Design and Support -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Time Stamp

2002-09-18 Thread Chuck Payne
Hi, I have a form that I am using to update a mysql table but I can get timestamp to update. How can I pass that information to pass on. I have "READ" all books and feel I have correct systax but it just not working... This should pass the time right? Chuck Payne Magi Design a

[PHP] Help getting count to show up.

2002-09-10 Thread Chuck Payne
get count to show. I can get two of the fields. Below is the PHP program that I am wanting to run. How can I get count to show? Thanks. Chuck Payne Magi Design and Support ", $myrow[category], $myrow[format

[PHP] Problem with MySQL

2002-06-14 Thread Chuck Payne
"; } What am I doing wrong? It only show one record and it show more. Chuck Payne

Re: [PHP] Brain Dead...

2002-03-17 Thread Chuck Payne
I think it I am the right path now, it has to do with $_GET or $_POST not passing the information on to mysql. But I will look at the log shortly. Chuck - Original Message - From: "Thalis A. Kalfigopoulos" <[EMAIL PROTECTED]> To: "Chuck Payne" <[EMAIL

Re: [PHP] Brain Dead...

2002-03-17 Thread Chuck Payne
c. So I am trying to find out how to do that. Maybe I am going about it the wrong way. Chuck - Original Message - From: "Thalis A. Kalfigopoulos" <[EMAIL PROTECTED]> To: "Chuck Payne" <[EMAIL PROTECTED]> Cc: "PHP General" <[EMAIL PROTECTED]>

Re: [PHP] Brain Dead...

2002-03-17 Thread Chuck Payne
able that will hold the user's choice is stored in variable $ddmenu. > Thus, no "input" needed. > > > cheers, > --thalis > > > On Sun, 17 Mar 2002, Chuck "PUP" Payne wrote: > > > I am trying to get a form to work with pull down menu. But I