Search Results

Showing results 1 to 40 of 52
Search took 0.01 seconds.
Search: Posts Made By: Scottmandoo
Forum: JavaScript / DHTML / AJAX Oct 3rd, 2009
Replies: 2
Views: 352
Posted By Scottmandoo
Hey thanks, yeah that was it. :)
Forum: JavaScript / DHTML / AJAX Oct 2nd, 2009
Replies: 2
Views: 352
Posted By Scottmandoo
Im not sure if this is a php problem or javascript, but since the actual photo gallery is run by javascript I'll post it here, sorry if its not though.

Everything works fine but when I click on...
Forum: PHP Feb 3rd, 2009
Replies: 3
Views: 365
Posted By Scottmandoo
Thanks antwan that was the problem.
Forum: PHP Feb 3rd, 2009
Replies: 3
Views: 365
Posted By Scottmandoo
in the following piece of code the else part of my if/else statements doent seem to work it just adds nothing, thanks.

btw genre is a dropbox (and yes i have added the values) and genre2 is a text...
Forum: JavaScript / DHTML / AJAX Jul 31st, 2008
Replies: 4
Views: 1,002
Posted By Scottmandoo
Forum: JavaScript / DHTML / AJAX Jul 31st, 2008
Replies: 4
Views: 1,002
Posted By Scottmandoo
sorry for the double post but heres another code i've tried which seems to be more promising, but it seems to reject everything.

var emailFilter=/^.+@.+\..{2,3}$/;
if...
Forum: PHP Jul 31st, 2008
Replies: 2
Views: 907
Posted By Scottmandoo
thanks heaps it works perfectly now.
Forum: JavaScript / DHTML / AJAX Jul 31st, 2008
Replies: 4
Views: 1,002
Posted By Scottmandoo
Well heres the code im using, can anyone either fix this code to make it work or suggest a better way of doing this, thanks.

function ValidateForm() {
if (document.submitform.email.value=="") {...
Forum: PHP Jul 30th, 2008
Replies: 2
Views: 907
Posted By Scottmandoo
Can anyone tell me why this code isnt working?

<?php
$username =
$password =
$database =

$email23 = $_POST['email'];

$con = mysql_connect('localhost',$username,$password);
Forum: JavaScript / DHTML / AJAX May 29th, 2008
Replies: 0
Views: 2,332
Posted By Scottmandoo
Ok so I used Adobe Photoshop to generate my Photo Gallery Code, the default index.html page it creates works fine when i upload it to my site but as soon as I add my sites layout around the code it...
Forum: PHP May 15th, 2008
Replies: 1
Views: 516
Posted By Scottmandoo
ok lets make this a little simpler than my last topic.

I found this site (http://wiki.dreamhost.com/index.php/PHP.ini) which everyone who follows it seems to be getting results from, though it...
Forum: PHP May 12th, 2008
Replies: 1
Views: 432
Posted By Scottmandoo
Bump

^ don't know if your allowed to do that, but I really need help with this problem
Forum: PHP May 11th, 2008
Replies: 1
Views: 432
Posted By Scottmandoo
My webhost currently allows for 2mb uploads via php (default settings).

Now I can not access the main php.ini file and .htaccess is not allowed on free accounts.

So what I wanted to know is am...
Forum: PHP Apr 21st, 2008
Replies: 20
Views: 1,890
Posted By Scottmandoo
Haha yeah I already changed that stuff, thanks again
Forum: PHP Apr 21st, 2008
Replies: 20
Views: 1,890
Posted By Scottmandoo
Thanks Heaps, it works now.
Forum: PHP Apr 21st, 2008
Replies: 20
Views: 1,890
Posted By Scottmandoo
Ok im getting 2 errors with that code



The first one is this $count_a = mysql_num_rows($result_a);

The second one is this header('Location: index.php');
Forum: PHP Apr 19th, 2008
Replies: 20
Views: 1,890
Posted By Scottmandoo
if (isset($_POST['submitbutton'])) {
$id = $_GET['edit'];
$author = $_POST['author'];
$content = $_POST['content'];
$today = $_POST['today'];

$sql = "UPDATE `blog` SET `author` =...
Forum: PHP Apr 18th, 2008
Replies: 20
Views: 1,890
Posted By Scottmandoo
ok let ne see if I can make this as clear as I can.

At the moment the edit script is openly accessable by anyone I just want to make it secure again your average person unless thy know the...
Forum: PHP Apr 17th, 2008
Replies: 20
Views: 1,890
Posted By Scottmandoo
a separate php file which I will call password.php also in this file could I set up maybe 10 usernames and passwords to go with them?
Forum: PHP Apr 17th, 2008
Replies: 20
Views: 1,890
Posted By Scottmandoo
Thanks heaps it works great now.

I've been looking on the internet how to do php validations and I can't find exactly what i'm looking for.

What I want is if the user inserts the wrong password...
Forum: PHP Apr 16th, 2008
Replies: 20
Views: 1,890
Posted By Scottmandoo
ok the script now takes me to an edit page, but when I click Save instead of updating the content it deletes it, also it refreshes back to the edit page, can you make it load to index.php.

I have...
Forum: PHP Apr 15th, 2008
Replies: 20
Views: 1,890
Posted By Scottmandoo
hey kkeith29, helping me out again I see.

ok what I want is an 'edit' link in the bottom right-hand corner of all three displayed rows, which will allow the user to edit the row clicked on.

I...
Forum: PHP Apr 14th, 2008
Replies: 20
Views: 1,890
Posted By Scottmandoo
Ok below is my display script, though I have no idea how to make an edit script so could someone either make one for me or if thats too much to ask atleast help me make one.

<?

$username="";...
Forum: PHP Apr 10th, 2008
Replies: 2
Views: 586
Posted By Scottmandoo
letterf1{0} get the first letter of letterf1 which is lowercase font_name
Forum: PHP Apr 9th, 2008
Replies: 2
Views: 586
Posted By Scottmandoo
Ok im trying to upload an image and a .zip file to 2 different loactions at once aswell as put their links on my mysql database, heres my script, at the moment it displays nothing, does nothing and...
Forum: PHP Mar 27th, 2008
Replies: 12
Views: 1,101
Posted By Scottmandoo
Yep that works now, thanks again :)
Forum: PHP Mar 27th, 2008
Replies: 12
Views: 1,101
Posted By Scottmandoo
Just uploading some files :)

But when I upload a file starting with 3, it inserts $letter3 as 3 not the # symbol
Forum: PHP Mar 27th, 2008
Replies: 12
Views: 1,101
Posted By Scottmandoo
<?php

$username="";
$password="";
$database="";

$tut_name = $_POST['tut_name'];
$tut_image = $_FILES['tut_image']['name'];
$letter = ucfirst($_POST['tut_name']);
$letter2 ...
Forum: PHP Mar 27th, 2008
Replies: 12
Views: 1,101
Posted By Scottmandoo
sorry, just tried testing again and it doesnt make the numbers change to the # symbol
Forum: PHP Mar 27th, 2008
Replies: 12
Views: 1,101
Posted By Scottmandoo
Thanks that works perfect!!!
Forum: PHP Mar 27th, 2008
Replies: 12
Views: 1,101
Posted By Scottmandoo
ok what i want my code to do is

If $letter2 = a number 1, 2, 3 etc. it sets $letter3 to '#'
If $letter2 = a letter it sets $letter3 to $letter2 so it pretty much stays the same

is that what...
Forum: PHP Mar 27th, 2008
Replies: 12
Views: 1,101
Posted By Scottmandoo
Couls someone help me fix this code, I think I need to put in a function and a return but i'm not quite sure.
All the code does is return the value # for everything even letters

$letter =...
Forum: PHP Mar 26th, 2008
Replies: 12
Views: 1,728
Posted By Scottmandoo
Thanks a lot, I don't think I could ask anymore from you, though if theres anything I need help with i'll let you know, if thats fine with you, but until then I think this topic has been solved as...
Forum: PHP Mar 26th, 2008
Replies: 12
Views: 1,728
Posted By Scottmandoo
Nah im not going to process it, unless you can edit my script to check for, which i highly doubt, that should be it.

Also i've been doing some research and just wanted to ask you is there a way I...
Forum: PHP Mar 26th, 2008
Replies: 12
Views: 1,728
Posted By Scottmandoo
Yeah I know it sucks, but thats the only downfall of my host along with no .htaccess support for free accounts, it provides 10gb of storage, 20gb monthly bandwidth, no ads and heaps more....
Forum: PHP Mar 24th, 2008
Replies: 12
Views: 1,728
Posted By Scottmandoo
Sorry I havnt replied for a while, I've been on holidays for the weekend and just gut back.

My web server doesnt allow .htaccess files because...


So I have asked my web server admin if theres...
Forum: PHP Mar 19th, 2008
Replies: 12
Views: 1,728
Posted By Scottmandoo
Thanks it works now, just one more problem though, when I upload files over 2mb it doesnt work. I get the first error "Please choose a rom to upload!"

<?php

$username="my_username";...
Forum: PHP Mar 17th, 2008
Replies: 12
Views: 1,728
Posted By Scottmandoo
Heres what I got...

Notice: Undefined index: rom_name in /www/10gbfreehost.com/b/l/a/blastburners/htdocs/gba_roms/insert-gba.php on line 490

Notice: Undefined index: rom in...
Forum: PHP Mar 17th, 2008
Replies: 12
Views: 1,728
Posted By Scottmandoo
Is there anything wrong with this script?

<?php

$username="";
$password="";
$database="";

$rom_name = $_POST['rom_name'];
$rom = $_FILES['rom']['name'];
Forum: PHP Mar 9th, 2008
Replies: 4
Views: 1,783
Posted By Scottmandoo
Thanks kkiehth29, but again another problem, heres what I get.

Error: Column count doesn't match value count at row 1

Edit: nvm it works now, thanks a lot
Showing results 1 to 40 of 52

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC