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
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:
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
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 - 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
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,
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
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
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
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
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 - 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
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
13 matches
Mail list logo