Jump to content

wwprnama

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

About wwprnama

  • Birthday 01/26/1978

Contact Methods

  • AIM
    wwpranma
  • MSN
    ranma15@cox.net
  • Yahoo
    wwpranma

Profile Information

  • Gender
    Male
  • Location
    Fort Walton Beach

wwprnama's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Yeah I tried that one already. I don't know if it's the fact that I am coding this and saving it as a php file or if it's because I am using firefox to view it. I found one article that showed you how to enable firefox to work around that, but I followed the instructions note for note and it did not resolve a single issue. Oh well, worst case scenario I just import a copy of it to the working directory the project I am working on and just deal with it.
  2. So I've got this small lil network setup and I'm making some notes on my media server that I wanna link to on a page I plan on running off of my laptop. So I've tried the simple cut and paste address from the windows explorer to try and get the link to folder on the other media server to work on the page I'm running off of my laptop. Any suggestions as to how one could go about doing that?
  3. Thanks guys, I'm mainly learning from a book called PHP 5/MySQL Programming for the Absolute Beginner, written by Andy harris. I'm pretty sure that alot of the code that gets thrown at me through there is error after error of poorly written code, so I can only hope that i'll find enough poeple on here that wanna help.
  4. I hope I don't get flamed for this, cause I figured this might be the forum to post this in. Anyways, I'm starting to learn php and I got this code I was testing : <body> <h1>Hi User</h1> <?php if (empty($userName)) { print " <form method=\"post\" action=\"one page form.php\"> Please enter your name : <input type = \"text\" name = \"userName\"><br> <input type = \"submit\"> </form>";} else { $userName = $_REQUEST["userName"]; print "<h3>Hi there, $userName!</h3>";}; ?> </body> Now as you can see, the attempt here is to get a form value on the same page with that empty function. So with that being said, any tips or pieces of advice one could offer me?
×
×
  • 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.