Click here to Skip to main content
15,909,324 members

Comments by prafulla1978 (Top 5 by date)

prafulla1978 20-Sep-20 11:18am View    
how to call getdata method on button click
prafulla1978 12-Aug-20 5:00am View    
This is not succesfull beacouse after adding filter it not saves new row data/ insert new row data in database
prafulla1978 12-Aug-20 4:58am View    
This is not right answer because i have given allready header names in datagridviewrow to headers by edit columns option on right click . this method shows next all columns with data but seperate columns in grid.
prafulla1978 4-Feb-19 3:05am View    
sorry , when i refered the manual as per your gudance i install proper visual c runtime (crt) and loadmodule code as

LoadModule php5_module C:/php/php5apache2_4.dll
ScriptAlias /php/"c:/php/"
AddType application/x-httpd-php .php .php5
Action application/x-httpd-php "/php/php-cgi.exe"
SetEnv PHPRC "c:/php"
PHPIniDir "C:/php"

run the command on cmd dos "httpd -t" it gives error :-
"httpd: Syntax error on line 132 of C:/Apache2/conf/httpd.conf: Can't locate API module structure `php5_module' in file C:/php/php5apache2_4.dll: No error"
plz plz suggest me what to do ?
prafulla1978 3-Feb-19 22:05pm View    
thaks for giving guid line for my question i have tried the php manual solution and typed the code for php configuration a loadmodule as mention above in httpd.conf file but it gives error " Invalid LoadModule path \xe2\x80\x9cC:/php/php7.dll" what is the problem now i tried most stuff for that. please guid me. thanks