Forum: Site Layout and Usability May 24th, 2009 |
| Replies: 4 Views: 613 don't use tables, use divs
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">... |
Forum: Site Layout and Usability Jan 24th, 2009 |
| Replies: 3 Views: 811 it makes it all the way to the part where it cannot find any users with these credentials and therefore nobody gets logged in |
Forum: Site Layout and Usability Jan 24th, 2009 |
| Replies: 3 Views: 811 i cant see an error
<?PHP
session_start();
if (isset($_POST['Submit'])) {
$email = $_POST['email']; |
Forum: Site Layout and Usability Jan 17th, 2009 |
| Replies: 2 Views: 976 im using digivendor now, which is integrated into paypal.
thanks for the help!
regards |
Forum: Site Layout and Usability Jan 14th, 2009 |
| Replies: 2 Views: 976 i am trying to set up a site and i only need to sell about 3 products. what would your guys' best opinions be that i handle this in.
i am using php
PS.
the products would be downloads. |