I have a file that goes out to a site and prints information on the page.
document.write("<INPUT TYPE='hidden' NAME='parent_code' VALUE='2213900'>");
document.write("<INPUT TYPE='hidden' N...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_20847645.htm...
Zones:
PHPDate Answered: 02/24/2004 Grade: A Views: 0
let's say that I currently have a number of pages in HTML on my website.
If I were to convert most or all of my pages to PHP, how would you personally deal with the realization that any previous...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Q_20864420.html
Hi,
I understand how sendmail works fine with php. I'm trying to send an email, but for the body I want to use another php file to dynamically fill in an html page and send it. Basically I'm s...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_21280503.htm...
Zones:
PHPDate Answered: 06/21/2005 Grade: A Views: 0
Hi there,
I only know HTML ans CSS and I need to send an HTML e-mail. I know you can do it with PHP. I have an HTML page up on the Web already, but want to e-mail a "teaser" to people. Where can...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_21565379.htm...
Zones:
PHPDate Answered: 09/18/2005 Grade: A Views: 0
Hi Experts,
How can I convert HTML source to image (Run-Time on Server) by PHP language ?
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_21986076.htm...
Zones:
PHPDate Answered: 09/20/2006 Grade: B Views: 76
Here is my code:
<html>
<head />
<body>
<form action="login2.php" method=POST>
<table border="0" width="100%" id="table1">
<tr>
<td width="42%"> </td>
<td align="center" width="...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_22961136.htm...
Hi, i want to put a baner on top of my site that changes every x seconds. i also need to put custom link/url to the banner/image
how can i do this in plain html or php
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23027785.htm...
hi all,
what am I doing wrong here:
$modelselect=$_GET['modelselect'];
$modelselect2=$_GET['modelselect'];
if($modelselect == "Speedster"){
$select == "selected=\"Selected\"";
}else {
...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23057544.htm...
Hello everyone,
I have been trying for over a month to be able to set up a file upload system for people to go onto and upload large files and then they will be put in a directory on my server.
...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23071560.htm...
Zones:
PHP,
HTMLDate Answered: 01/14/2008 Grade: B Views: 0
Hi,
I have quite a bit of HTML and PHP experience but I have never done anything with email newsletters before. I have created a database with email address of people I want to send an email to...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23084484.htm...