-
What techniques/software are used to make sites like this?
Thanks for your input its appreciated One final question if I may. How would they make an app like that? flash, java etc...?
-
What techniques/software are used to make sites like this?
No, that's great. I have some experience with zen cart, oscommerce etc and i know what its like trying to make them into what you want. Would it be possible to throw a ballpark figure as to what this type of solution would cost?
-
What techniques/software are used to make sites like this?
Hello everyone, I am interested in starting an ecommerce store which eventually will have the capability for users to place an image they have uploaded, position, and size. I will then print that image onto the product and send it to them. Can anybody suggest who best to contact regarding something like this? Is it something an everyday web designer can achieve or something a little more expensive? ...and if possible a brief explaination of how they would go about creating such a site.
-
Styling a php form
Thats correct, its only the email I would like to style. The form is CSS styled. What part of this code needs to be edited without messing up the processing part i.e. sending the email?
-
Styling a php form
This is the original code and i am just trying to put the " . $_POST['field_1'] . " parts of the code into the table. Can i modify the below in anyway to include styling? <?php $where_form_is="h.t.t.p://".$_SERVER['SERVER_NAME'].strrev(strstr(strrev($_SERVER['PHP_SELF']),"/")); mail("email@address.com","WEBSITE QUERY","Form data: Name: " . $_POST['field_1'] . " Email: " . $_POST['field_2'] . " Company: " . $_POST['field_3'] . " Telephone: " . $_POST['field_4'] . " Message: " . $_POST['field_5'] . " "); include("confirm.php"); ?>
-
Styling a php form
Hey guys, I have a form that is working, now all I am trying to do is make to emailed form look a little more attractive. I am trying to put the contents into a table as follows. <tr> <td width="100">Name</td> <td width="200"> <?php include(" . $_POST['field_1'] . "); ?></td> </tr> <tr> Can somebody tell me why this doesnt work and suggest an alternative? That would be great, Thanks!
-
Link to root folder
I know there is a very simple answer for this but iv been trying eveything and i know somebody will be able to clear this up for me in no time! I have: index.php header.php footer.php and iv created a folder /contact and in the folder /contact/index.php (a copy of the one in the root) I want to add more pages to the site and want to link to header.php and footer.php. My question is how do i link to the root? <?php include("header.php"); ?> i.e. need to change header.php to something else to point back to the root. Thanks guys!
-
Updating Menus of whole site
Ok im happy to go with that! Thanks. Heres another one for you, In dreamweaver iv set up a testing server which is all well and good but you can only see the whole site in live view. What is the best way to WYGIWYS each file that makes up the page, i.e. create the header, footer, then the pages?
-
Updating Menus of whole site
Hey guys, What is the best way to design a new site from scratch? If all the pages are just simple html files that doesn't make it easy to update all the pages at once does it? For example I would like to have a header and footer that remain the same throughout the whole site, but obviously they may change at some point and I will need to update them. I am about to start building it using .php includes to link to separate .php files. Is this how you guys would tackle the issue?
-
Why is the "www." part missing in address bar?
Thanks
-
Why is the "www." part missing in address bar?
Hey everyone, Just out of interest, why is it that the "www." part is missing in the address bar? Is there an option somewhere so i can have this as part of the address? This is the site in question http://treacleandco.com/ Regards, Andy.