|
|
 |
Re: FN-FORUM: PHP/MYsql Issue
date posted 4th January 2005 19:07
Why am I getting all these forum emails?????
snapper jazz
--- Gavin Cotton [EMAIL REMOVED] wrote:
>
> OK now it's this page that isn't working:
>
> $sesmemid=$HTTP_SESSION_VARS['memberid'];
> $sestype=$HTTP_SESSION_VARS['type'];
> $delallSQL="DELETE FROM membersstyles WHERE memberid
> = $sesmemid";
> mysql_query($delallSQL);
>
> $arrGenres=$_POST['selstyles'];
> foreach ($arrGenres as $key=>$value) {
> $strSQL="INSERT INTO membersstyles (memberid,
> selstyles, memtype) VALUES
> ($sesmemid, $value, $sestype)";
> mysql_query($strSQL);
> }
> header("Location:
> http://www.n-e-a.co.uk/memberdj/profilesystem.php");
>
> the last page posts to this one, this deletes all
> the entrries from the
> table for that member and then reinserts the new
> values they've
> selected, again works on my testing server but no on
> my host.....
>
>
>
> --
> Freelancers, contractors earn more with Prosperity4
> Call 0870 870 4414 or visit www.prosperity4.com
> and benefit from Inland Revenue approved expenses
> today.
>
> To advertise here:
> http://www.freelancers.net/advertising.html
>
> Unsub:
>
http://www.freelancers.net/rm.php?g=1095171402274994719
>
> To Post a New Message: [EMAIL REMOVED]
> Forum Homepage: http://www.freelancers.net/forum.php
>
> http://www.freelancers.net - freelancers and
> freelance jobs
>
>
__________________________________
Do you Yahoo!?
Yahoo! Mail - Easier than ever with enhanced search. Learn more.
http://info.mail.yahoo.com/mail_250
|
 |
|