0
Can I use master data instead of web data in php
Php
4 ответов
+ 1
Maybe, but what do you mean master data & web data? didn't come so clear there. Can you add bit of details in the Description above please? ☝
Maybe it helps clarify what exactly was meant by that.
+ 2
Seems like something related to ASP services
+ 1
Ipang if (isset($_POST['webdata']) can we use master data here?
+ 1
Use of
if( isset( $_POST[ 'webdata' ] ) )
is possible if we have an actual form field named 'webdata'.
But I personally avoid spaces in form field names, so 'web data' is not my preference.
Is this what you mean Bhavik Modi?