Jump to content

phpfanphp

Members
  • Posts

    34
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

phpfanphp's Achievements

Member

Member (2/5)

0

Reputation

  1. Rock on! Thanks!
  2. One other question - do you think if I only used a linksys WRT54G router with built-in firewall I'm safe? You can tell I don't want to buy a $250 cisco pix firewall!
  3. Thanks for clearing that up about "dmz" - BAD LINGO on my part! Thanks for the hosting advice too!!
  4. If I have the internet coming in to a Linksys router with port 80 open ONLY to my apache server computer, and if I put another router downstream from the first router, are all computers on the downstream router safe? Aka, I have set up a demilitarized zone. Thanks!
  5. Yeah, are you talking about google xml? What do you mean?
  6. I am assuming I set up PHP correctly b/c the phpinfo(); works and displays that huge page of data. I pasted phpmyadmin from the .zip file in the htdocs folder and I keep getting this error: phpMyAdmin - Error Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly. Does anyone have any ideas? Thanks!
  7. Found it! Thanks
  8. Does anyone know why the following code keeps returning this error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY position ASC' function get_pages_for_subject($subject_id) { global $connection; $query = "SELECT * FROM tblpages WHERE subject_id = {$subject_id} ORDER BY position ASC"; $page_set = mysql_query($query, $connection); confirm_query($page_set); //the function we made return $page_set; } Thanks!
  9. redarrow, you're the MAN! Thanks!!!!!!
  10. lol, 4000+ posts and you are talking about learning more! Man, you must know your PHP!!! What do you mean by the 111.22.33.44? Is that the ip address of my cable line? Thanks
  11. I got apache up and running, and I'm able to access a site with a dynamic IP remotely. So, apache is set up correctly and hosting just one (1) site. If I want to host 2 sites, let's say www.domain1.com and www.domain2.com with my one apache computer, how do I do that? Thanks!
  12. TOPIC SOLVED THANKS!!!
  13. Question: Does anyone know how many sites can 1 machine host with a static ip address? Assume the machine is a pretty nice ($2000 web server) Thanks!
  14. lol You're the MAN!!! Nice work! Hats off to you and thanks!!
  15. NICE!!!!!!!!!!! THANKS!!!!!!!!!!!!!!!!! Any idea how to force it a certain width?
×
×
  • 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.