Reading multiple parameters in PHP
Friday, 02.10.2009.Suppose you have to send four values: element Id, table, row and column compounded in one URL parameter. That is simple, parameters can be concatenated and delimited with special character. But how to send multiple of these complex URL parameters?
1 response so far