PDA

View Full Version : CJ555s Usersystem



chrisgocrazyH
15-03-2008, 07:07 AM
Yeah im using the free one but what is the Php code to show the Admin email? like it would be <? (admin email) > or somthing?

Lee
15-03-2008, 07:57 AM
I Assume So Yes ;)

chrisgocrazyH
15-03-2008, 08:12 AM
I Assume So Yes ;)


Yeah all i really want to do is make an contact us Form that the email updates buy its self when u update System Profile?

Lee
15-03-2008, 09:23 AM
Hmm, I see what you mean, Try it :)

DeejayMachoo$
15-03-2008, 09:28 AM
Yeah all i really want to do is make an contact us Form that the email updates buy its self when u update System Profile?

Make your own code for it?



$admin = mysql_query("SELECT * from users WHERE whatevertheformforuserlevelis = 'admin' order by `id` asc limit 1;");

$admin = mysql_fetch_array($admin);
and
<? echo("$admin[email]"); ?>

dannyisamazing!
15-03-2008, 11:12 AM
Should just make your own really. "/


$admin = mysql_query("SELECT * from users WHERE whatevertheformforuserlevelis = 'admin' order by `id` asc limit 1;");

$admin = mysql_fetch_array($admin);

also


<? echo("$admin[email]"); ?>

Blob
15-03-2008, 11:24 AM
Should just make your own really. "/


$admin = mysql_query("SELECT * from users WHERE whatevertheformforuserlevelis = 'admin' order by `id` asc limit 1;");

$admin = mysql_fetch_array($admin);

also


<? echo("$admin[email]"); ?>

We don't need a copy of the post above?

winner
15-03-2008, 11:30 AM
We don't need a copy of the post above?

Or do we..

Bojangles
15-03-2008, 11:45 AM
We don't need a copy of the post above?
He's trying to make out hes a php god :)

Want to hide these adverts? Register an account for free!