Hey Everyone,
I'm struggling with an application I'm building for a client.
Depending on the person logged in, they have an authorization level
attached to their profile (1 for Administrator, 2 for Manager, etc).
When they successfully login, they are presented with a menu that is
customized with
Thanks a lot
- Original Message -
From: "John W. Holmes" <[EMAIL PROTECTED]>
To: "Mike Mapsnac" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Saturday, April 10, 2004 10:34 AM
Subject: Re: [PHP] How to do this?
> Mike Mapsnac wrote:
> >
Mike Mapsnac wrote:
My php page takes data from the database such as ID, Date, Value and
prints on the screen. About 20 entries are printed on the screen. The
each entry has option 'yes' or 'no'.
So I need to gather the information about each entry and update
database. I cannot access the varia
On Saturday 10 April 2004 14:36, Mike Mapsnac wrote:
> So I need to gather the information about each entry and update database. I
> cannot access the variable from $_POST because parameter is not static and
> $_POST is not working like this $_POST['$id'];
$_POST["$id"]
" does variable substitut
My php page takes data from the database such as ID, Date, Value and prints
on the screen. About 20 entries are printed on the screen. The each entry
has option 'yes' or 'no'.
So I need to gather the information about each entry and update database. I
cannot access the variable from $_POST beca
Mike Mapsnac wrote:
I have a table that has 5 cells and each cell has a link.
So when I click on a cell , the visited cell will get background color.
In other words, when I click on the cell the color of the cell changes.
I often see post here that are not so PHP related. This is due to the
fac
Hello Mike,
Thursday, March 18, 2004, 2:16:32 PM, you wrote:
MM> I have a table that has 5 cells and each cell has a link.
MM> So when I click on a cell , the visited cell will get background color.
MM> In other words, when I click on the cell the color of the cell changes.
This is an HTML (or
I have a table that has 5 cells and each cell has a link.
So when I click on a cell , the visited cell will get background color.
In other words, when I click on the cell the color of the cell changes.
Thanks
_
Get rid of annoying po
Hi,
RA> for($i=1; $i<21; $i++)
RA> { if(isset($product$i))
RA> {echo "Product".$i." is set!";}
RA> else(!isset($product$i))
RA> {echo "Product".$i." is NOT set!";}}
RA> exit;
...
RA> all of the above give me a parse error.
Your problem is here:
else(!isset($product$i))
You can't put cond
Hi,
am a bit confused as to how you do this...first let me explain the flow of
input:
I will be getting $product1,$product2,$product3 etc from another script...I
dont know till what numberright now I am trying to catch the values till
20 with a "for" loop.
My problem is how do I attach the $i
Sessions, cookies or thru the get request
--
BigDog
On Sat, 2003-08-23 at 02:21, macromaniac wrote:
> well,
> i have to php pages and i want to send one argument from one to another. I
> tried a few things but I couldn't do it.
>
> is there a special way to do it?
>
>
--
PHP General Mailin
well,
i have to php pages and i want to send one argument from one to another. I
tried a few things but I couldn't do it.
is there a special way to do it?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
12 matches
Mail list logo