Need it ASAP

2001-04-11 Thread Mike Roberts
Hey all! What I am trying to do is get a form to recognize when the user hits enter. If This Was My Description It would show up like this "if this was my description" I have tried different wraps (Virtual, Physical, Soft, Hard) for the text field, but it doesn't work! I want it in my database,

Advanced MySQL

2001-04-04 Thread Mike Roberts
Hey everyone Does anyone know of any sites that teach more advanced PHP and MySQL? Tutorials are the best to learn from, but I'm willing to take anything. Thanks all - Before posting, please check:

Calculations in a field?

2001-04-02 Thread Mike Roberts
Is there any way to make one field in a table calculate another field. I'm making a DB that calculates commissions. So in the money_made field would have the # of sales (sales field) times whatever the commission would be. -

Re: Need examples of companies using mysql

2001-03-30 Thread Mike Roberts
I asked for the same things awhile back. But you got more responses then I did! I got the yahoo address from Jeremy D . Zawodny http://biz.yahoo.com/ne.html Thanks Jeremy, its a good site At 02:48 PM 3/30/2001 -0500, you wrote: Now that our use of MySQL is being questioned (but they are

DateTime

2001-03-29 Thread Mike Roberts
I created a table with a datetime field. I need info on it! I don't know how to work these fields. So far there are about 5 records in the table and I haven't touched the datetime field. What I need to know is if that field gets updated automatically when the record is inserted or updated. And

Easy! Or is it?

2001-03-21 Thread Mike Roberts
Probably easy, but everything is easy once you know how to do it. In my database with PHP and MySQL, I have a description field with varchar set to 255. But what I want to do is have the database spit that out onto a webpage but only showing, say 100 characters.