[PHP-WIN] MySQL Security

2003-10-12 Thread Rahman Haqparast
Hi. I wanted to know if there is a way to limit access to mysql in windows to localhost only? or to some predefined IP addresses? Rahman -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Call to undefined function: imagecreatefromgif()

2003-10-12 Thread Mike Brum
Please refer to the function entry for imagecreatefromgif(). You'll note that it's been a function that's been discontinued from GD due to copyright issues. http://www.php.net/manual/en/function.imagecreatefromgif.php -M -Original Message- From: Guus Bil [mailto:[EMAIL PROTECTED] Sent:

[PHP-WIN] Call to undefined function: imagecreatefromgif()

2003-10-12 Thread Guus Bil
Hello everybody, Using Typo3, a CMS, on Windows XP, Apache 2, PHP 4.3.3, MySQL 4 I get the following error: Call to undefined function: imagecreatefromgif() Therefore I cannot change the template of my testsite. I really like to get the software running properly. Can anyone give me a hint pleas

[PHP-WIN] Re: Fast template engines

2003-10-12 Thread Constantin Baciu
Wow... faster than Smarty? you can test it against some PEAR based template engines (you can find them in the HTML category). or TemplatePower Can we see some code? Is it a compile-based template engine (like Smarty)? Or just a parse-based template engine? "Donatas" <[EMAIL PROTECTED]>

php-windows Digest 12 Oct 2003 23:06:55 -0000 Issue 1953

2003-10-12 Thread php-windows-digest-help
php-windows Digest 12 Oct 2003 23:06:55 - Issue 1953 Topics (messages 21760 through 21765): Re: I can't make a 'read_tag.php' file 21760 by: Bas 21761 by: Bas Fast template engines 21762 by: Donatas PHP uninstall/reinstall 21763 by: Benjamin Howarth

[PHP-WIN] Re: Subject: selecting and updating fields

2003-10-12 Thread Neil Smth
Why are you trying to do the job of the DBMS in script ? Try instead : $query="SELECT nrviews FROM url WHERE url=".$url; $result=mysql_query($query); if (mysql_num_rows($result)==0) { $query="UPDATE url SET nrviews=nrviews+1 WHERE url='$url'"; } else { $query="INSERT INTO url (url,

[PHP-WIN] Re: PHP uninstall/reinstall

2003-10-12 Thread Shadow
I don't remember much about IIS 3/4 but here are the instruction for installing under windows..http://www.php.net/manual/en/install.windows.php Shadow -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] PHP uninstall/reinstall

2003-10-12 Thread Benjamin Howarth
Hi all, am a newbie to PHP so please spell your answers to my questions out in words of one syllable or less... I recently had PHP 4.2.1 installed on Windows 98 SE, then it suddenly stopped working for some reason - I don't know why or how, but I kept getting SErver 500 errors. Having tried to re

[PHP-WIN] Fast template engines

2003-10-12 Thread Donatas
Can someone recommend me some really fast template engine? I am making my own template class and I would like to test it's speed against some best template engines out there. So far mine is way faster than Yapter (about 8 times) and just a little bit faster than Smarty (about 1.2 times). Donny

[PHP-WIN] Re: I can't make a 'read_tag.php' file

2003-10-12 Thread Bas
And the HTML output is: Test readTag-functie Length = 160Of Tag = 14Of Str = 115Of End = 31TagData: I am myself!! This is a test!!! Welcome!!! Closing!!! I am myself!! This is a test!!! Welcome!!! "Bas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > The output of

[PHP-WIN] Re: I can't make a 'read_tag.php' file

2003-10-12 Thread Bas
The output of the function is: Length = 160 Of Tag = 14 Of Str = 115 Of End = 31 TagData: I am myself!! This is a test!!! Welcome!!! Closing!!! I am myself!! This is a test!!! Welcome!!! "Bas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I have found that this script doesn't work

php-windows Digest 12 Oct 2003 09:08:19 -0000 Issue 1952

2003-10-12 Thread php-windows-digest-help
php-windows Digest 12 Oct 2003 09:08:19 - Issue 1952 Topics (messages 21756 through 21759): Re: php with MS Acces 21756 by: hubo To compile PHP under VC .NET (VC 7) or not ? 21757 by: Emmanuel Tatto passing variables 21758 by: Peter Gerwing Re: I can't make a 'read

[PHP-WIN] Re: I can't make a 'read_tag.php' file

2003-10-12 Thread Bas
I forget to say the structure of the test.tag file: Data Data for name2 Closing... I hope this will help you figure out a solution. I think(from debug mode) that my calculation $lengthofstr is the problem. Thanks, Bas "Bas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I h