Recent content by Tobekeru

  1. T

    How do I install the PHP and SQL for my website?

    I fail to understand your question. If that hosting services provides PHP and MySQL then everything is already configured and there's nothing to do on your part. I'd advise you to read their FAQ. Also, if you're just testing out and learning then I recommend you to use a local server. If you...
  2. T

    How to read in an HTML file in python?

    I'd advise you to learn Regular Expressions. Opening the file and loading it into an object is simple, from then on Regex will do most of the work for you if you care to learn it. Don't ignore this, Python coders (and not only on Python, but many other languages) should know Regex.
Back
Top