473,386 Members | 1,715 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

print the loop value

Hi
i got the array values from the html page using foreach. In this i can get multiple array values to print in the table.

the values are

Date Forward Process

12/9/8008 5 3
15/09/2008 7 4


For Date I am using this

Expand|Select|Wrap|Line Numbers
  1. foreach ($_POST['CreatedDate'] as $key => $value) {
  2.     echo $value;
  3.      }
  4. the same as i use  forward and Process 
  5.  
  6. foreach ($_POST['forward'] as $key => $value) {
  7.  echo $value;
  8.      }
  9. foreach ($_POST['Process'] as $key => $value) {
  10.  echo $value;
  11.      }
how can i print this values for the above table format. i am tried to print but i got the three values are one by one.

anyone help to solve this issue

Thanks and regards,
Geethu.
Oct 15 '08 #1
2 1272
Markus
6,050 Expert 4TB
Geethu, you have been posting long enough to know that you use code tags when posting code. Please do not break from trend (I've seen you use code tags before).

And to your question, I'm finding it hard to understand. Could you maybe be a bit clearer?

Thanks.
Oct 15 '08 #2
Geethu, you have been posting long enough to know that you use code tags when posting code. Please do not break from trend (I've seen you use code tags before).

And to your question, I'm finding it hard to understand. Could you maybe be a bit clearer?

Thanks.
i want to print the loop values in table format. In first row i want to print the date and forward in the last row process.

how can i do it

Thanks
Oct 15 '08 #3

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

Similar topics

3
by: gasturbtec | last post by:
i'm using access 2000 and have a form in which users can select reports with check boxes and click a print button to print out the selected reports. what i want to do now is place a text box on the...
1
by: Nick Li | last post by:
Hi, I am trying to print a value of a variable multiple times. For example, the value is "*" and I want to print it five times, like "*****". Can somebody show me a easy way to do it? Thanks...
8
by: vijay | last post by:
Hello, As the subject suggests, I need to print the string in the reverse order. I made the following program: # include<stdio.h> struct llnode { char *info;
1
by: Michael Beck | last post by:
I need to select one of about 15 printers, which I have been able to do. Then I need to set that printer as the printer to use, run a Crystal Reports reports, and track if/when the printing job...
12
by: waterdriven | last post by:
Hello; I am a newbie. A homework assignment was assigned and I am having trouble getting started. The assignment reads: Write a program to print out the binary value of a 16 bit number.
1
by: gleave | last post by:
Hi, below is the code i got to print a datagridview, the trouble is it also prints visible columns which i don't want to be printed. Does anyone have any ideas on how i could change the code so it...
3
by: vileoxidation | last post by:
Hello, and thanks for any help in advance! Basically, as the title says, I am looking for a way to print the number of times the user gave the program an input, and then also print the average of...
3
by: Tim | last post by:
Folks, I'm trying to format a print string so that it reports progress whilst processing a looping structure with a date time stamp appended to the end of the string. This started out life as a...
16
by: raylopez99 | last post by:
I am running out of printing paper trying to debug this...it has to be trivial, but I cannot figure it out--can you? Why am I not printing text, but just the initial string "howdy"? On the...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
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...

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.