Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 38
Search took 0.11 seconds.
Search: Posts Made By: Skiroid
Forum: HTML & CSS 03-20-2012, 08:52 PM
Replies: 4
Views: 365
Posted By Skiroid
Found a solution... thanks anyway :)

Found a solution... thanks anyway :)
Forum: HTML & CSS 03-20-2012, 08:37 PM
Replies: 4
Views: 365
Posted By Skiroid
Sorry, that doesn't help at all...

Sorry, that doesn't help at all...
Forum: HTML & CSS 03-20-2012, 04:19 PM
Replies: 4
Views: 365
Posted By Skiroid
Trouble with 'float'

Hi.

I'm making a site, www.lulzorg.com. Although, I'm having a few issues with the content down the right side (where the Google advert and Facebook like thingy is.

I'm wanting it to move up...
Forum: HTML & CSS 02-19-2012, 11:31 PM
Replies: 1
Views: 349
Posted By Skiroid
A sort of fixed position

Hi.

I was on the Saints Row website (http://www.saintsrow.com/) the other day and liked the footer thing which appears fixed to the bottom but when scrolled all the way down it reveals a bit more....
Forum: PHP 12-24-2011, 03:45 PM
Replies: 1
Views: 266
Posted By Skiroid
How can I list certain records from my database?

Hi, I'm working on a VERY BASIC forum for my site but I'm having trouble listing threads within the forums... :confused:

Here's the forum with 3 test threads in it. Although, it's only displaying...
Forum: PHP 10-18-2011, 11:25 PM
Replies: 3
Views: 450
Posted By Skiroid
Got it, thanks. 1 more question though... Is...

Got it, thanks. 1 more question though...

Is it possible to keep the selected option after the user has clicked the submit button?

A bit like you can echo the same value in text boxes...
...
Forum: PHP 10-18-2011, 10:01 PM
Replies: 3
Views: 450
Posted By Skiroid
Thumbs up Verify a select menu option is chosen - please help

Hey, I'm making a register form and I have a select drop down menu with a bunch on options in it. It'll be used to select a recovery question.

<select name="regrecquestion">
<option...
Forum: PHP 10-18-2011, 09:36 PM
Replies: 3
Views: 584
Posted By Skiroid
mysql_connect("localhost","root","***") or...

mysql_connect("localhost","root","***") or die(mysql_error());
mysql_select_db("phpdemo") or die(mysql_error());

// values sent from form
$first_name = strip_tags($_POST['first_name']); ...
Forum: PHP 10-18-2011, 08:50 PM
Replies: 1
Views: 163
Posted By Skiroid
List all online players - please help

Hi, I'm making a World of Warcraft website and on the server page (http://www.externalwow.info/server.php) it has a few stats about the server and I'm wanting it to list the players that are...
Forum: PHP 10-11-2011, 11:37 PM
Replies: 6
Views: 481
Posted By Skiroid
Thumbs up Thank you. Got it working. Yeh I had to change a...

Thank you. Got it working. Yeh I had to change a few table field properties.

;)
Forum: PHP 10-11-2011, 11:08 PM
Replies: 10
Views: 474
Posted By Skiroid
it should do. don't know what the problem is...

it should do. don't know what the problem is then. sorry.
Forum: PHP 10-11-2011, 11:05 PM
Replies: 6
Views: 481
Posted By Skiroid
Sorry, that's a bit too complex for me to...

Sorry, that's a bit too complex for me to understand. Could you explain it in "noob" form and maybe give a few example is possible. Thanks. :thumbsup:
Forum: PHP 10-11-2011, 10:37 PM
Replies: 10
Views: 474
Posted By Skiroid
make sure it's saved on a web server. you can't...

make sure it's saved on a web server. you can't display PHP if it's not. HTML you can though.
Forum: PHP 10-11-2011, 10:31 PM
Replies: 6
Views: 481
Posted By Skiroid
that didn't help. :(

that didn't help. :(
Forum: PHP 10-11-2011, 10:03 PM
Replies: 6
Views: 481
Posted By Skiroid
Error in SQL syntax

Hey, I'm trying to insert a query but I'm getting this error.

Query
mysql_query("INSERT INTO accounts ('', '$regucaccname', '', '$regencpass', '0', '0', '', '', '$regemail', '24', '', '0', '')")...
Forum: HTML & CSS 10-03-2011, 10:48 AM
Replies: 5
Views: 429
Posted By Skiroid
sorry lol, the body.css didn't upload properly...

sorry lol, the body.css didn't upload properly the first time :thumbsup:

thanks
Forum: HTML & CSS 10-03-2011, 09:22 AM
Replies: 5
Views: 429
Posted By Skiroid
Thanks for the reply but the text has gone to the...

Thanks for the reply but the text has gone to the very bottom of the page :confused:
Forum: HTML & CSS 10-02-2011, 10:42 PM
Replies: 5
Views: 429
Posted By Skiroid
Text float to bottom?

Hi. I'm trying to get some text to float to the bottom of a div. But, I'm having difficulty doing this.

On http://www.externalwow.info/ at the top is the two lines, A free public World of Warcraft...
Forum: HTML & CSS 10-02-2011, 10:11 PM
Replies: 2
Views: 240
Posted By Skiroid
Thanks, it worked :thumbsup:

Thanks, it worked :thumbsup:
Forum: HTML & CSS 10-02-2011, 09:46 PM
Replies: 2
Views: 240
Posted By Skiroid
Footer won't behave properly?

Hi, I'm currently working on this website... http://www.externalwow.info/account.php ...but on this page for some reason the copyright thing at the bottom doesn't want to behave as I'd like it to...
Forum: HTML & CSS 10-01-2011, 11:39 PM
Replies: 2
Views: 314
Posted By Skiroid
thanks :thumbsup:

thanks :thumbsup:
Forum: HTML & CSS 10-01-2011, 09:24 PM
Replies: 2
Views: 314
Posted By Skiroid
Question Get rid of space between side by side images

Hi. I'm designing a website, which will be relatively simple. But, I've come across a problem which I'm finding it difficult to sort out.

I have an navigation bar made from images but they have...
Forum: HTML & CSS 09-23-2011, 04:02 PM
Replies: 4
Views: 382
Posted By Skiroid
bump. i really want to know this.

bump. i really want to know this.
Forum: HTML & CSS 09-21-2011, 10:41 PM
Replies: 5
Views: 1,031
Posted By Skiroid
this may help. under the css 'entry' add... ...

this may help. under the css 'entry' add...

#entry {
overflow: auto;
}
Forum: HTML & CSS 09-21-2011, 09:33 PM
Replies: 3
Views: 384
Posted By Skiroid
I'm a complete noob but wouldn't you be able to...

I'm a complete noob but wouldn't you be able to surround the Description test test with something like...

<font size="-2">Description test test</font>
Showing results 1 to 25 of 38

 
Forum Jump

All times are GMT +1. The time now is 08:28 AM.