Re: [PHP] Problems creating images

2006-04-06 Thread Age Bosma
Tom Rogers wrote: Make sure you don't have any blank lines before the There isn't. I've got the suspicion it's got to do with the UTF-8 character encoding because of the characters '', I've seen this before with HTML pages. Because of this I asked the person who's having the problems t

[PHP] Problems creating images

2006-04-05 Thread Age Bosma
Hi, I added image confirmation to a guestbook and even though it works greate for most people, some people have problem and I can't seem to figure out why this happens. Note that I'm not talking about the same guestbook on one server but the guestbook is on people's own hosting server. The p

[PHP] Error "Command failed for target 'ext/xml/xml.lo'" during make process (Solaris 8)

2005-11-15 Thread Age Bosma
"configure: warning: You will need bison 1.28 if you want to regenerate the Zend parser (found 1.27)" Could this have anything to do with it? I hope you can help me out on this one. Yours, Age Bosma -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Strange character conversion when converting XML by XSLT in PHP

2004-12-02 Thread Age Bosma
I'm converting, or at least trying, one XML file to another XML format using XSLT parsing it with PHP. I'm using a lot of characters in the following style "& #34;", "& #42;", etc. (without the space, added now the prevent any conversion in this e-mail) in the XML file and I would like to keep

Re: [PHP] db design path based

2004-03-16 Thread Age Bosma
Jay Blanchard wrote: [snip] I'm trying to build a new db for a website [/snip] Perhaps a db list would be good for this question? True, but I figured this php list would be a good place as well because it also comes down to programming problems that might occur. Also people who use php will

[PHP] db design path based

2004-03-16 Thread Age Bosma
Hi, I'm trying to build a new db for a website and I've got an idea on how it should work but I can't seem to figure out what the best way would be if it comes to the design of the tables in the db. Maybe I'm just looking at the the wrong way... I would like to make the website completely db dr

[PHP] Request domain name

2004-02-25 Thread Age Bosma
't seem to find anything on the php site to get the domain name as well. I prefer using absolute URI's. The reason why this is a problem for me is besause I'm working on a site which has two different URI's but both display the exact same site. Cheers, Age Bosma -- PHP Ge