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 Forums
Web Development x 1
2 Posted Topics
Re: 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 … | |
Re: 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 … |
The End.