[PHP] First PHP program

2008-12-13 Thread Anwarulhaq
I am working on MS.net.But now i days i want to work on PHP. I dont know the basis of PHP. Can any one guide me how i have to start with PHP and which editor i should use. Also the links of useful sites for help in PHP. I shall be thankful. Anwar UL-Haq -- View this message in context:

[PHP] Fwd: GD library for creating tables

2008-12-13 Thread Osman Osman
Hello, I'm looking for a library in PHP that will let me easily create tables programmatically. It would be great if I can just specify information about the rows/columns, what each cell should contain, etc, and the table would get created automatically. I should be able to do anything I would

Re: [PHP] First PHP program

2008-12-13 Thread Marc Steinert
Anwarulhaq wrote: I am working on MS.net.But now i days i want to work on PHP. I dont know the basis of PHP. Can any one guide me how i have to start with PHP and which editor i should use. Also the links of useful sites for help in PHP. I shall be thankful. Since you've allready worked with

Re: [PHP] First PHP program

2008-12-13 Thread Kevin Waterson
This one time, at band camp, Anwarulhaq anwarulha...@gmail.com wrote: I am working on MS.net.But now i days i want to work on PHP. I dont know the basis of PHP. Can any one guide me how i have to start with PHP and which editor i should use. Also the links of useful sites for help in PHP. I

Re: [PHP] Chrome 1.0 released

2008-12-13 Thread Richard Heyes
Do you mean as seen on /. ? I don't know, dotslash has a nice ring to it. Darn, the domains are gone... -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated December 5th) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Fwd: GD library for creating tables

2008-12-13 Thread Tim-Hinnerk Heuer
On Sat, 2008-12-13 at 10:18 +0200, Osman Osman wrote: Hello, I'm looking for a library in PHP that will let me easily create tables programmatically. It would be great if I can just specify information about the rows/columns, what each cell should contain, etc, and the table would get

Re: [PHP] Chrome 1.0 released

2008-12-13 Thread Yeti
I got so used to Opera's mouse gestures, now I can't work fluently with other browsers. So I tried Chrome for like 5 minutes. It's always like How do I go back to the previous page again or how do I open a new tab?. As long as Chrome is not being bundled with new computers the average Windows

Re: [PHP] Fwd: GD library for creating tables

2008-12-13 Thread Osman Osman
Hey Tim, Thanks for the reply. I'm actually looking for something to do that exactly, but output it as an image (via GD, imageMagick, etc). I should've been clearer; I mentioned it in the subject but not the actual e-mail. There's actually a PEAR library that does that for HTML, HTML_Table:

Re: [PHP] Chrome 1.0 released

2008-12-13 Thread Richard Heyes
2008/12/13 Yeti y...@myhich.com: I got so used to Opera's mouse gestures, now I can't work fluently with other browsers. So I tried Chrome for like 5 minutes. It's always like How do I go back to the previous page again or how do I open a new tab?. Umm. It's easy. Going back: 1. Click the

Re: [PHP] Chrome 1.0 released

2008-12-13 Thread Richard Heyes
As long as Chrome is not being bundled with new computers the average Windows users will stick to Internet Explorer. I know that from customers who are referring to IE as the program on my computer's desktop running the internet. So if Google can manage to transform Chrome into the internet

Re: [PHP] Chrome 1.0 released

2008-12-13 Thread Dotan Cohen
2008/12/13 Richard Heyes rich...@php.net: As long as Chrome is not being bundled with new computers the average Windows users will stick to Internet Explorer. I know that from customers who are referring to IE as the program on my computer's desktop running the internet. So if Google can

Re: [PHP] Chrome 1.0 released

2008-12-13 Thread Richard Heyes
Just to add, you could just stop coding for IE and alert users that IE is not a supported browser. You may want to re-read my post. The graphs work in everything *but* IE. -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated December 5th) -- PHP

Re: [PHP] Chrome 1.0 released

2008-12-13 Thread Dotan Cohen
2008/12/13 Richard Heyes rich...@php.net: Just to add, you could just stop coding for IE and alert users that IE is not a supported browser. You may want to re-read my post. The graphs work in everything *but* IE. I did catch that. But you mentioned that it shouldn't be used on the internet

Re: [PHP] Chrome 1.0 released

2008-12-13 Thread Richard Heyes
I did catch that. But you mentioned that it shouldn't be used on the internet because of that limitation, and my argument is that one browser that is _known_ problematic should not be cause to eliminate a feature for everyone else. That's a nice thought, but not feasible in reality. --

Re: [PHP] Chrome 1.0 released

2008-12-13 Thread Yeti
I have to defend poor little IE a little now. It supports XHTML and CSS2 pretty well so far. And those standards came out a couple of months ago. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] IP and gethostbyaddr() --- difference?

2008-12-13 Thread Martin Zvarík
Hello, I am doing a view stats for my website. I've seen that many of such statistic scripts store two values to identify the visitor: IP and getHostByAddr(IP) I've been searching..., but I don't get why the IP address isn't enough by itself?! What is the getHostByAddr() = Internet host

Re: [PHP] Chrome 1.0 released

2008-12-13 Thread Ashley Sheridan
On Sat, 2008-12-13 at 15:08 -0800, Yeti wrote: I have to defend poor little IE a little now. It supports XHTML and CSS2 pretty well so far. And those standards came out a couple of months ago. Well, as far as I'm aware, the other browsers have been supporting most of CSS 2 for over a year

Re: [PHP] IP and gethostbyaddr() --- difference?

2008-12-13 Thread Ashley Sheridan
On Sun, 2008-12-14 at 00:28 +0100, Martin Zvarík wrote: Hello, I am doing a view stats for my website. I've seen that many of such statistic scripts store two values to identify the visitor: IP and getHostByAddr(IP) I've been searching..., but I don't get why the IP address isn't

Re: [PHP] First PHP program

2008-12-13 Thread Bastien Koert
On Sat, Dec 13, 2008 at 4:45 AM, Kevin Waterson ke...@phpro.org wrote: This one time, at band camp, Anwarulhaq anwarulha...@gmail.com wrote: I am working on MS.net.But now i days i want to work on PHP. I dont know the basis of PHP. Can any one guide me how i have to start with PHP and

[PHP] Re: IP and gethostbyaddr() --- difference?

2008-12-13 Thread Eduardo Vizcarra
test, ignore Martin Zvarík mzva...@gmail.com escribió en el mensaje de noticias news:f0.ac.47862.f2544...@pb1.pair.com... Hello, I am doing a view stats for my website. I've seen that many of such statistic scripts store two values to identify the visitor: IP and getHostByAddr(IP) I've

[PHP] apache and PHP / Eclipse

2008-12-13 Thread Eduardo Vizcarra
I am having a hard time trying to get some pages work. I have PHP 5.2.8, Apache 2.2 and MySQL 5.1 running in a Windows Vista home edition. All packages were installed, and configured, the strange thing is that pages commonly work but when I add a new line (e.g. an echo line) with a dummy text,

Re: [PHP] Chrome 1.0 released

2008-12-13 Thread Dotan Cohen
2008/12/14 Yeti y...@myhich.com: I have to defend poor little IE a little now. It supports XHTML and CSS2 pretty well so far. And those standards came out a couple of months ago. How about HTML 4[.1] support? I would have like to see that fixed before adding new features. -- Dotan Cohen