Search found 87 matches

by me666
Sun Sep 26, 2010 7:56 am
Forum: Javascript
Topic: html text input field disable space character
Replies: 2
Views: 5624

Re: html text input field disable space character

thanks mate, works a treat :D
by me666
Wed Sep 22, 2010 12:42 pm
Forum: Javascript
Topic: html text input field disable space character
Replies: 2
Views: 5624

html text input field disable space character

Hi all, i have a login page using email and password combinations. What i want is that if u press the space bar or paste a space into the text field it is deleted/disallowed. I think this is possible using javascript but ive not used much javascript in the past. Any ideas would be great. thanks guys...
by me666
Wed Sep 15, 2010 4:56 am
Forum: PHP - Code
Topic: file upload
Replies: 2
Views: 215

Re: file upload [solved]

Excelent, thank yo for that, i had a feeling it would be IF statements, but unsure how to use the type part, i have added theese and added a javascript button to add more fields as explained in the link you left me, works a treat :D
by me666
Mon Sep 13, 2010 8:11 am
Forum: PHP - Code
Topic: file upload
Replies: 2
Views: 215

file upload

Hi guys, i'm working on a site that has an online application, with the application i am adding an upload feature so they can upload and documents that we will need to see. After looking online i have found a script to do this, but i need to edit it slightly, i can edit smaller parts no problem, but...
by me666
Tue Aug 24, 2010 5:25 am
Forum: HTML, CSS and other UI Design Technologies
Topic: disabled form field text colour
Replies: 1
Views: 1187

disabled form field text colour

Hi all, is there any way, with CSS or something similar, to change the text colour in a disabled input field in a html form. Any ideas would be great.
Thanks :D
by me666
Tue Aug 10, 2010 7:32 am
Forum: Javascript
Topic: form values with maths
Replies: 2
Views: 729

Re: form values with maths

ah excelent, i actually still had a search across the net yesterday, and also found this on another site... i have already added this, with a bit of tweeking and fidling ive got it doing the job great

thanks for your reply :D
by me666
Mon Aug 09, 2010 4:42 am
Forum: Javascript
Topic: form values with maths
Replies: 2
Views: 729

form values with maths

hi all, i have been working on a script for a friend, ran into a bit of a dead end though... the form needs income details, weekly or monthly inputs. we have a field for weekly and a field for monthly, and when somebody puts a weekly, or monthly amount in, the other amount fills it's self in automat...
by me666
Sat Jul 31, 2010 8:03 am
Forum: Javascript
Topic: javascript form validation
Replies: 3
Views: 929

Re: javascript form validation

excelent, i had a feeling i may need to do it this way, thanks 4 that :)
by me666
Thu Jul 29, 2010 3:44 am
Forum: Javascript
Topic: javascript form validation
Replies: 3
Views: 929

javascript form validation

hi guys, i've got a form validation java script that i found online to make sue fields are typed in before going onto the next field, this works fine but myproblem is that if i try to fill in the form but miss the forname field leaving it blank and pressing tab to continue onto the surname field it ...
by me666
Sun Jun 06, 2010 3:17 pm
Forum: PHP - Code
Topic: htaccess urlrewriting problem
Replies: 2
Views: 156

Re: htaccess urlrewriting problem

ok thanks for the reply, i'll just change them manually :) yes html into php as in the html file i have only my <body> tag so that i can easily change the colours of my whole site by changing that single file, i have created a php colour theme changer though and need the file to be php. i will go th...
by me666
Sun Jun 06, 2010 2:58 pm
Forum: PHP - Code
Topic: htaccess urlrewriting problem
Replies: 2
Views: 156

htaccess urlrewriting problem

hi all, i have a html file i have upgraded to php for use with more functions, but i have php include connecting to the file in around 30-40 files. with this i have written in my .htaccess file the following 3 lines RewriteEngine On RewriteRule ^include/oldfile\.html$ /include/newfile.php RewriteRul...
by me666
Sat Jun 05, 2010 12:26 pm
Forum: Linux
Topic: .htaccess block image
Replies: 2
Views: 5427

Re: .htaccess block image

hi again, still looking for a solution on this. i have found the hotlinking to file types though. only thing is, i get an error 500 posible bad .htaccess file message. can anyone tell me where any errors in my file may be. here is my .htaccess file <Files .htaccess> order allow,deny deny from all </...
by me666
Fri May 28, 2010 5:07 pm
Forum: PHP - Code
Topic: print code x amount of times
Replies: 5
Views: 411

Re: print code x amount of times

i use w3schools alot, but didn't think :oops:
i also end up on php.net alot too
cheers mate :)
by me666
Fri May 28, 2010 2:41 pm
Forum: PHP - Code
Topic: print code x amount of times
Replies: 5
Views: 411

Re: print code x amount of times

thanks guys, i have just finnished converting my 2 scripts, maybe i should look a little harder as i found this solution before i read your posts... it depends how u word it when using google. a for loop is exactly what i was needing, thanks :D
by me666
Fri May 28, 2010 1:53 pm
Forum: PHP - Code
Topic: print code x amount of times
Replies: 5
Views: 411

print code x amount of times

hi guys, i have a code that reads a txt file full of random names and inserts 1 name into my mysql table. with this i have a form where i enter a number and the page will refresh that amount of times to insert that number of random names. this uses alot of resources and i am looking for a code that ...