Jump to content

Paul

Members
  • Posts

    36
  • Joined

  • Last visited

Everything posted by Paul

  1. Dave thanks a LOT! A simple change of the file name was all it took LOL Yeah, I'm feeling kinda' dumb about now but maybe I can redeem myself by getting some scripts working today Thanks again, Paul
  2. To quote the very wise and honorable Homer Simpson .... DOH! Ridiculous? Ridiculous? No ridiculous, is my total lack of knowledge LOL ... Haven't tried it yet, cuz' the scotch is just too damn good but it sounds perfectly logical to me! Thanks a bunch for opening yet another window on this poor old scotch soaked brain! Later, Pauol
  3. Okay I'll admit it, I'm really just learning PHP and this is probably REALLY stupid but I've exhausted all my resources so I thought I'd try here. I want to include a stupid simple PHP/mySQL counter routine in each of my pages. If I call the counter script directly i.e. www.villagebistro.info/counter/counter.php it works. I try to include it in the footer of my pages using: <body ... blah blah blah ... <?php include ("..\counter\counter.php"); ?> </body> and that is exactly what appears when I use the "View Source" command from my browser window. I've tried moving it *everywhere* in the html file to no avail. It doesn't seem to be doing the include I'm feeling really stupid right now so I'm going to knock off for the day and have a glass of scotch and contemplate the meaning of life for a little while. I'd really appreciate one of you "PHP gurus" giving me a hand here ... Thanks in advance, Paul
  4. LOL thanks nagging bird Later, Paul
  5. Thank you all kind folks You are all just too good to us lowly learners LOL Oh My Server 6 huh? how does that rate compared to say server 2? Just kidding, having too good a day today! Thanks again, Paul
  6. I'm really starting to like this place. I'm not even sure I'm going to use the GD library but I'm playing with some scripts and would like to find out if it's something I like, still willing to give it a shot? If so I'd really appreciate it ummmmmm but being new here and all I have no idea what server I'm on LOL the site is www.villagebistro.info though, that much I'm pretty sure of Thanks in advance either way! Later, Paul
  7. Any chance of getting the PHP GD library on the host? Just trying to make my life easier LOL Thanks, Paul
  8. Nebbermind brain damaged user error even though you create a user, you really should give him/her access to the needed databases thanks anyway, Paul
  9. Okay, I downloaded my old mySQL database from my *BAD* webhost and uploaded to my new *GOOD* webhost but I can't get it to open. It get's through the mssql_connect but won't make it through the mysql_select_db call. I go to the phpAdmin and the mySQL admin panels and the DB is there, it's named correctly in script, the username is correct (makes it through the connect). I'm confused???? Any ideas? Thanks, Paul www.villagebistro.info
×
×
  • Create New...