Jump to content

ball420

Members
  • Posts

    141
  • Joined

  • Last visited

    Never

Everything posted by ball420

  1. on the html code input name is set to "name" that should echo anything typed in  to show when you put in $name to your php script remember this is only to test nothing complicated
  2. the code for the next php is <? echo $name ?> when i type anyhting in the text field it should show up right cause name is my variable
  3. i'm just learning php and making ok progress. i'm testing stuff out and having a major problem.. here is my simple html code ok.. <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> </head> <body> <h1>Search for the shit</h1> <p>&nbsp;</p> <form action="resultsbyname.php" method="post">   <p>enter the name of what your seeking</p>   <p>&nbsp;</p>   <p>     <input name="name" type="text" />   </p>   <p>     <input name="submit" type="submit" value="search" />   </p> </form> <p>&nbsp; </p> </body> </html> so i have that now i have my simple php code <? echo $name; ?> now when i type into my form and hit submit it should show that text on the next page, well it doesn't it connects to the page but it's just blank?? i don't understand please help
  4. i am using wamp5 and i want to create a sql database. what portion of the program should i use this to do myphpadminm or SQLite manager. let me state again that i'm learning. and am trying to just get all the right info, thanks for all the help
  5. got it bro!!! it imported them thanks a million, your on top of shit!!!! cheers!!
  6. thanks man i'm doing it right now!!!! i've been trying to learn php never realizing how much it really took!!! i guess you could say i'm becoming addicted but i keep running into snags. i'll get it eventually ???i hope
  7. i'm new to learning php i have been writing simple stuff and getting to know my way. i have ran into a wall i'm learning to connect into databases in my sql. the tutorial that i'm doing gives you sample databases to use but on my machine they come up as txt files. i have downloaded xampp an iam running my localhost just fine. it comes with mysqladmin but i want to take these databases that are now txt files and convert them to sql db's. what am i not seeing here? please help!!!
  8. it works!!!!! thanks for the help i was just not putting items in the right directory thanks for everyone's responses!!!PHP freaks #1 site
  9. ya that is how i am doing it. it jsut not working. very frustrating. the code works cause i uploaded it to a remote webserver but on localhost it just bounces from that open save cancel
  10. ya but i want to see if it works?? notepad jsut sows me the code
  11. i'm having a problem viewing any of my work. when i go to open any script that i wrote i save it try to view it and it asks me to open | save | cancel i hit open and it try's to open in an internet explorer then it jsut diasappears and asks me the same question.  what the heck is going on help please!!!! i'm running xp pro with xampp and that all works fine. thanks a million for the responses
  12. thanks for the help i'm gonna get back at it tommarrow and let you know how it went. again thanks for the response. cheers!
  13. i'm so confused!!! please bear with me.... everything i look at says i need to pay?? i'm really missing it here help please
  14. well here is the situation.... i'm learning PHP.."what a way to start" i'm in the process now of writing a registration form. but all tutorials i have found all use mysql as their databases. i was wondering if any other programs like access or excell can be used for these databases and if anyone can guide me the right way. or is their some place to get mysql for might i say free..... someone help!!!
  15. i'm having the same problem!! but with my instance i have set up IIS and am using dreamweaver to write my code. when i go to check if my code works or not it ask's me to  open    save  cancel. anything i do it opens in dreamweaver<exept for cancel obviously> even if i right click and choose open with... what is the problem??? i'm running on xp pro.
×
×
  • 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.