Forum: HTML and CSS 4 Days Ago |
| Replies: 3 Views: 170 ok wow! That's pretty awesome Pritaeas. That's going in my list of bookmarks ;) |
Forum: HTML and CSS 4 Days Ago |
| Replies: 3 Views: 170 Thanks pritaeas
After some googling I found quite a huge suppository as well:
http://www.cssplay.co.uk/menus/ |
Forum: HTML and CSS 4 Days Ago |
| Replies: 3 Views: 170 Is this possible? I'd really like to have a dropdown menu that doesn't rely on Javascript.
Any help would be most appreciated ;) |
Forum: JavaScript / DHTML / AJAX 10 Days Ago |
| Replies: 7 Views: 730 Perfect. Thanks for that d5e5. Works exactly the way I want now. |
Forum: JavaScript / DHTML / AJAX 11 Days Ago |
| Replies: 7 Views: 730 Strange, try using one word in your test with an illegal character in the middle of the word. That's what I've been testing and it only detects the illegal character at the start or end of the word |
Forum: MySQL 12 Days Ago |
| Replies: 6 Views: 429 Ok, so it seems it's the server setup. I've tested the same pages on one of our own servers and it's working fine with special characters.
Thanks again to all of you that posted. |
Forum: MySQL 12 Days Ago |
| Replies: 6 Views: 429 Hi guys
Thanks for all the input. My suspicions lie with the hosting company. We've had numerous issues before and the problem was always something that they hadn't setup correctly.
I'm going... |
Forum: MySQL 15 Days Ago |
| Replies: 6 Views: 429 Am I the first person in MySQL's entire life to need this sort of thing? o.O
Surely someone before me has run into this problem. I thought utf8_unicode_ci would do the trick or utf8_general_ci but... |
Forum: MySQL 15 Days Ago |
| Replies: 6 Views: 429 I have a database that needs to hold names of people from all around the world. Some names have special characters in them such as é and ¢
Is there a character set I can use that will accept any... |
Forum: JavaScript / DHTML / AJAX 15 Days Ago |
| Replies: 7 Views: 730 Thanks for that but there seems to be one problem...the 'illegal' characters are only detected if they are the first or last letter. If it's anywhere between valid characters it goes undetected. Is... |
Forum: JavaScript / DHTML / AJAX 17 Days Ago |
| Replies: 7 Views: 730 Hi all
I've been trying to find a regular expression that checks if input contains any of the following characters only:
`~!@#$%^&*()-=+\|/?.>,<;:'"[{]}
I want to allow users to input any... |
Forum: Linux Servers and Apache 22 Days Ago |
| Replies: 2 Views: 518 Thanks for your reply sknake. I found what my issue was. My firewall went haywire and wasn't letting any connections on port 21 through. |
Forum: Linux Servers and Apache 23 Days Ago |
| Replies: 2 Views: 518 Hi guys/gals
I'm having the most frustrating time trying to connect to FTP servers in order to upload files. I try to connect to a number of different FTP servers and cannot connect to any of... |
Forum: MySQL 31 Days Ago |
| Replies: 1 Views: 286 I solved my problem by using the following:
WHERE ref BETWEEN 1 AND 50 |
Forum: MySQL 31 Days Ago |
| Replies: 1 Views: 286 As the title says, I'd like to select a certain number of rows from a table starting from a specified row.
So for example, I have a table with 250 rows and the rows are numbered incrementally... |
Forum: MySQL Oct 8th, 2009 |
| Replies: 2 Views: 352 Hi cgyrob
Thanks for the response. My original statement is actually correct. I was being blonde and didn't change a class variable on my display page which was causing the issues. |
Forum: PHP Oct 8th, 2009 |
| Replies: 7 Views: 235 Atli, you are king. Thanks for those first two links. Just what I was looking for. |
Forum: MySQL Oct 8th, 2009 |
| Replies: 2 Views: 352 As the title suggests, I'm having trouble sorting the results of a union statement. I'm trying to sort the results by date descending and it's coming out ascending.
(SELECT a, b, c, d, e, f,... |
Forum: PHP Oct 8th, 2009 |
| Replies: 7 Views: 235 I think everyone is misunderstanding what I'm after. I'm looking for a resource that explains the ins and outs of the http protocol related to uploads.
I don't need a work around on how to upload... |
Forum: PHP Oct 7th, 2009 |
| Replies: 7 Views: 235 Php.ini controls the file upload size via 'upload_max_filesize'.
The http protocol only allows one connection for uploads (this is about all I know). Trying to upload multiple files using multiple... |
Forum: PHP Oct 7th, 2009 |
| Replies: 7 Views: 235 Hi everyone
I've been googling my time away trying to find a resource that explains how many php uploads http can handle at once and any extra info on the process and limitations etc. Does anyone... |
Forum: PHP Oct 5th, 2009 |
| Replies: 5 Views: 269 Ok, so it seems it was the MIME types in the end.
For future reference, is there any other way to find out the MIME type of a file (other than checking the file extension based on the name)? |
Forum: PHP Oct 5th, 2009 |
| Replies: 5 Views: 269 Yes, file permission and upload size are not the issue. The server hasn't got error messaging turned on. I'll see if I can get that sorted out. I haven't echo'd the mime type to see if there's... |
Forum: PHP Oct 5th, 2009 |
| Replies: 5 Views: 269 Hi all
I have some functionality that allows the upload of files such as MS word docs, zips etc. It works fine on my pc and another test machine but doesn't seem to work on two other machines I've... |
Forum: Viruses, Spyware and other Nasties Sep 22nd, 2009 |
| Replies: 1 Views: 469 Hi all
A clients website has been and I'm trying to figure out how this could have happened.
Any ideas how HTML/framer could have been placed on the server and how to remove it? I've found lots... |
Forum: HTML and CSS Sep 3rd, 2009 |
| Replies: 1 Views: 448 I managed to solve my problem by placing a 1x1 transparent give inside the <a> tag and setting its width and height to the size I needed. |
Forum: HTML and CSS Sep 3rd, 2009 |
| Replies: 1 Views: 448 Hi guys and gals
I have an image of a map. The map has different areas on it that when someone mouseover's an area a tooltip pops up giving a small description.
Now I've gone about doing this... |
Forum: PHP Aug 12th, 2009 |
| Replies: 4 Views: 211 LOL...I could kick myself right now. This is one of those situations where a simple character messes you around completely. Thanks a lot kkeith29.
Problem Solved!!!!!!!!! |
Forum: PHP Aug 12th, 2009 |
| Replies: 4 Views: 211 Hi samarudge
I've checked my $row[1] variable using a while loop and all the values from the database are coming through. For some reason it just won't work with an array. It's really confusing... |
Forum: PHP Aug 12th, 2009 |
| Replies: 3 Views: 281 I found this a month or two ago:
addcslashes($id, "\x00\n\r\'\x1a\x3c\x3e\x25");
Can't remember what it prevents from being entered. Just recall that it was pretty secure when it comes to... |
Forum: PHP Aug 12th, 2009 |
| Replies: 4 Views: 211 Hi all
I'm having a strange array problem. I'm pulling variables from a database and putting the values in arrays. One set of values are pure numbers. This array works fine. My second set of... |
Forum: PHP Jul 15th, 2009 |
| Replies: 6 Views: 398 Yes you did....reputation added ;) |
Forum: PHP Jul 15th, 2009 |
| Replies: 6 Views: 398 I retract my earlier statement.....it is in fact working.....thanks Menster for your input ;) |
Forum: PHP Jul 15th, 2009 |
| Replies: 6 Views: 398 Hi Menster
Thanks but my code still gives all my menu items the class of "currentNavSub". I'm not sure if this is because all links are the same page or if "?type=x" is irrelevant. Not quite sure... |
Forum: PHP Jul 15th, 2009 |
| Replies: 6 Views: 398 Hi everyone
I have a menu that I'm creating dynamically with links that have query strings on the end of them. Basically I want the menu item, that's related to the page the user is on, to be in a... |
Forum: HTML and CSS Jul 14th, 2009 |
| Replies: 4 Views: 407 Hi Airshow, thanks for your reply. Your solution would have been my choice if my list was static. However this isn't the case.
I know there's a way in CSS to point to a specific li. Take the... |
Forum: HTML and CSS Jul 14th, 2009 |
| Replies: 4 Views: 407 Hi there
I've been trying to find out how to point to a specific li in a list but no matter what search term I use in google I cant find what I'm looking for.
Basically I want to point to a... |
Forum: PHP Jul 10th, 2009 |
| Replies: 5 Views: 281 |
Forum: PHP Jul 10th, 2009 |
| Replies: 5 Views: 281 Hi emarshah
I'm looking for a php development framework (found the right term :D ). WAMP is a server enviroment. Thanks for your response though. |
Forum: PHP Jul 10th, 2009 |
| Replies: 2 Views: 532 @goldy
Hi, is there any reason you need to have the 2 values from form1 and form2 calculate into the text box in form3 before you go to the next page?
If not, then put the text box from form1... |