Tag Archives: php

URL “redirect” …/php?

Question by CJ Cornell: URL “redirect” …/php? Inside a webpage, I have a form with a text field, and then call a simple script that uses the posted text as part of the name of a web page, which the php calls and displays. example: MainPage.html accepts input “user-text”, and on submit and calls “valdiate.php” … Continue reading

Need help altering image dimensions that I’m inserting into my website?

Question by : Need help altering image dimensions that I’m inserting into my website? Ok, let’s see if I can ask this correctly… I have a website thru JustHost and am using “their” templates. I’m scanning flyers (w/color, design and text) that need to be “readable”. But no matter how much I alter the size, … Continue reading

How to pass and read an array of an array in PHP?

Question by Jesse: How to pass and read an array of an array in PHP? Hopefully someone can help me here, it’s kind of complicated. I’m trying to pass data from a form to an XML doc. Part of the form allows multiple contributors to be appended. In the XML I’d like it to look … Continue reading

How can I change the background of my web page depending on the time only using XHTML?

I need to change the background of my web page 3 times a day. good morning, good afternoon, and good evening. this has to be in xhtml and not use javascript or PHP. I have to do this for a class which is why I cant use these. <script language="JavaScript"> day=new Date() //..get the date … Continue reading

Html/Php Contact Form – Part 1

Create a form so people can send you emails via html form Source Code: http://gorilla3d.com/v4/files/contactus.zip HD Video: http://gorilla3d.com/v4/videos/php_contact_form_p1.mov Duration : 0:8:37 addthis_url = ‘http%3A%2F%2Fhtmlindex.net%2Fhtml%2Fhtmlphp-contact-form-part-1′; addthis_title = ‘Html%2FPhp+Contact+Form+%26%238211%3B+Part+1′; addthis_pub = ”; Technorati Tags: Contact, development, form, html, php

Html/Php Contact Form – Part 2

Continued from: http://www.youtube.com/watch?v=VbHsEafkyjM Create a form so people can send you emails via html form Source Code: http://gorilla3d.com/v4/files/contactus.zip HD Video: http://gorilla3d.com/v4/videos/php_contact_form_p2.mov Duration : 0:6:27 addthis_url = ‘http%3A%2F%2Fhtmlindex.net%2Fhtml%2Fhtmlphp-contact-form-part-2′; addthis_title = ‘Html%2FPhp+Contact+Form+%26%238211%3B+Part+2′; addthis_pub = ”; Technorati Tags: Contact, development, form, html, php

Basic XHTML Style Tutorial

How to use basic styles in Xhtml. Duration : 0:3:42 addthis_url = ‘http%3A%2F%2Fhtmlindex.net%2Fxhtml%2Fbasic-xhtml-style-tutorial’; addthis_title = ‘Basic+XHTML+Style+Tutorial’; addthis_pub = ”; Technorati Tags: css, design, Eatsleep, how, html, php, SSI, T3h, Techies, to, web, websites, xhtml

PHP Basics: Embedding PHP inside HTML

Embed PHP code inside html to add some dynamic functionality to your pages. Duration : 0:5:1 addthis_url = ‘http%3A%2F%2Fhtmlindex.net%2Fhtml%2Fphp-basics-embedding-php-inside-html’; addthis_title = ‘PHP+Basics%3A+Embedding+PHP+inside+HTML’; addthis_pub = ”; Technorati Tags: embed, embedded, embedding, embeding, Help, html, hyper, in, inside, learn, learning, lesson, lessons, Markup, me, php, programming, teach, teaching, text, tutorial, tutorials, video, videos

Basic XHTML Tutorial

Introduction to Xhtml Duration : 0:3:7 addthis_url = ‘http%3A%2F%2Fhtmlindex.net%2Fxhtml%2Fbasic-xhtml-tutorial’; addthis_title = ‘Basic+XHTML+Tutorial’; addthis_pub = ”; Technorati Tags: easy, Eatleeplaygame, html, Intro, php, T3h, Techies, tutorial, xhtml

How to Create a Basic Website Design Template Using PHP, CSS, and XHTML Part 3 of 3

Learn how to create a basic static page website design template using php, css, and xhtml. Using website templates like the one you’ll learn to make here helps cut down on the rewriting of code and saves you a ton of time. This is a basic template we’ll use to build more advanced website designs … Continue reading