Jump to content
xisto Community

cwalden

Members
  • Content Count

    5
  • Joined

  • Last visited

Everything posted by cwalden

  1. How to create php navigation(page.php?go=whatever) First, check if you web hoster offers php support (most people would anyway). Now create a new file called index.php (if you already have a file called index, rename it to index2.php) Now enter <?php on a newline enter: switch ($go) { enter: case "(whatever you like)": enter: require ('(whatever your file is called.php/htm/html)'); now enter: break Repeat the last couple of steps until you are finished. Now you need to set the default value(if people type ?go=something-you-didnt-set-as-a-value) now finally enter: default: then enter: require ('index2.php/htm/html');}?> So the final code would look like: <?phpswitch ($go) {case "1":require ('1.php');break;case "2":require ('2.php');break;case "3":require ('3.php');break;default:require ('index2.php');}?>
  2. Hello, I am new to creating sigs and I would like you yo rate the following one. If you really like it you can buy it off me.
  3. Why would you want to place advertising on your cool site just to submit your site to google? You can put <meta> tags on your webpage to add your site to google/search company, like the following: <meta name="keywords" content="cool site,slick site" /><meta name="author" content="cwalden" /> Notice from mayank: Edited topic title.
  4. A little hint about ff: Netscape's browser (NN) used to cost, but they made it open-source and called the project Geeko. Now ff, mozilla and other browsers were made using geeko. Like my advice? Im only young!
  5. This tutorial is based on winzip 10.0 (but it should work on other versions). Create or open the file you would like unzipped. Now, on the Actions menu, click make .exe file. A popup box should popup. Click ok. Now in the popup box that appears, type in the default folder that the program will unzip to. Press ok. Now another popup will tell you if you want to test the file, click yes. Now click ok again in the box that appears. Now press unzip. If it says - files unzipped succsessfully! Click ok and pat your self on the back! You have created the self-zipping file! Close all the winzip windows. If you find this useful, please P.M. me.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | 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.