php.ini

They have: 164 posts

Joined: Nov 2001

if i'm getting this error:

<?php
Warning
: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (C:\Temp) in Unknown on line 0
?>

is it mean that in my php.ini, the session path is incorrect?? what should i do? faced this problem only when using NT.

Mark Hensler's picture

He has: 4,048 posts

Joined: Aug 2000

C:\Temp

They have: 164 posts

Joined: Nov 2001

in my script i assign :

<?php
$script
= getenv($script = getenv(\"SCRIPT_NAME\"));
?>

and all my form action:

<?php
echo \"<form action = \\"$script\\">\";
?>

everything works fine for my side but there's one person that used my scripts, get error when he tried to add or update record.

Quote:
No input file specified

i dono what is wrong with that but i found that when i clicked a button to add or update, it will point to 24.187.69.236:7000/php/php.exe instead of my page.

what is wrong with that??

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.