HTML

How To Pull Information From Another Website

There are several ways to include information from another website into my website. One of the easiest ways is using the iframe tag: <iframe src=”https://cindycullen.com”>   Your browser doesn’t like iframes </iframe> The iframe tag will pull in the page and show it exactly like it would show that page in my browser window. It basically

How To Pull Information From Another Website Read More »

How to Use PHP, JavaScript (or jQuery), and HTML Together

Sometimes for beginners, or even those of us that have been doing this for a while, it may be difficult to see how to use PHP and JavaScript together to make the page work correctly. I often have to stop and remind myself of the basics. HTML and JavaScript (which includes JavaScript libraries, such as

How to Use PHP, JavaScript (or jQuery), and HTML Together Read More »

Scroll to Top