Hello,
Have you found solution to your problem? If you have found the solution, please provide me the solution.I am also having same kind of problem.
Thank you
User Profile
Collapse
-
How to connect to MSSQL SERVER 2000 with WAMP server?
hi everyone,
I have been using WAMP to develop PHP applications which uses Mysql as database.Now I want to use MSSQL SERVER 2000 and IIS as web server. How can I do this? What are the configurations required? -
As per your suggestion,I did error_reporting (E_ALL); and print_r($GLOBAL S),
the array displayed the values passed on by the form.
But it displayed warning:Undefin ed variable: _REQUEST and Use of undefined constant .Leave a comment:
-
I have tried both GET as well as POST method in my form.In both cases, it displayed nothing.The same code is working fine on my friends computer.But doesnt work on my computer.Leave a comment:
-
Value of $_POST variable is null, but shouldn't be.
hi everyone,
[code=php]
<?php
$CompanyName=$_ POST['CompanyName'];
echo $CompanyName;
?>[/code]
[Please use CODE tags when posting your code. Thanks! --pbmods]
I have been using this code to get values from forms.It was working fine.But lately it is not getting what has been entered in the field named CompanyName.
It displays nothing.
No activity results to display
Show More
Leave a comment: