Welcome Guest [Log In] [Register]
Viewing Single Post From: Ad System v1
Dennis
Member Avatar
Member Extraordinaire

Why on earth aren't you using a nested array? Matching entries in two arrays is a horrible way to go about this.

array(
[0] = array (
link => 'http://support.zetaboards.com'
image => 'http://image.com/image.jpg'
)
[1] = array (
link => 'http://support.invisionfree.com'
image => 'http://image.com/image1.jpg'
)
)
Offline Profile Quote Post
Ad System v1 · User Created Codes