Re: PHP Setup



XAMP won't solve your problem because you want PostGres SQL, not MySQL.

of course it will, all he has to do is to active the postgres-dll.
and he gets a clean, accurate installation.

As to your problem. It looks like PHP isn't finding the file. Do you
have your PHPiniDir before the LoadModule statement for PHP?

it should be AFTER the load_module directive.

Also, I
always use forward slashes - they work fine, even in Windows (except the
command processor), and sometimes backslashes cause problems. You might
try putting PHPiniDir "C:/PHP".

you're right, in some cases, php ignores paths given with backslashes
(don't know why).
forward slashes may solve the problem.

regards

.



Relevant Pages

  • Re: PHP Setup
    ... have your PHPiniDir before the LoadModule statement for PHP? ... I always put it before the LoadModule statement so it's available when the module is loaded. ... forward slashes may solve the problem. ...
    (comp.lang.php)
  • Re: replace single slash with double slash
    ... but it seems to be very difficult replacing slashes. ... you must write each slash twice because of php escaping rules. ... These file paths are coming from a database, ... This doesn't matter where the string comes from. ...
    (comp.lang.php)
  • Re: DATABASE field table format - changes not saved over Citrix
    ... the forward slashes were typos. ... The switches do work, but certain changes to ... It must be a Citrix ... >require BACKslashes, not forward slashes, as in your ...
    (microsoft.public.word.mailmerge.fields)
  • Re: Help! Basic code problem
    ... PHP didn't like the backslashes in my ... Unix doesn't understand backslashes. ... And if you're going to do PHP development, you need a development system where you can do these things. ...
    (comp.lang.php)
  • RE: [PHP] error messaages - $DOXPath Wrong
    ... [PHP] error messaages - $DOXPath Wrong ... Cannot modify header information - headers already sent by ... it interprets all escape sequences. ... mixing back slashes in file paths with forward slashes is a terrible, ...
    (php.general)