php-windows Digest 27 Mar 2006 10:46:51 -0000 Issue 2923
Topics (messages 26790 through 26795):
Re: Restarting PHP on IIS
26790 by: Karuna
26791 by: Karuna
Re: php and MS access memo fields
26792 by: christian tischler
strange caracters
26793 by: christian tischler
26794 by: uros marolt
26795 by: Karuna
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[email protected]
----------------------------------------------------------------------
--- Begin Message ---
Alright, now that's fixed. Somehow it happened by itself :p
Now, I have another problem. I can't seem to upload files, and it seems gd
can't create images. GD doesn't come up with an error but the upload script
comes with a typical error which has to do with priveleges. I've assigned
Internet Guest Account, USERS, and even Domain Users to all priveleges in my
php application folder, the whole of the php install folder, and even
Windows temp directory but doesn't seem to work. Any suggestions?
""Aaron Kenney"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
PHP is reloaded when IIS is restarted. On Windows XP, this is the way it's
done:
1. Stop the Simple Mail Transfer Protocol (SMTP) service.
2. Stop the World Wide Web Publishing service.
3. Stop the IIS Admin service.
4. Start the services in reverse order.
If for some reason this doesn't apply the new configuration, then
there is something not right with the configuration, or with the
IIS/PHP installation. I'm not well versed enough in PHP servers to
know where the startup log would be contained, but that might provide
some insight if PHP has that capability.
-Aaron Kenney
On 3/23/06, Karuna <[EMAIL PROTECTED]> wrote:
> Hi. I've done some changes to php.ini and even after restarting IIS, these
> changes aren't detected. I can't restart the machine itself so is there
> any
> other way to fix this? I remember on WinXP and apache I had to restart my
> PC
> to fix certain issues but I can't restart this as it is business server
> with
> people connected to it.
>
> Thanks.!
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--- End Message ---
--- Begin Message ---
Never mind, I just realised IIS requires absolute file paths and I had
everything as relative >_<
""Karuna"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi. I've done some changes to php.ini and even after restarting IIS, these
> changes aren't detected. I can't restart the machine itself so is there
> any other way to fix this? I remember on WinXP and apache I had to restart
> my PC to fix certain issues but I can't restart this as it is business
> server with people connected to it.
>
> Thanks.!
--- End Message ---
--- Begin Message ---
found the problem:
In case someone wants to know.
I used Text as the column header - not a good idea. Changed it to Text1 and
everything works fine now.
Christian
--- End Message ---
--- Begin Message ---
help please.
probably something very simple, but not for me.
when i use an online form on my website to add some text to my access
database it saves certain caracters incorrectly (like ",'...)
please point me in the right direction.
christian
--- End Message ---
--- Begin Message ---
DO you have same charset on your website and in the database??
On 3/27/06, christian tischler <[EMAIL PROTECTED]> wrote:
> help please.
>
> probably something very simple, but not for me.
>
> when i use an online form on my website to add some text to my access
> database it saves certain caracters incorrectly (like ",'...)
>
> please point me in the right direction.
>
> christian
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--- End Message ---
--- Begin Message ---
What's do you mean they're incorrect? Are they preceded by a slash?
Google for "php sql injection" and it'll help you fix it :) There's also a
detailed overview of this in the php manual under the mysql_ entries.
""christian tischler"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> help please.
>
> probably something very simple, but not for me.
>
> when i use an online form on my website to add some text to my access
> database it saves certain caracters incorrectly (like ",'...)
>
> please point me in the right direction.
>
> christian
--- End Message ---