Please do not email me personally; keep your questions on the list.
There are a lot of good reasons for this... most importantly being that
I am not your paid tech support person ;)
S wrote:
Im actually not defining the pear include in my PHP.ini file. Im
defining it in the application itself. t
In php .zip that you can download from php.net there are two extensions that
you need to enable in order to get exif to work.
Add to your php.ini (in this order)
extension=php_mbstring.dll
extension=php_exif.dll
Edin
"Rob Aldred" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi,
"S Kang" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi Mick,
>
> Overwrite existing libmysQL.dll to c:\php\libmySQL.dll from C:\Program
> Files\MySQL\MySQL Server 4.1\bin\libmySQL.dll.
No need to do that. PHP comes with libmysql.dll that is identical to one
from mysql distribut
I'm upgrading my 4.3.3 installations to 4.3.10 (due to bugs per SANS
recommendation). In the past, the upgrade process has been smooth - I
simply copied the new files over the top of the old ones, updated php.ini.
restarted IIS and I was done.
When I performed the same procedure this time I get t
Mikea wrote:
Why would I want that? Is that the answer to getting around timeouts? I'm
not sure what you are telling me. Thanks.
Mike
No it is not the answer to timeouts... whoops! All righty well it seems
that you are trying to call set_time_limit but your PHP binary is
running in safe mod
Why would I want that? Is that the answer to getting around timeouts? I'm
not sure what you are telling me. Thanks.
Mike
"Jason Barnett" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>A timer script? Go check out PEAR's Benchmark package.
>
> --
> PHP Windows Mailing List (h
From your minimal details, I assume you're trying to print the value of
a textbox/textarea to a webpage?
You would need to use htmlentities() to escape the quotes if that's the
case.
Chris
S.D.Price wrote:
Hi can anyone help. I have a news blog system where a user can add news
stories to a dat
Does anyone have recommendations of specific OS software they have used for
constructing surveys? I've been using www.votations.com but it's not all
that satisfactory and my boss wants something that will reside on our server
and not look third party. I've looked through hotscripts but it's alway
Jason Barnett wrote:
Please start a new thread when you ask a new question.
Pravin-Kumar wrote:
hi!
How can i parse a xml file in php. need to do some extension enable or
what? give me some details. i had tried xml_parse() yet but not
working :(
i am getting error messages.
Warning: xml_
A timer script? Go check out PEAR's Benchmark package.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Please start a new thread when you ask a new question.
Pravin-Kumar wrote:
hi!
How can i parse a xml file in php. need to do some extension enable or
what? give me some details. i had tried xml_parse() yet but not working :(
i am getting error messages.
Warning: xml_parse(): Unable to cal
hi!
How can i parse a xml file in php. need to do some extension enable or
what? give me some details. i had tried xml_parse() yet but not working :(
i am getting error messages.
Warning: xml_parse(): Unable to call handler startElement() in
f:\xml\xml.php on line 23
--thanks
pravin
Hi can anyone help. I have a news blog system where a user can add news
stories to a database. As part of the data validation I indicate when
the user has not entered data correctly and allow then to re-enter data
in a n error prompt form
However if the user has entered quotes the error prompt f
13 matches
Mail list logo