Search results

  1. E

    Is there a HTML code for a comment box on your website?

    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
  2. E

    Is there a HTML code for a comment box on your website?

    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
  3. E

    Is there a HTML code for a comment box on your website?

    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
  4. E

    how php is used for online application software, explain the source where i...

    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...
  5. E

    making a vb form that saves data to txt and html files?

    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")...
  6. E

    How do you download a full php website?

    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..
  7. E

    Welcome to the home of mp3face.com To change this page, upload your website into

    try extending it with /home.html or / index.html which usually lead you to its main page
  8. E

    Welcome to the home of mp3face.com To change this page, upload your website into

    try extending it with /home.html or / index.html which usually lead you to its main page
Back
Top