Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 26
Search took 0.07 seconds.
Search: Posts Made By: supersav144
Forum: PHP 04-07-2011, 08:04 PM
Replies: 1
Views: 4,391
Posted By supersav144
Check if string is NOT in an array

I currently have an array (called $array) and I want to check whether a string (called $string) is not in the array, how would i go about this?

Thanks for any help!
Forum: JavaScript programming 03-22-2011, 09:08 AM
Replies: 14
Views: 1,295
Posted By supersav144
I tried that using 'defaultSelected=.....;' but...

I tried that using 'defaultSelected=.....;' but that didn't seem to work either for some reason.
Forum: JavaScript programming 03-22-2011, 01:42 AM
Replies: 14
Views: 1,295
Posted By supersav144
This worked an absolute treat, thank you very...

This worked an absolute treat, thank you very much! I do however have one added question which follows along the same lines...

I am passing through the value which is selected for the category,...
Forum: JavaScript programming 03-21-2011, 03:26 AM
Replies: 14
Views: 1,295
Posted By supersav144
Adding Options to A Selectbox

I currently have two selectbox, the first for categories and the second for subcategories. When an option from the category selectbox is chosen I would like the subcategory selectbox to be filled...
Forum: JavaScript programming 03-08-2011, 11:45 AM
Replies: 6
Views: 1,786
Posted By supersav144
I tried but couldn't get it working properly so...

I tried but couldn't get it working properly so instead just created the opening of the form tag above where the row is being inserted and then closed it just before the next form. Seems to work ok.
Forum: JavaScript programming 03-08-2011, 11:25 AM
Replies: 6
Views: 1,786
Posted By supersav144
I didn't actually think of doing that, will give...

I didn't actually think of doing that, will give it a go, thanks
Forum: JavaScript programming 03-08-2011, 10:27 AM
Replies: 6
Views: 1,786
Posted By supersav144
Using Javascript to create forms dynamically

I currently have a page which, when the user clicks a button creates a new row displaying a form. I also have other forms on this page however so I was wondering if anyone knew how to close a form...
Forum: PHP 02-20-2011, 12:33 PM
Replies: 3
Views: 991
Posted By supersav144
The editor being a rich text editor, though, it...

The editor being a rich text editor, though, it could very well be that it doesn't just add whitespace but markup. You wouldn't see that in the browser, so it may look like whitespace to you, but you...
Forum: PHP 02-20-2011, 11:46 AM
Replies: 3
Views: 991
Posted By supersav144
Check if string contains A-Z

I currently have a textbox which uses a rich text editor and I want to check if the user has entered something. I can't check if it is null however since the text editor includes some white space...
Forum: HTML & CSS 02-13-2011, 06:58 PM
Replies: 4
Views: 1,304
Posted By supersav144
ok cheers will give it a go, yea I know its...

ok cheers will give it a go, yea I know its pretty bad but this was just a quite project created by someone else that's been passed on to me so didn't bother changing it.
Forum: HTML & CSS 02-13-2011, 04:40 PM
Replies: 4
Views: 1,304
Posted By supersav144
here is a link to the site......

here is a link to the site... http://co-project.lboro.ac.uk/users/cops3/FYP/

If you compare IE to Chrome you will see the difference in the cellpadding for the main content of the page which is...
Forum: HTML & CSS 02-13-2011, 02:14 PM
Replies: 4
Views: 1,304
Posted By supersav144
IE doubles the cellpadding on website

I am currently creating a website and have a few tables being used. For these tables I have set the cellpadding and it all works perfectly in Firefox, Chrome etc but when using Internet Explorer it...
Forum: JavaScript programming 01-14-2011, 11:04 AM
Replies: 2
Views: 2,459
Posted By supersav144
Thank you very much, always seems easier for...

Thank you very much, always seems easier for someone else to spot the easy mistakes!
Forum: JavaScript programming 01-14-2011, 09:51 AM
Replies: 2
Views: 2,459
Posted By supersav144
Transfer data from pop up window to parent window

I am currently creating which will allow the user to upload their own pictures. For this I am opening a new pop up window where the user can select the file they wish and then upload it (similar to...
Forum: JavaScript programming 12-29-2010, 06:07 AM
Replies: 3
Views: 589
Posted By supersav144
Ok thanks, I have never used ajax before so do...

Ok thanks, I have never used ajax before so do you have some example code I could possibly use or know of any websites with decent tutorials/examples?
Forum: JavaScript programming 12-29-2010, 05:56 AM
Replies: 3
Views: 589
Posted By supersav144
Using php inside javascript

I am currently creating a page to allow a user to change their password. I have a field which the user will enter their current password into and I am then using javascript to check whether this is...
Forum: PHP 12-22-2010, 09:28 PM
Replies: 9
Views: 3,724
Posted By supersav144
ok yea done that and fixed it, I also had a...

ok yea done that and fixed it, I also had a global variable called $username in the dbconnect file which was screwing it up...oops. Thanks very much for all your help
Forum: PHP 12-22-2010, 08:46 PM
Replies: 9
Views: 3,724
Posted By supersav144
Yea this is the same form, it is the signin.php...

Yea this is the same form, it is the signin.php form. It does this with all usernames even when no special characters are used.
Forum: PHP 12-22-2010, 08:14 PM
Replies: 9
Views: 3,724
Posted By supersav144
<?php include("dbconnect.php"); ...

<?php

include("dbconnect.php");

$username = $_POST['username'];
$password = $_POST['password'];
$submit = $_POST['signinsubmit'];


if($_GET['page'] != ""){
Forum: PHP 12-22-2010, 08:05 PM
Replies: 9
Views: 3,724
Posted By supersav144
It is from the same form and i've used...

It is from the same form and i've used $_POST['username']; to try and get the username, however when I put value="<?php print "$username"; ?>" in the html field it does not seem to output the...
Forum: PHP 12-22-2010, 06:59 PM
Replies: 9
Views: 3,724
Posted By supersav144
Putting php variable into html text box

I am currently creating a signin page for my website. If the user has input something incorrectly then the form is not submitted and the user is presented with the same form again. I would then like...
Forum: PHP 12-22-2010, 12:12 AM
Replies: 1
Views: 612
Posted By supersav144
Signin page to direct user back to their original page

I am currently creating a website and am trying to make it so that once a user logs in they are taken back to the page they were on prior to signing in. I am unfortunately having difficulty, I can...
Forum: JavaScript programming 12-15-2010, 11:57 PM
Replies: 1
Views: 833
Posted By supersav144
If statement using source of an image

I am currently trying to write a javascript function which checks whether the source of an image is one thing, if so do this, if not do something else.

Any help is much appreciated.

Below is...
Forum: JavaScript programming 12-15-2010, 02:28 PM
Replies: 1
Views: 2,009
Posted By supersav144
Check if array contains variable

I am currently trying to check using javascript whether a php array contains a variable, and if it does then display a message.

Any help would be much appreciated.

I have written the following...
Forum: JavaScript programming 12-15-2010, 12:34 PM
Replies: 9
Views: 8,842
Posted By supersav144
Unfortunately the server I'm using only allows...

Unfortunately the server I'm using only allows for php, and ajax does not seem to run on it.
Showing results 1 to 25 of 26

 
Forum Jump

All times are GMT +1. The time now is 09:13 PM.