Re: [PHP] What software do you use for writing PHP?

2005-12-06 Thread Jesper Gran
If you're allready using Visul Studio for your windows applications, take a look at VS.Php from Jcx.Software. http://www.jcxsoftware.com/ Jesper -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] OOP Newbie - why does this not work?

2005-10-21 Thread Jesper Gran
On 2005-10-21 06:17, Stephen Leaf wrote: most likely var is depreciated in php5. (can someone confirm this?) Well, if I try to use Var in a class i get this message: Strict Standards: var: Deprecated. Please use the public/private/protected modifiers in C:\code\test\var.php on line 3*

Re: [PHP] Output of html without using functions?

2005-09-14 Thread Jesper Gran
I have tried a class called HTTP protocol client from phpclasses to retrive sourcecode from other websites. You should be able to used it to get the output from your remote script. And it works on b-one. http://www.phpclasses.org/browse/package/3.html /Jepser -- PHP General Mailing List

Re: [PHP] help me to draw a listview in my website

2005-09-12 Thread Jesper Gran
Maybe this could be something? I haven't tried it though. http://www.activewidgets.com/grid/ /Jesper -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] stupid (HTML) question

2005-08-31 Thread Jesper Gran
An easy way to center a table, is to put it in another table: table border=1 width=100% height=100% tr td align=center valign=middle table border=1trtdHello/tdtdworld/td/tr/table /td /tr /table /Jesper -- PHP General Mailing List (http://www.php.net/) To