Asking suggestions

A

Anonymous

Guest
Hi Friends,

Recently I have completed my project of business stationary design.

Now I am going to start new project that includes Database Generation Script, CMS generation script etc.

I think i am not as much experience(8 months only) for this kind of project so i need your suggestions.

One question should I use @ in front of mysql functions or not. I havent used previously. Please waiting for your suggestions. Give as much you can.

ThanX
 
@ in front of a function, supress (don't show) its errors!
So... you know what to do :)
 
Ok i will not use @ in front of function.

You havent given any suggestions regarding to build my new project.
 
Well... don't know what to say. What you mean by "Database Generation Script" ?
We can easily make a script to gerenate eg.: guestbooks, with preferred colors, style, site info, etc.
But.... a CMS ? ... hunnn....!
Is likely to say to must implement a CMS. Some gererated code will be just like an add-on to it.
Maybe you can give us a better idea about what you are trying to do.
 
ok i m trying to make that if user runs my page than

1. database should be created, tables generated automatically.
2. Admin Panel should be generated.
3. front also.
 
Hunn... generated?
Why not just make a system (admin area, interface and all the proper tables, whatever) so that every user can use it !?
I mean... what you see e.g.: if you login in this site or any other one ... the user area! :?
 
viralupadhyaya said:
ok i m trying to make that if user runs my page than

1. database should be created, tables generated automatically.
2. Admin Panel should be generated.
3. front also.
I think you want to create an installation script for some web-app right ?

Download phpBB and try installing it..
if that is what you want, thanks to open-source phpBB :D
 
Back
Top