PHP Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsProgrammingPHP Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
  #1  
Old January 10th, 2005, 02:36 AM
chaashish chaashish is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jan 2005
Posts: 1 chaashish User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Question FORm

I am creating an array in file file1.php.
<?php

echo("<br>");
echo("<form action=\"formcollect.php\" method=\"POST\" >");
echo("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

&nbsp;&nbsp;&nbsp;&nbsp;");
for($k=0;$k<=15;$k++)
{echo("<b><i>Comp</i></b>");
echo("&nbsp;&nbsp;&nbsp;&nbsp;");
}
echo("<br>");
for($i=0;$i<=15;$i++)
{ echo("<B><i>Comapny</i></b>");
for($j=0;$j<=$i;$j++)
{ echo("&nbsp; &nbsp;&nbsp; ");
echo("<input type=\"text\" name=\"rating[][]\" size=\"1\"> ");
}
echo("<br>");
}

echo("<br>");
echo("<input type=\"submit\" value=\"SUBMIT\">");


echo("</form>");

?>
how can i access the elements of array in called script.

Reply With Quote
  #2  
Old January 10th, 2005, 08:45 AM
MadCowDzz's Avatar
MadCowDzz MadCowDzz is offline
I'm Internet Famous
Dev Articles Frequenter (2500 - 2999 posts)
 
Join Date: Jan 2003
Location: Toronto, Canada
Posts: 2,890 MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level)MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level)MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 1 Week 16 h 14 m 9 sec
Reputation Power: 8
Although I don't think its proper to use [] in your input box names, I do believe it still works. Is there a reason you're doing multidimensional array?

Anyways, try adding this to your formcollect.php: print_r($_POST)

It will print out the POST array which should give you a better understanding of what's happening... you could also try $_POST['rating'][0].... although I'm not positive of how the array is translated by PHP

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsProgrammingPHP Development > FORm


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway
Stay green...Green IT