yes you can make the FORMs in HTML... but you must use another language to capture that comment..
the most common combination is html and php with mysql as the database
yes you can make the FORMs in HTML... but you must use another language to capture that comment..
the most common combination is html and php with mysql as the database
yes you can make the FORMs in HTML... but you must use another language to capture that comment..
the most common combination is html and php with mysql as the database
by studying how it works... seriously nothing gets in my head when i started reading about php... istarted of with the implementation immediately i did not look into the architecture ...
but everything turned out to be easy after i knew what php was all about i watched the videos of a...
you can write basically on any file type if you want
i dont know what you mean by vb but if its VB.net
you can do it using a StreamReader or StreamWriter
Dim oFile as System.IO.File
Dim Writer as System.IO.StreamWriter
Writer = oFile.CreateText(“C:\text.dll”)
Writer.WriteLine(“text")...
that is because php is a server side language.
which is being processed by the php server and will only display html code....
php wont work without the php server which means if it does not display in html format then the website is not working at all..