Search found 4 matches

by bharathv
Mon Mar 30, 2009 12:17 am
Forum: PHP - Code
Topic: loop
Replies: 1
Views: 129

loop

Hello guys
i wanted the code to send a chunk of data to the function.
i.e. i have a data set $data[0-1263][0-3] and i want to divide this in to chunks of 50 and send it
i.e. $chunk1[0-50][0-3]
$chunk2[51-100][0-3]



thank u in advance
by bharathv
Wed Mar 25, 2009 5:49 am
Forum: PHP - Code
Topic: pass parameter to php file
Replies: 2
Views: 165

Re: pass parameter to php file

thank u sujithtomy.
by bharathv
Wed Mar 25, 2009 5:49 am
Forum: PHP - Code
Topic: Smarty
Replies: 1
Views: 142

Smarty

How to pass value from smarty file to a php file

file.tpl pass->value X
file.php echo X
how to accomplish this..


thank u in advance.
by bharathv
Wed Mar 25, 2009 2:28 am
Forum: PHP - Code
Topic: pass parameter to php file
Replies: 2
Views: 165

pass parameter to php file

<IMG SRC="test2.php">

hello guys,
i want to pass the parameter to the php file
like

<IMG SRC="test2.php,50">

how to pass this and give any snippet to add in the php to accept the parameter.

thanks in advance.