473,503 Members | 1,706 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Post Array short

3 New Member
Hello everybody. I submit from a form, a post array like this:
Expand|Select|Wrap|Line Numbers
  1. Data[1][View][1]=1
  2. Data[2][View][1]=2
  3. Data[3][View][1]=3
  4. ....
  5.  
  6. on post is like this:
  7. Data
  8. Array{
  9.  [1]=>Array{
  10.   [View]=>Array{
  11.    [1]=1
  12.   }
  13.  }
  14.  [2]=>Array
  15.  
  16. and so on
  17.  
  18.  
  19.  
  20. }
  21.  
  22.  
  23.  
When i rich Data[24][View][10]=10 post stops.

No other values or keys would appear.

Is post array limited to a number of keys?

Or it is a setting i have to change in my php.ini to make it work?

I've tried to enable register_long_arrays.

Did not changed the problem.
Apr 5 '11 #1
0 1036

Sign in to post your reply or Sign up for a free account.

Similar topics

2
5851
by: Gambler | last post by:
Hi, I'm trying to download a memorystream to a .csv file on the users desktop. When I go to write out the memorystream through the byte array it seems to truncate at 1024 and I don't know how to...
6
10971
by: brian_mckracken | last post by:
This might not be the right group for this question, since its kind of a pure html question... Given the html construct: <form action='index.php?expand=0,10000' method='post'> Email: <input...
4
7635
by: garak | last post by:
Hi, I got the following problem : I have an defined an Array of different Actions: public PRootActions AllActions = new PRootActions ; I got a dynamic method where all Actions or other...
5
2254
by: Mircea Dragan | last post by:
Hi, I have a problem. Here is the description: I have a dll which I call from a C# program. The C# program passes an array of doubles to the dll function. Everything works fine as long as I...
7
1413
by: Adam Suszeck | last post by:
I have an application that has a state class, which basically stores application information for other forms to access during the execution of the application. In state, I store an array which...
26
7029
by: Brett | last post by:
I have created a structure with five fields. I then create an array of this type of structure and place the structure into an array element. Say index one. I want to assign a value to field3 of...
5
5363
by: Chuck Anderson | last post by:
I have finally started coding with register_globals off (crowd roars - yeay!). This has created a situation that I am not sure how I should handle. I have scripts (pages) that can receive an...
0
1665
by: digitalmuscle | last post by:
I have experience allowing a client to post a username and password and then returning to them a dataset. However, I need help allowing a client to post to my web service something that looks like...
6
1524
by: JP | last post by:
I have a piece of code where a need to look for specific patterns in a string. Because there are over 20 patterns I want to place these in a string array for quick access ...
3
1142
by: Bonghi | last post by:
Hi all, I have a problem initializing an array of custom structures. It all occurs trying to visualize solids in XNA (ie new version of managed directx) but I think the problem resides in...
0
7083
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7328
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6988
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7456
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5578
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4672
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3166
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1510
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
734
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.