Search found 2 matches

by pravonline
Wed May 24, 2006 3:39 am
Forum: PHP - Code
Topic: How to concatenate values from an array to form an SQL q?
Replies: 2
Views: 330

Thanks Mr.Neo Geek

Thank you so much Mr. Neo Geek, That is what exactly i want, Thanks once again for your valuable reply,

Regards,
Antony :D
by pravonline
Wed May 24, 2006 2:28 am
Forum: PHP - Code
Topic: How to concatenate values from an array to form an SQL q?
Replies: 2
Views: 330

How to concatenate values from an array to form an SQL q?

Dear All, I would like to how to concatenate the values from an array to form a complete sql query, say for example The array looks like this : Arraytest[1] = "SELECT" Arraytest[2] = "*" Arraytest[3] = "FROM" Arraytest[4] = "TABLE1" Arraytest[5] = "WHERE&...