[PHP-DB] Connecting to mySQL database

2002-02-16 Thread Alvin Ang
Hi ppl, I'm new to both PHP and mySQL but have no choice but to crash-course on both before end of mid of march to complete my University project. I would really appreciate alittle help from any kind soul out there. I have already created a mySQL database and create all the tables *well at

[PHP-DB] Sample Warehouse Management System Codes?

2002-02-18 Thread Alvin Ang
Hi ppl, Sorry to bother you ppl again, I was just wondering would anybody happen to have simple codes for a Warehouse Management System? I need it as a reference to do my Final Year Project for my University. Thanks! Alvin -- PHP Database Mailing List (http://www.php.net/) To unsubscribe,

RE: [PHP-DB] Sample Warehouse Management System Codes?

2002-02-18 Thread Alvin Ang
, February 19, 2002 12:51 PM To: Alvin Ang Cc: PHP Subject: Re: [PHP-DB] Sample Warehouse Management System Codes? I'm constantly amazed how people can post such e-mails without first checking freshmeat - it really takes longer to write the e-mail, you know? This is what I came up with - out of sheer

[PHP-DB] illegal operation when accessing a php file!

2002-02-21 Thread Alvin Ang
Hi there, I am doing a school project on inventory management system, running very short on time. :( I just completed a php file for authenticating users accessing my site, but encountered illegal operation when trying to access the file. please help!!! ?php //Starting Session

[PHP-DB] Display in drop-down box

2002-03-01 Thread Alvin Ang
Hi there, I was wondering if anyone would be kind enough to show me how to select a field from a table in mysql and display it in a drop-down combo box? I am trying to show my users a list of all the parts from a table so that they can edit or delete it. Thanks! Alvin -- PHP Database

[PHP-DB] Getting date range from mySQL

2002-03-24 Thread Alvin Ang
Hi ppl, I want to retrieve data from a transaction table using the date range, i stored date in mmdd format, but when in Jan~Sep the date stored is mdd only, now i want to search the database from a certain date range. Can anyone advise me how to do it? Thanks! Alvin Ang -- PHP