Ask a Question related to PHP Development, Design and Development.
-
Chris Morley #1
PHP database site - lots of files!! - Any better ways?
Hi, im writing my first proper PHP site for ordering services online. The
problem I'm finding is that I am ending up with loads of different files....
indeed many for each table I want to administer.
Among other things, I have a tables of packages, add-ons, payment methods
etc. For example, the packages require lots of individual files for admin
purposes (add/delete/edit):
form_edit_packages.php // form for listing all packages, user clicks package
description to edit
form_edit_package.php // form for editing a package
insert_package.php // sql script for inserting new packages. called on
submit on form_edit_package
delete_package.php // sql script for deleting packages. called on submit
from form_edit_packages
update_package.php // sql script for updating packages. called on submit
from form_edit_package, if 'editing'
Is there a better way to go about this? As you can see I need to create the
above files for each table in that database..
Thanks in advance, is very much appreciated.
Chris
Chris Morley Guest
-
Database Display - How can I repete the rows both ways?
I am able to display my database on my webpages either all vertically one after another ( after using the repete region feature ) or all... -
Lots of pictures, lots of problems
I have a project in which pictures need to flash up at precise times in synch with music. I thought I was going great guns - I'd reduced all my... -
Ways of playing mpg files
Apart from Quicktime (in which case the user needs Quicktime player installed - I assume), what methods are available to play, and control mpg... -
how do I hide database connection files using PHP include files?
I have the following at the beginning of the PHP page: <?php require_once('Connections/conn.php'); ?> I want to hide the connection file,... -
Windows XP Exlorer Crashes upon opening Folders with lots of jpeg or bmp files
There have been several threads in Google's Microsoft.public.windowsxp.help_and_support about people having problems with Windows Explorer crashing...



Reply With Quote

