English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i want to create a new system cashier with php.But i dont know how to develop it.Please help me..This system should have form to enter details about stock,daily amount,month,year,balance.What should i do??

2007-07-21 15:57:36 · 4 answers · asked by shanxi_gill85 1 in Computers & Internet Programming & Design

4 answers

The first thing you will have to do is... to get rid of Dreamweaver.
These front end programs may be great to design a page, but are rubbish at making an efficient site. As you need forms, dreamweaver will call payable services to do so. If you read the resultant code (notepad), you will have NO CLUE of what you are doing...
That is the bad news.
The good news is that to use PhP and MySQL, you will have to "really" start learning to program, and the best way is to write your pages with notepad (NO other editor!).
You can start with DW, then edit the code with notepad, but it is harder than writing HTML from scratch.
For your system, you will need a database: here comes MySQL. You have to set-up the DB and its tables, then define a few codes (create table, add entry, remove entry, view entries and so on).
These calls are made using PhP.
If you have used C in the past, or any other high language, you will find that PhP is extremely powerful and relatively easy to use. Go to www.php.net (the OFFICIAL site of PhP). All manuals, samples, code snipets and good tutorials are there.
Within a week, you'll get the hang of PhP (while within a month, you will still be struggling with crap DW).
Check your server: usually, PhP and MySQL are there for no supplement. PhP should be PhP4.04 minimum, but PhP5 is the most recent and stable version.
For your forms, get plenty of samples on PhP site.
You can change from DW to PhP relatively easilly:
this:


becomes:
echo ("");
Good luck and, if you struggle, email-me: I'll send you some easy to understand code samples.

2007-07-21 22:07:49 · answer #1 · answered by just "JR" 7 · 0 1

Learn PHP at websites like w3schools.com
alternatively contact a PHP expert at websites like http://askexpert.info/

2007-07-22 01:52:09 · answer #2 · answered by Anonymous · 0 0

Start reading, and reading and reading! Don't expect someone to do your homework for you unless you are willing to pay.

PHP.net try google for php mysql tutorials, there are thousands of them

2007-07-23 06:50:02 · answer #3 · answered by Sophie 1 · 0 0

Have you check http://www.sourceforge.net yet? There might be something there that you can use as a base of your application.

2007-07-21 16:05:31 · answer #4 · answered by Dennis R 5 · 0 1

fedest.com, questions and answers