Archives

Send Form Contents to E-Mail

On July 12, 2010, in PHP, by Gilberto Cortez
0

I took the time to do this post because I see a lot of students looking everywhere for a PHP E-Mail script, so here it is: //Created by Gilberto Cortez | http://www.gilbertocortez.com //Variables $form = “Contact Us”;//Form Name //Inputs From Form $name = $_POST['name']; $email = $_POST['email']; $phone = $_POST['phone']; $city = $_POST['city']; $comments = $_POST['comments']; //E-Mail Headers [...]

Resize iFrame for 100% Height

On July 12, 2010, in JavaScript, by Gilberto Cortez
0

Today I was asked to create an iFrame to set up a private reporting system. Well when I tried to make it 100% height, it will only go for about 200px and the rest of the screen will be blank. Well here is the solution for that problem: <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”> [...]

Image Resizing with PHP

On July 12, 2010, in PHP, by Gilberto Cortez
0

Hello guys, Today I will post a image resizing script, this will assist you in all of your sites specially ecommerce ones in which you need to display your products with different sizes. The script is self explanatory, but please send me a message or a comment if you need further assistance with it. //Image [...]

Looking for something?

Use the form below to search the site:


Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Archives

All entries, chronologically...