Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.8K
~8K People Reached
Favorite Forums
Favorite Tags
php x 2

2 Posted Topics

Member Avatar for ramukumar

also [CODE=php] $url['google'] = "http://www.google.com"; echo "<a href=\"{$url['google']}\" target=\"_blank\">Link</a>"; [/CODE]

Member Avatar for aru211285
0
8K
Member Avatar for peck3277

To gain a better understanding as to 'why' use OO-PHP, perhaps you should look into some of it's more useful design patterns, it took me a while to understand [URL="http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller"]MVC[/URL] (the model view controller) design pattern, however now I find I am using it on a daily basis, separating logic …

Member Avatar for xaeon
0
155

The End.