Recent content by ShaneTalbert.com

  1. S

    Is JavaScript and PHP hard to learn?

    PHP is not that bad, but learning HTMl will make your experience alot easier.
  2. S

    How to use XML and HTML?

    How do I read the contents of an xml file, find the one I want, based on the name, and echo it to the screen in PHP or HTML?
  3. S

    How to create a login page on html using php scripts and a csv to old usernames

    Are you sure you want to use a csv or flat file. That is so very un-secure. I would suggest that you use SQL, but if you still want to do it your way, email me([email protected]) and I can help you.
  4. S

    What XHTML tag replaces the Scrolling Marquee tag in HTML?

    XHTML is mmostly the same as HTML, but cleaner. And its the same for marquee... <marquee>Wheeeeeeeeee</marquee>
  5. S

    PHP error is pissing me off?

    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/shanetal/public_html/st2/admin/process.php:1) in /home/shanetal/public_html/st2/admin/include/session.php on line 49 Warning: Cannot modify header information -...
Back
Top