
kanala
Members-
Content Count
113 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout kanala
-
Rank
Member
- Birthday 09/26/1991
Previous Fields
-
Languages
English, Chinese, French, Rude, HTML, some Javascript, very little PHP
Contact Methods
-
Website URL
http://www.takeawaydvds.com
-
ICQ
0
-
Thanks, but when I do order by Price, it does not actually order them but sorts them out into the prices e.g. £12.99 £12.99 £10.99 £10.99 £15.99 £15.99, they are not in order from low to high. How would I make it order to low to high? Note, the numbers do not include the £ sign, e.g. 12.99.
-
How do I change the ORDER BY of a search query?Example When clicking a link, how do I change it so that it changes to ORDER BY Price?
-
I don't have any white space, I even used notepad to edit it, but I am still getting this error.Warning: Cannot modify header information - headers already sent by (output started at /home/www/icegifts.co.uk/redirect.php:4) in /home/www/icegifts.co.uk/redirect.php on line 6 What else is the cause of this error?
-
Sorry but it works now, it'e because I wrote == false but it only works when you do ==false (no space).Thanks
-
But the problem with onclick is that once you uncheck the box, it will still work. I need to know how you can find out if the box is checked.
-
How would I check if a check box has been checked. The name of the form is "return" and the name of the checkbox is "agree".Is this how you do it?
-
It shows everything that it should, my email (to), the email content, from email and subject.
-
Which value would I echo?$body $subject etc?
-
Sorry I'm not very good at PHP, how would I print the values?
-
What's wrong with this? When I post it, it redirects to the success page, but I don't receive any emails.This is the form This is formmail.php
-
Yea that's what I thought, I just can't get the right design.
-
Thanks so much, it works now.my website (wip) is www.icegifts.awardspace.com, was just wandering what you think of it. to view items, you have to do a blank search, then it will come up with 2 products. click on one to view it.Thanks
-
The code is inside an iframe which has URL www.icegifts.awardspace.com/?id=CM001SO will the $_get['id'] function actually work, or does it only work for urls in the address bar?Edit: oh maybe it should be between ' ' as its not a number, i will try it tommorow. Thanks
-
please help, this is my php query I keep getting the error: Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/www/icegifts.awardspace.com/product.php on line 17What's wrong with it?
-
I'm getting this error everytime:Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/www/icegifts.awardspace.com/product.php on line 15