Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #72.8K
~563 People Reached
Favorite Tags

2 Posted Topics

Member Avatar for Chua_1

You can't use php interactively on the user side. It is a server protocol. Instead, you need to use javascript or jQuery. Here is a solution the uses JS. Note that I prefer to build the page from php using echo statements rather than exiting php and entering again. This …

Member Avatar for fearless359
0
252
Member Avatar for griswolf

Maybe some reason not to, but what about a name/value pair array. The caller puts in the array only the name/value pairs they want to specify. You can validate this and assign to an object using a case statement. If you'd rather do this from an object level, create an …

Member Avatar for JamesCherrill
0
311

The End.