Search found 10 matches
- Wed Feb 27, 2013 3:30 am
- Forum: Game Design
- Topic: Image Generator help
- Replies: -1
- Views: 3561
Re: Image Generator help
Any helpful information that you guys know about would be appreciated. Regarding really anything to do with adding an image to a page... As far as I currently understand I need to learn how to use hex strings...and get a basic understanding of what exactly images are and how images are rendered. The...
- Wed Feb 27, 2013 2:19 am
- Forum: Game Design
- Topic: Image Generator help
- Replies: -1
- Views: 3561
Re: Image Generator help
Awesome links. Both were exactly what I'm talking about... I basically want to use a background image and overlap sections (or replace) with different colors. The sylestia game is basically what I'm going for but the helmet link illustrates the color overlapping as well. To elaborate more If I'm usi...
- Tue Feb 26, 2013 8:47 am
- Forum: Game Design
- Topic: Image Generator help
- Replies: -1
- Views: 3561
Image Generator help
Hope this is the right thread for this scatter-brained mess of words. EDIT: (This is a question/help post...so if it would receive more feedback or just belongs in the advanced help section that's fine too.) I've been fiddling with several game concepts for some time now...creating them one after th...
- Thu Feb 07, 2013 7:10 am
- Forum: Beginner Help and Support
- Topic: Multiple Questions php, html & mysql related
- Replies: -1
- Views: 2909
Re: Multiple Questions php, html & mysql related
PROBLEM SOLVED: session_start(); if (isset($_SESSION['username'])) { $username=$_SESSION['username']; } else { echo "Not Logged in <br><br> <A href='login.php'>Login</a>"; exit; I didn't have a session therefore I wasn't logged in and therefore there was no $username variable assigned. Wor...
- Tue Feb 05, 2013 12:44 pm
- Forum: Beginner Help and Support
- Topic: Multiple Questions php, html & mysql related
- Replies: -1
- Views: 2909
Re: Multiple Questions php, html & mysql related
Response to Jackolantern: (removed quote as it was rather large) Thank you very much =) As you can tell I had trouble figuring out where the line ended. Not quite a week in yet. I have accomplished and learned quite a lot but since I've put so much time (many hours in a small period) into it I end u...
- Mon Feb 04, 2013 1:00 pm
- Forum: Beginner Help and Support
- Topic: Multiple Questions php, html & mysql related
- Replies: -1
- Views: 2909
Re: Multiple Questions php, html & mysql related
I listed all the code and information that pertained to each individual error I had. The error is not outside of the information I provided. That is certain. For example the spacing issue in the PHP table (which due to the coding is heavily error prone compared to html..not even going to bother with...
- Mon Feb 04, 2013 10:20 am
- Forum: Beginner Help and Support
- Topic: Multiple Questions php, html & mysql related
- Replies: -1
- Views: 2909
Re: Multiple Questions php, html & mysql related
Not sure if bumping is allowed...but edits don't change who last posted so....*nudge*
- Sun Feb 03, 2013 6:15 am
- Forum: Beginner Help and Support
- Topic: Multiple Questions php, html & mysql related
- Replies: -1
- Views: 2909
Re: Having a lot of Query issues...
Thank you very much =)
- Sun Feb 03, 2013 3:49 am
- Forum: Beginner Help and Support
- Topic: Multiple Questions php, html & mysql related
- Replies: -1
- Views: 2909
Re: Having a lot of Query issues...
Not sure where to put that...
Any file? Connect? Does it matter?
And in regards to the username and pass? (if those haven't been filled out yet)
Any file? Connect? Does it matter?
And in regards to the username and pass? (if those haven't been filled out yet)
- Sun Feb 03, 2013 3:03 am
- Forum: Beginner Help and Support
- Topic: Multiple Questions php, html & mysql related
- Replies: -1
- Views: 2909
Multiple Questions php, html & mysql related
If anyone is interested in the answers to the issues I had in this OP they are covered in Halls reply on page 2. Just to inform responders: I look for as many answers as possible through many different locations before posting here...unfortunately coding is a PAI to find solutions for as almost ever...