Forum: PHP May 4th, 2007 |
| Replies: 4 Views: 1,609 Having converted coldfusion to PHP myself it is certainly possible. Amusingly I still don't actually know coldfusion. Was certainly a fun experience. |
Forum: PHP Apr 18th, 2007 |
| Replies: 2 Views: 986 If it is echo'ing in source it isn't a problem with the php. I suggest it has to do with the design of the site. |
Forum: PHP Apr 18th, 2007 |
| Replies: 7 Views: 17,308 Below is a basic example of how I wrote an array drop down for a choice of messengers. $msgr is simply a post result for msgr, so it retains what you selected.
<fieldset><label for="msgr">Primary... |
Forum: PHP Apr 18th, 2007 |
| Replies: 1 Views: 1,369 Perhaps try windows1256. I noticed utf8 didn't have a hyphen. Not having used tidy myself I can't be sure though. |