Jump to content

harlequin2k6

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

harlequin2k6's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I apologize that my question was so unclear...my inexperience with php is really causing me some trouble...I even tried to go through the explanation again and couldn't make it come out any clearer [img src=\"style_emoticons/[#EMO_DIR#]/huh.gif\" style=\"vertical-align:middle\" emoid=\":huh:\" border=\"0\" alt=\"huh.gif\" /] but this is what I finally came up with which is what I was looking for [code]echo "<div class=\"boardmembername\">" . $row['BoardMemberName'] . "</div>" . "<div class=\"boardmemberterm\">" . $row['BoardMemberTerm'] . "</div>" . "<div class=\"boardmemberelection\">" . $row['BoardMemberElection'] . "</div>"; [/code] I was not grasping the fact that the "." is a string concantenator (sp?) all that I was trying to achieve can been seen here with the [a href=\"http://test.suncoastusbcba.org/board.php\" target=\"_blank\"]"Directors"[/a] section
  2. so this would be the line of code I'm talking about: [code]  echo "<li>" . $row['BoardMemberName'] . $row['BoardMemberTerm'] . $row['BoardMemberElection'] . "</li>"; [/code] and if you look at this [a href=\"http://test.suncoastusbcba.org/board.php\" target=\"_blank\"]page[/a] you'll see what I mean about wanting to format it - there's no spacing between any of the fields so unless you know what it is that you're reading it's really not going to make any sense any help would be greatly appreciated
  3. I have recently installed a server here at the office for general file sharing and a centralized database I believe it's been setup as a lamp system - I know it has linux and mysql on it our website is currently being hosted by an outside company (which is how I prefer to do it) if I want to use a browser to access the database - which was the primary reason I went this route as opposed to designing a vb front end - I have the local ip obviously and I have the isp ip my first question is - where do my web pages get stored on the server and if I want for users in the office and out in the field to be able to connect do I use the isp ip with the appropriate port #? if I'm not making sense I apologize - this was a project that was thrown in my lap and as much as I kicked and screamed I was told to "figger it out" I have very little experience with php and even less experience with server administration any help is very greatly appreciated
×
×
  • 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.