Пікірлер
@PritamSingh9119
@PritamSingh9119 6 ай бұрын
Would it work if webpage is given to lets say 20 users, after hoisting and they are filling the form from their system and SSMS is installed in only one system. Will the same form connect with one server from 20 different user system to get the details
@ทัศน์พงษ์พลอินทร์อุดม
@ทัศน์พงษ์พลอินทร์อุดม 8 ай бұрын
ดีมาก INDP LISP Programming
@sabrizafer1010
@sabrizafer1010 Жыл бұрын
@pnr8uk
@pnr8uk Жыл бұрын
Starts really well but doesn't display the data to the second column? Great videos but you missed that part.
@sbb613
@sbb613 Жыл бұрын
It's argent please reply $connection = odbc_connect("Test", "Gayan", "ABCD@123"); Please explain what it is and what what we have to write their in connect.php file.......🙏🏻
@phpsqlservertutorial7393
@phpsqlservertutorial7393 Жыл бұрын
"Test" meaning - database name, Gayan - is the SQLServer User and "ABCD@123" is the password. you can use your own.
@clhk12
@clhk12 Жыл бұрын
the only thing you did well here is you assumed we are deaf.
@cseale61
@cseale61 Жыл бұрын
Learn to talk to your audience.
@MegaXDBrasil
@MegaXDBrasil Жыл бұрын
HTTP 500 ERROR
@MegaXDBrasil
@MegaXDBrasil Жыл бұрын
obdc error
@phpsqlservertutorial7393
@phpsqlservertutorial7393 Жыл бұрын
What is it?
@MauriceMutetiNgundi
@MauriceMutetiNgundi 2 жыл бұрын
Where is that connect.php file or code?
@phpsqlservertutorial7393
@phpsqlservertutorial7393 Жыл бұрын
<?php // connect.php $connection = odbc_connect("Test", "Gayan", "ABCD@123"); if(! $connection) { echo '<script language="javascript">'; echo 'alert("Cannot Connect to Database Gayan...!")'; echo '</script>'; exit; } ?>
@asfigaming129
@asfigaming129 2 жыл бұрын
can you provide the source code?
@CodigoRoot
@CodigoRoot 2 жыл бұрын
Amigo, disculpa no tendrás algún tutorial donde utilices data tables con Ajax y SQL server
@SPK-Digital
@SPK-Digital 2 жыл бұрын
How to remote fro my PC to Server IP and Port ?
@bzbzuntz2288
@bzbzuntz2288 2 жыл бұрын
Bro you saved my life, thank you !
@phpsqlservertutorial7393
@phpsqlservertutorial7393 Жыл бұрын
What's happened
@eduardocoronell9631
@eduardocoronell9631 2 жыл бұрын
code?
@MrFishim
@MrFishim 2 жыл бұрын
Can you give me the link of WAMP2.0i ?
@michaelzehnder3040
@michaelzehnder3040 2 жыл бұрын
This is also working with xampp.
@kenzakhelkhal7931
@kenzakhelkhal7931 2 жыл бұрын
U saved me, Thanks dude
@alasingh8939
@alasingh8939 2 жыл бұрын
but here your connecting the connection with a different crediential 9:06 seconds and in the code ur presenting different credientials 9:56 seconds ?? and thats the question how is it getting connected ?? kindly explain as i am also stuck in connecting my PHP page with Microsoft Sql Server if any help can be provided i will be thankfull
@dmitriy1289
@dmitriy1289 3 жыл бұрын
i need this source code -) plz
@Jason-ri8th
@Jason-ri8th 3 жыл бұрын
This is great, but can you provide the code file for this?
@smarthomer2677
@smarthomer2677 3 жыл бұрын
Hello nice job, source code?
@AJappar
@AJappar 3 жыл бұрын
Bro! Are you there?? no sound lol
@mandeepvratesh5217
@mandeepvratesh5217 2 жыл бұрын
🤣🤣🤣🤣WTF I thought my laptop's speakers are gone...
@phpsqlservertutorial7393
@phpsqlservertutorial7393 Жыл бұрын
@@mandeepvratesh5217 I don't have mic bro
@taariqtoffar6124
@taariqtoffar6124 3 жыл бұрын
Where is the code for this
@redamohammed4358
@redamohammed4358 3 жыл бұрын
can you post all the php code ? Thank you
@helaolange
@helaolange 3 жыл бұрын
Which screen recording software are you using?
@somatricks3281
@somatricks3281 3 жыл бұрын
Does it connected ? I have problem !
@michaelzehnder3040
@michaelzehnder3040 2 жыл бұрын
I have configured it with xampp. It is important to download and install the microsoft files. After this, move the files to /etc and put the names of the downloaded files in php.ini. Restart server and it is working. Attention: Use the exact filenames.
@immashgaming
@immashgaming 3 жыл бұрын
I'm getting this error, any solutions ? Warning: odbc_exec(): supplied resource is not a valid ODBC-Link resource in D:\xampp\htdocs\mssql\index.php on line 14
@viknashsubramaniam3437
@viknashsubramaniam3437 3 жыл бұрын
really awesome. i can understand well without the audio lesson. can you do more videos on pagination and live search method?
@AliHaider-qe4jf
@AliHaider-qe4jf 3 жыл бұрын
Bro R U here
@mg7539
@mg7539 3 жыл бұрын
Hi can u provide the source code for guidance
@phpsqlservertutorial7393
@phpsqlservertutorial7393 3 жыл бұрын
Apologies you won't be able to find these tutorials source code and methods from internet.
@France_PH
@France_PH 3 жыл бұрын
what is the path of your odbc_connect? why is it test,gayan and abc@123?? can you pls explain thank you
@phpsqlservertutorial7393
@phpsqlservertutorial7393 3 жыл бұрын
you can use any name, any password. please refer to this video - kzbin.info/www/bejne/jIKlga2vpZeBe5Y
@France_PH
@France_PH 3 жыл бұрын
@@phpsqlservertutorial7393 hi already fixed it. i also add the extension for odbc but it is not saving in mssql. is there anything that i could do
@France_PH
@France_PH 3 жыл бұрын
i saved it in odbc 64 bit
@phpsqlservertutorial7393
@phpsqlservertutorial7393 3 жыл бұрын
@@France_PH Please use odbc32. Default Microsoft Windows only has odbcad32 drivers. If you are using 64 bit you will need to upload necessary drivers to C:\Windows\SysWOW64\odbcad32.exe path
@nuwansampath3840
@nuwansampath3840 4 жыл бұрын
I just needed that. Thank You 😊😊😊
@phpsqlservertutorial7393
@phpsqlservertutorial7393 4 жыл бұрын
I do my best. 😊