Jump to content

spiderwell

Members
  • Posts

    1,008
  • Joined

  • Last visited

Everything posted by spiderwell

  1. he was refering to a link, you write a link in html: <a href="page.php">page</a> . you can then use php to echo out that if you can't get the concepts of links and the difference with a select you might struggle
  2. french, well maybe lol i assume you would be going down the php route or you would not be here, so thats a good one for a start. tie it in with mysql, html and css, you can do a lot with those, you would also benefit with javascript, xml and probably some others I have missed.
  3. you read the file and put into a form textarea, and edit it, then post form to a page that will get the new htaccess data and write to the said file. to have parts of it non editable might be a bit trickier but of course anything can be done in code
  4. a little shove never helps get a record set of users (or whatever it is) and loop through it. use the data to create links a bit like this: <?php echo "<a href='deleteuser.php?id=" . $row['id'] . "'>delete " . $row['username'] . "</a>"; ?>
  5. if you wanted to use the select. you would need an onclick/change(i'm not sure which) event to post the form, then the receiving page could take the selected option value to generate a redirect to that page.
  6. if the user is logged in, its often that some details of the user is stored in the session object. Using that you could prefill the form element of the current user. or use it to identify and then pull user details from the database.
  7. stick to one form, you cant post 2 at once for sure
  8. so you want to pull the id(s) from the database and turn into delete link(s)?
  9. play around on a local dev environment?
  10. lol, well it works, and they are too busy to re-write, perhaps what they want me for or to be a sex slave? just saying I'm never the slave.......
  11. lol, well it works, and they are too busy to re-write, perhaps what they want me for
  12. have you put session_start() at the begining of this script, as that would prevent it from working.
  13. isset it pointless as you have built the function to have it as a required argument.
  14. yup. and you can always run your page through the wc3 validator incase your not sure
  15. day 3, not as daunting, lots of learning still. but also loving it, just analyzing their system is teaching me new things! i love that. getting paid to learn!
  16. its all about the lists, see my post I made just the other day about tables V lists
  17. sure i have, perhaps I misunderstood it accessing the common object you can create a flash cookie that will only play the movie the first time the user visits the site, and it wont restart but reading it over, I see now he is more likely to want the music to be continuous in which case I refer him to your response.
  18. its not a whole new language, its just got new stuff. so some browsers support it better than others, but they can all do it, using www.html5test.com you can see how well, and guess what, IE comes last in the list!!
  19. you probably need a regular expression of somesort
  20. nerds... ....stored in an array
  21. xhtml is the bandwagon, use html 5. *disclaimer this is an opinion*
  22. not true, with actionscript it could be done or javascript. a combination of setting a variable when the site is first visited, which when the page is reloaded or a new one served sets the movie to not play.
  23. i got a pc laptop and a mac, but you can install a windows environment on a mac and do it that way, but most mac users would rather suck dogpoop popsicles than do that....
  24. have you echoed out $path to see what it says? where is the php file that is doing this located?
  25. mine went <?php if($this->thing) $this->somethingelse->morestuff->areyoufollowingme; return $this->ajax->lotsofajax->parsing->xmltohtml->areyoustillfollowingme; ?>
×
×
  • 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.