Search found 171 matches

by alexrules01
Fri Feb 22, 2013 11:52 am
Forum: Advanced Help and Support
Topic: Webpage Charset
Replies: -1
Views: 848

Re: Webpage Charset

That is what I originally thought. But instead it just completely cleared the whole string. *Shrugs*. At least it is working now :D
by alexrules01
Thu Feb 21, 2013 6:17 am
Forum: Coding
Topic: [HELP] Search Function
Replies: -1
Views: 1405

Re: [HELP] Search Function

From the code above, you are querying the database and trying to retrieve the data in the 'name' column where the username, or, 'oname' matches a value in the name column of the database. And then within the if statement, you are checking if $_GET['nation'] is set. Can you give more details on what ...
by alexrules01
Thu Feb 21, 2013 4:44 am
Forum: Advanced Help and Support
Topic: Webpage Charset
Replies: -1
Views: 848

Webpage Charset

I am currently building a website for my auntie and she wants to copy+paste text from an editor (mostly Word) into a form on the website, which will be a textarea. I have been building this site from scratch. I currently have a textarea, and I was running the information entered into the textarea th...
by alexrules01
Thu Jan 24, 2013 12:05 pm
Forum: Coding
Topic: [HELP] Search Function
Replies: -1
Views: 1405

Re: [HELP] Search Function

Can't see a problem with it. Are you setting the $_GET['nation']?
Test each if statement and figure out which one isn't working and then work on it from there.
by alexrules01
Wed Dec 19, 2012 6:17 am
Forum: Beginner Help and Support
Topic: Please help getting the selected item from combobox into var
Replies: -1
Views: 501

Re: Please help getting the selected item from combobox into

I don't see you declaring the form. Only closing it, unless its further up your code. You'd need something like this print "<form method='selectship.php' action='POST'>"; before your form elements. Also it doesn't seem you have a submit button. just do this print "<input type='submit'...
by alexrules01
Thu Dec 13, 2012 8:12 am
Forum: Advanced Help and Support
Topic: How to make PHP Code more Object Oriented
Replies: -1
Views: 1686

Re: How to make PHP Code more Object Oriented

I'm kind of like Vintinho, wanting to know how to make a website more OO. I understand its not always more efficient, but I believe, ecspecially coding games in PHP, using Class's would be much more efficient. Like, I get what OOP is. I know what classes are, methods and constructors, but once I sit...
by alexrules01
Sun Dec 02, 2012 10:50 pm
Forum: Scripting/Coding
Topic: Beginner Scripting Tutorial
Replies: -1
Views: 3305

Re: Beginner Scripting Tutorial

Not sure how Java/C++ works with Unity, I assume theres some way you can code in those languages. But the most common language (with the most resources/tutorials) is Javascript, or more commonly known as UnityScript. The main other language is C#, not as many resources but you should be able to find...
by alexrules01
Sun Dec 02, 2012 10:12 am
Forum: Scripting/Coding
Topic: Beginner Scripting Tutorial
Replies: -1
Views: 3305

Re: Beginner Scripting Tutorial

I've been watching Eteeski tutorials on youtube. I didn't watch the first few vids (before the FPS 1 tutorial videos) but I believe he goes over the basics of programming, or at least the basics of UnityScript. His videos are loner than most, but he explains pretty much every line of code which can ...
by alexrules01
Mon Jul 02, 2012 11:25 pm
Forum: Misc
Topic: Man on a Ledge
Replies: -1
Views: 562

Re: Man on a Ledge

I watched this Saturday night. It was good. I like how bits of information were given to you througout and you eventually pieced it together. :)
by alexrules01
Mon Jul 02, 2012 4:58 am
Forum: Advanced Help and Support
Topic: Creating a multidimensional array
Replies: -1
Views: 668

Creating a multidimensional array

Instead of quering the database multiple times, I was thinking of querying it once and storing all the values in an array. Theres 2 ways I've been thinking of setting it up, I'm wondering if there is a 'right way' to do it or both ways are acceptable. Also, which one you think will be the easier arr...

Go to advanced search