Forum: PHP Mar 25th, 2008 |
| Replies: 1 Views: 198 sorting decimal data in array Hi all,
Array
( [0] => Array ( [AssessmentFormItem_VC] => 1.1 [Item_ID] => 5792 )
[1] => Array ( [AssessmentFormItem_VC] => 1.2 [Item_ID] => 5794 )
[2] => Array ( [AssessmentFormItem_VC] => 2... |
Forum: MS SQL Mar 24th, 2008 |
| Replies: 3 Views: 598 |
Forum: MS SQL Mar 13th, 2008 |
| Replies: 3 Views: 598 |
Forum: MS SQL Jan 27th, 2008 |
| Replies: 5 Views: 531 Re: Joins Thanks to reply my query. It worked. :) |
Forum: MS SQL Jan 24th, 2008 |
| Replies: 5 Views: 531 Joins Hi
can any one help me in following case?
Table A
ID | Name
1 , Apple
2 , Bat
3 , Cat
4 , Dog |
Forum: PHP Nov 29th, 2007 |
| Replies: 0 Views: 755 oracle insert query failing + php hi all,
i have a table whose structure is as below:
Name Null? Type
----------------------------------------- -------- ----------------
NEWSLETTER_ID ... |
Forum: PHP Nov 13th, 2007 |
| Replies: 2 Views: 856 Re: help in merging of two array values Hi,
Thanks 4 ur reply :) . i did it as below:
for($i = 0; $i < count($hours); $i++)
$time[$i] = $hours[$i] . ':' . $minutes[$i];
same way but with a for loop... |
Forum: PHP Nov 13th, 2007 |
| Replies: 2 Views: 856 help in merging of two array values i have an array of hours[] and minutes[].
hours Array:
Array ( [0] => 11 [1] => 12 [2] => 13 [3] => 14 )
minutes[] Array:
Array ( [0] => 30 [1] => 30 [2] => 30 [3] => 30 )
now i want an array... |
Forum: PHP Nov 12th, 2007 |
| Replies: 3 Views: 2,304 Re: how to pass a php array to a sql query hi Jeni,
First of all THANKS for looking into the problem and trying out an example for me. now have a look to what i am actually doing...
i am passing the Template_ID in my href
FIRST OF ALL LOAD... |
Forum: PHP Nov 12th, 2007 |
| Replies: 3 Views: 2,304 how to pass a php array to a sql query hi all,
i have a string for example:
$str="The annual general meeting is scheduled on ::date:: at ::time::.
you all are requested to be present on ::date:: at ::time::."
i store it in the... |
Forum: PHP Sep 8th, 2007 |
| Replies: 1 Views: 1,596 Comparing two arrays problem hello all,
i have a php page in which user added certain combinations and clicks on add. when added, i create a array which stores the values and user can add multiple rows.
if ($action=="Add")... |
Forum: MS SQL Sep 5th, 2007 |
| Replies: 2 Views: 3,649 |
Forum: MS SQL Sep 5th, 2007 |
| Replies: 2 Views: 3,649 backup script for a table in MSSQL 2005 hi all,
Very new this forum. i am using MSSQL 2005 and i want to create a backup script for a table [create and insert statements] without using mssql datapublishing wizard 2005. is it possible?? how... |