Forum: HTML and CSS Jun 25th, 2009 |
| Replies: 3 Views: 1,628 so is there any suggestions about what I can do to rectify it? |
Forum: HTML and CSS Jun 24th, 2009 |
| Replies: 3 Views: 1,628 Hello all,
I wonder if anyone can help me i've got this page here (http://www.personally-yours.co.uk/scrolls/tester.php)
The problem I have with it is that it almost freezes when scrolling down... |
Forum: JavaScript / DHTML / AJAX Mar 8th, 2009 |
| Replies: 1 Views: 632 Hi All,
I was wondering if anyone could help me with this one.
If you want to see what I have at the moment goto http://www.personally-yours.co.uk/indev/test/state_dropdown.php
This page has... |
Forum: JavaScript / DHTML / AJAX Jul 8th, 2008 |
| Replies: 5 Views: 1,235 how do i do this, i am a relative newbie to this area |
Forum: JavaScript / DHTML / AJAX Jul 8th, 2008 |
| Replies: 5 Views: 1,235 thanks for that, how does it know where the images are?
in the database the url for the pic is stored in a field called imgurl.
would it be possible if this can be incorporated to actaully show... |
Forum: JavaScript / DHTML / AJAX Jul 8th, 2008 |
| Replies: 5 Views: 1,235 Hi All,
I am trying to get this working.
I have two drop down menus, you select one and the other is populated according to the selection from the first one.
Now what I want to do is when... |
Forum: PHP Apr 19th, 2008 |
| Replies: 8 Views: 1,492 I've tried the code and inserted the error reporting code into it but the $html variable doesnt get displayed it is just blank.
Nothing happens. |
Forum: PHP Apr 18th, 2008 |
| Replies: 8 Views: 1,492 I've tried your code too and still cant't get it to work. |
Forum: PHP Apr 18th, 2008 |
| Replies: 8 Views: 1,492 Hi there,
sorry for the late reply, only had chance to look at this just now. I cant seem to get the code below to work.
Can anybody else help?
Cheers |
Forum: PHP Apr 9th, 2008 |
| Replies: 8 Views: 1,492 Hi All,
i wonder if anyone can help me. I've got a form where you can enter your email address and a surname to search for, when clicking on the submit button the form is processed with a PHP... |
Forum: PHP Feb 27th, 2008 |
| Replies: 2 Views: 2,078 Thanks for that, it nwo works perfectly. Thank You. |
Forum: PHP Feb 27th, 2008 |
| Replies: 2 Views: 2,078 Hi all,
I was wondering if anyone could help with this one. I've devloped an upload form where my customers can upload their own pictures to use in my personalised gifts business, you could call... |
Forum: PHP Feb 9th, 2008 |
| Replies: 1 Views: 1,441 <?
$username="*************";
$password="***************";
$database="****************";
mysql_connect("***************",$username,$password);
@mysql_select_db($database) or die( "Unable to... |
Forum: PHP Feb 9th, 2008 |
| Replies: 12 Views: 9,591 I tried putting the img_url as just <option value=\"$nt[img_url]\">$nt[style_name]</option> but with no avail, it didnt work. Is there a way I can get this working at all?
Many Thanks |
Forum: PHP Feb 8th, 2008 |
| Replies: 12 Views: 9,591 No it didn't, which is why I had to add the value2. The value that is put in
<option value = "____"> is passed onto my paypal form. If I put the img_url in this field then the url of the img that... |
Forum: PHP Feb 8th, 2008 |
| Replies: 12 Views: 9,591 Sorry my bad, the live page is found at www.personally-yours.co.uk/dywb.htm.
It was the only way to do it because of a bug in IE7 where it wan't displaying the correct value. If I put the img url... |
Forum: PHP Feb 8th, 2008 |
| Replies: 12 Views: 9,591 But it works that way already in the live webpage.
I will try what you suggest but i don't think it will make any difference. The current live page is found at... |
Forum: PHP Feb 8th, 2008 |
| Replies: 12 Views: 9,591 Yes, I had to add a value2 to to hold the url of the img to be shown when the value is selected.
If you want to see it in action, goto www.personally-yours.co.uk/onthisday.html.
I am migrating... |
Forum: PHP Feb 8th, 2008 |
| Replies: 12 Views: 9,591 yeah sorry about that, a minor change that I made myself and forgot to change back, please try again and see what it says.
It is saying
documents.forms.os0.options is null or not an object
... |
Forum: PHP Feb 7th, 2008 |
| Replies: 12 Views: 9,591 Hi All, i'm new to this board. I'm having a spot of bother with the following: Here is what i'm trying to do.
From the drop down list (generated from my database) a style is selected and the... |