I recently aquired a copy of the book PHP and Mysql web development by SAMS.
I have begun reading through it and it seems to be a very usefull book
however I started doing the first exersise which is a simple HTML Processor,
the HTML page is as follows:
Bob's Auto Parts - Order Results
Bob's
Thanks mate, problem kinda fixed, looks like this now...
Bob's Auto Parts - Order Results
Bob's Auto Parts
Order Results
Order Processed at ";
echo date("H:i, ");
echo "on ";
echo date ("jS F");
echo "";
echo "Your order is as follows:";
echo "";
echo $tireqty." tires";
echo $oilqty."
How would one go about allowing editable access to only the entry creator
For example:
If I added an entry to the site and only wanted myself to be able to edit /
delete it, likewise with other users how would I go about setting this up in
DW MX on PHP4 and mysql??
Cheers
Ryan
--
PHP General M
OTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Sorry but your problem isn't very clear.
>
> If you are talking of dreamweaver problem you are better off using their
> support forums. Or are you talking about a wiki site?
>
>
> Ryan Stagg wrote:
>
> >How would
4 matches
Mail list logo