Jump to content

ItsWesYo

Members
  • Posts

    110
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

ItsWesYo's Achievements

Member

Member (2/5)

0

Reputation

  1. My Alienware laptop has a HDMI output (Yay Hi Def!) but the problem is I don't want or need it. For Karaoke I need a RCA yellow output, which my laptop cannot do. For preferably under $50 (but send links regardless I need to buy this in the next 24 hours) I need to get a RCA yellow output. I can obviously go through hundreds of adapters and converters, but I'm looking into a possible USB video output if any exist. Any help and links are appreciated.
  2. You sir just helped me out, haha. Thank you!
  3. Okay, sorry about that..I'll post a quick example... http://example.site.com/a/includes/header.php <b>This is my header text example</b> http://example.site.com/a/includes/footer.php <b>This is my footer text example</b> http://example.site.com/a/index.php <?php include 'http://example.site.com/a/includes/header.php'; ?> text would go here <?php include 'http://example.site.com/a/includes/footer.php'; ?> http://example.site.com/a/lettera/index.php <?php include 'http://example.site.com/a/includes/header.php'; ?> text would go here <?php include 'http://example.site.com/a/includes/footer.php'; ?> Now of course, if you were to display the /a/letter/index.php page, it would show: This is my header text example text would go here This is my footer text example But it only shows 'text would go here'
  4. Need to Know: http://example.site.com/a/includes/header.php (Would contain the header) http://example.site.com/a/includes/footer.php (Would contain the footer) http://example.site.com/a/index.php (The index page of directory A) http://example.site.com/a/lettera/index.php (Another index of a higher directory) The Problem: Okay. It won't display my header and footer even though I correctly use the include function. I've tried everything, but just displays a white page with the text. Example: Let's say I make a page with a url of http://example.site.com/a/lettera/index.php. And I want to include http://example.site.com/a/includes/header.php and http://example.site.com/a/includes/footer.php So, I would use the PHP include function and use those. The problem is, the includes won't show up, just the page of /a/lettera/index.php. Help?
  5. Look at attached graphic to help. ---------- I'm looking for an easier way to make a "bread crumbs" type thing. EXAMPLE: about.php haha.php test.php I was trying to be hopeful to make a page called "variables.php" or "youarehere.php". On that page, I would put would put: about.php -> "Home > About" haha.php -> "Home > Haha" test.php -> "Home > Test" After that, I could include "variables.php" or whatever on the layout, and when that page comes up, it would go into variables.php and look for that page and give out what it says. I might have to show you the whole layout code (header.php, footer.php) if you need it. [attachment deleted by admin]
  6. Thanks, but I finally figured it out.
  7. View the attached image to refer to this post. ----------- How would I go about to hide all the INSIDE borders of that table? For #1, I would like the right border hidden or at least colored white, etc. [attachment deleted by admin]
  8. Right now, this is how my page is set up: monsters.php <?php include ("inc/header.php"); $page = ((isset($_REQUEST['name']))?($_REQUEST['name'])'')); switch($page) { case "monster1": { echo ( " monster one PAGE "); break; } default: { echo (" links to monster info page go here. <a href='?name=monster1'>monster one</a> "); break; } } include ("inc/footer.php"); ?> My question: Instead of "?name=monster1", I would like it to appear as "?monster1". Help? (Just wanna test some things)
  9. Ugh. I've been trying different CSS styles and none work.
  10. Max, yes. mgal, that is sort of the idea, but I want it around the text. Not extra black/white around it. And I don't want to make a lot of images of numbers. [attachment deleted by admin]
  11. Could you, perhaps, elaborate on how to do this?
  12. I don't know if I would use PHP or CSS for this, but: How would I make a number appear with WHITE text and a BLACK outline to it?
  13. I mean, is it possible to decode it?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.