Hi All,
I’ve been working hard on the PHP UI Framework called Agile Toolkit. Some of
you might have already heard and tried it, but I’m willing to get it out to
more people.
What is UI Framework
PHP UI Framework is collection of a PHP Classes which are designed to care of
Web User Interface w
Hello All,
I am trying to make some sense of this PHP5 security vulnerability notice
from 18 October 2011:
http://comments.gmane.org/gmane.linux.ubuntu.security.announce/1478
It states that for Ubuntu 8.04 users, a PHP upgrade to 5.2.4 is required to
take care of the security issues. It also sta
On 10/19/2011 7:00 AM, Jon Watson wrote:
> Hello All,
>
> I am trying to make some sense of this PHP5 security vulnerability notice
> from 18 October 2011:
>
> http://comments.gmane.org/gmane.linux.ubuntu.security.announce/1478
>
> It states that for Ubuntu 8.04 users, a PHP upgrade to 5.2.4 is
On Wed, Oct 19, 2011 at 11:54 AM, Jim Lucas wrote:
> On 10/19/2011 7:00 AM, Jon Watson wrote:
> > Hello All,
> >
> > I am trying to make some sense of this PHP5 security vulnerability notice
> > from 18 October 2011:
> >
> > http://comments.gmane.org/gmane.linux.ubuntu.security.announce/1478
>
>
Dear All,
I’m using Window XP operating system. I’ve just installed
PHP 5.2.5 and Apache 2.2.8 over a week now. I’ve checked if Apache installation
is okay with ‘localhost’ in my Firefox browser and it displays ‘It Works!’ But,
my php code Hello Web!";
?> that I saved as ‘first.php’ in the ‘h
Hi,
I've got a problem when running PHP with nginx, there are several php-cgi
processes and only one is busy at one time, like this:
500 23868 0.0 0.0 209164 10948 ?S21:23 0:01
/usr/local/websrv/php/bin/php-cgi --fpm --fpm-config
/usr/local/websrv/php/etc/php-fpm.conf
On 10/19/2011 10:36 AM, Joseph Adenuga wrote:
>
>
>
> Dear All,
>
>
> I’m using Window XP operating system. I’ve just installed
> PHP 5.2.5 and Apache 2.2.8 over a week now. I’ve checked if Apache
> installation
> is okay with ‘localhost’ in my Firefox browser and it displays ‘It Works!’
> B
Joseph Adenuga wrote:
I’m using Window XP operating system. I’ve just installed
PHP 5.2.5 and Apache 2.2.8 over a week now. I’ve checked if Apache installation
Both of those are quite old! If you are just starting out then it would be worth
ditching them and getting PHP5.3.8 with Apache2.2.21
On 10/19/2011 11:36 AM, Joseph Adenuga wrote:
Dear All,
I’m using Window XP operating system. I’ve just installed
PHP 5.2.5 and Apache 2.2.8 over a week now. I’ve checked if Apache installation
is okay with ‘localhost’ in my Firefox browser and it displays ‘It Works!’ But, my php codeHello Web!
On Wed, Oct 19, 2011 at 9:26 AM, Tim Thorburn wrote:
>
>
> Failing this, do you need Apache? If you just want a web server to test
> some stuff on, you can download Microsoft's Web Platform - it will install
> and configure IIS to run with PHP,
IIS is only available on Windows XP Professional.
Hello World,
I have a question regarding loops, How I can check inside a loop if a
variable chage a value, for example
$sql = mysql_query("SELECT model FROM table")
while($row=mysql_fetch_array){
$model = $row['model'];
echo "First model: ".$model."";
* // if $model chage its model va
On 10/19/2011 8:05 AM, Jon Watson wrote:
> On Wed, Oct 19, 2011 at 11:54 AM, Jim Lucas wrote:
>
>> On 10/19/2011 7:00 AM, Jon Watson wrote:
>>> Hello All,
>>>
>>> I am trying to make some sense of this PHP5 security vulnerability notice
>>> from 18 October 2011:
>>>
>>> http://comments.gmane.org/
On 10/19/2011 12:32 PM, ®0L¥ wrote:
> Hello World,
>
> I have a question regarding loops, How I can check inside a loop if a
> variable chage a value, for example
>
> $sql = mysql_query("SELECT model FROM table")
>
> while($row=mysql_fetch_array){
> $model = $row['model'];
> echo "First
I have the following in a file called "hello.php" in my htdocs directory
(Apache webroot).
Your name:
Your age:
as well as the following in a file "action.php", also in the same directory.
Hi .
You are years old.
When I click on the submit button of the form in hello.php, it should sa
On 20/10/2011, at 10:24 AM, hanson zhou wrote:
> I have the following in a file called "hello.php" in my htdocs directory
> (Apache webroot).
>
>
> Your name:
> Your age:
>
>
>
> as well as the following in a file "action.php", also in the same directory.
>
>
> Hi .
> You are years old.
On 19 Oct 2011 at 22:27, Simon J Welsh wrote:
> On 20/10/2011, at 10:24 AM, hanson zhou wrote:
>
>> I have the following in a file called "hello.php" in my htdocs directory
>> (Apache webroot).
>>
>>
>> Your name:
>> Your age:
>>
>>
>>
>> as well as the following in a file "action.php", als
Hi Gurus,
I am new to php and drupal both .
I have created two domains in drupal. and two different roles.
Now i wanted to show different page for each role.can you anybody tell me
how to do it.
Or share with me if something is readily available.
Thanks,
S
On 2011-10-20, at 12:31 AM, drupal dev wrote:
> I have created two domains in drupal. and two different roles.
>
> Now i wanted to show different page for each role.can you anybody tell me
> how to do it.
>
> Or share with me if something is readily available.
Um, drupal.org woul
18 matches
Mail list logo