$_post $var - how to post as a variable $_post $var - how to post as a variable
how to post $_POST[$var.$id], I wanted to create a variable that looped through a counter based on the number of fields on the form and input them into a database. I didn't always know how many fields were on the form so i created this mini script to loop through;
$nofields =$_POST['nofields']; //no of fields submitted
$a=1; //counter start
while ($a<=$nofields) {
$fn="varname".$a;
$fieldname=$_POST[$fn];
echo "$fieldname";
$a=$a+1;
}
}
}
Trending right now
Master the Art of Saying No Without Guilt Keep flies off your food this summer Digital Detox night out in Woking How to unmark posting as spam on facebook How Media Headlines Fool You with Clever Wordplay and Sneaky Tactics Getting ready for school chart checklist free printable get yours now Council Tax attachment of earnings removal letter Today is your day How I paid my HMRC tax bill with a promissory note Next Level Lead Generation for any business Lowell debt collection agency. How to get them off your back. How to add a comma or space in a get statement The Hidden Question That Tricks Your Brain Into Attracting Massive Wealth Effortlessly The Hidden Question That Tricks Your Brain Into Attracting Massive Wealth Effortlessly The power of the mind Google ads for electricians in the UK H and M 10 percent discount code How to make a drop down box submit a form How do I unblock someone on facebook Where would a two year old hide a passport.. How to get children to eat more fruit How to send a postal cheque to lloyds bank plc Create a file to upload pictures or files in php How to teach your child to swim easy lessons anyone can do How to return only part of a feild from database using php substr but to take into account spaces Printable Bias Binding Maker. Back magic instructions How to change your name on facebook Getting dressed quickly chart Natural Cure for hayfever Why Speedy Lead Calls Skyrocket Your Success How to stop google chrome downloading automatically How do i edit a facebook album name in a group How to get facebook to refresh my og image The secret to getting your kids dressed in 5 minutes or less in the morning Buyer marked payment as sent when it has not been how do i remove this How to sell your stuff online and for free
|