Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by M2E

  1. M2E

    unexpected $end

    I've stripped it down in order to find out the prob. Basically the error is always the last line (a blank line) of the code. Thanks ----Ment2Excel (M2E)---- --LEARN BY EXAMPLE--
  2. M2E

    unexpected $end

    Hi, This is what every link on the internet is saying - but have I have been through a couple of times and everything seems to be matching up... --code-- <?php #ensure all fields have entries if ($email) { #connect to mysql $conn=@mysql_connect("localhost", "ghanabla_gbsnweb", "ghana50")...
  3. M2E

    unexpected $end

    I have a very simple script - however no matter what I do I can not seem to get rid of this error that I keep getting: Parse error: syntax error, unexpected $end in /home/ghanabla/public_html/scripts/subscribe.php on line 168 I have pasted the code below: ----code below---- <?php #ensure...
  4. M2E

    Extra Lines Appearing in Explorer

    Hi there, I am in the middle of designing a page which use tables and images that "round" the corners of the tables. The site appears fine in Firefox - However in IE6 I am getting two lines appearing between the navigation box and the yellow features box. The page is here...
  5. M2E

    Guestbook being attacked

    Hi there, I have a very simple guestbook on my website http://www.ment2excel.com/guestbook/guestbook-view.php Today it seems it has been attacked by some random messages. This is not the first time this has happend, but it has never been to this extent. Is there anything that can be done to...
  6. M2E

    Guidance with PHP/MySQL/Apache Installation

    Hi there, I've recently purchased a laptop for the purpose of doing PHP development - I would like to install PHP on there but first wanted to get advice on the best way to do this...I'm looking for an installation which will install all the necessary components (php, mysql, apache) with the...
  7. M2E

    Select fields accros multiple dbs..

    Hi there - Happy New Year!! I am trying to use the SELECT DISTINCT statement to create one list of email address I have which are in two different databases, I have tried the below syntax, but does not seem to work...can anyone please tell me where I am going wrong!!! Thanks in advance...
  8. M2E

    Many list options

    I have around 150 items that I want to add to a drop-down list in Dreamweaver. Currently they reside in an excel spreadsheet, is there a quick way to get this into Dreamweaver? Thanks, ----Ment2Excel (M2E)---- --LEARN BY EXAMPLE--
  9. M2E

    Removing the Gap!!!

    ok - worked it out! thanks... ----Ment2Excel (M2E)---- --LEARN BY EXAMPLE--
  10. M2E

    Removing the Gap!!!

    Where do I do this? ----Ment2Excel (M2E)---- --LEARN BY EXAMPLE--
  11. M2E

    Removing the Gap!!!

    Hi there, I have developed for a friend the following site: http://www.pulseconnect.com/ However no matter what I do, I can not get rid of the space at the top of the page, how can I makesure that the banner logo starts right at the top of the browser, like this site...
  12. M2E

    Displaying number of Rows

    ...think I need to use COUNT in SQL - is this correct? ----Ment2Excel (M2E)---- --LEARN BY EXAMPLE--
  13. M2E

    Displaying number of Rows

    I would like to run a SELECT script and be able to just display the number of records it returns - how would I do this? Is there a built in function like num_rows which would do this? ----Ment2Excel (M2E)---- --LEARN BY EXAMPLE--
  14. M2E

    Locating Duplicates

    What is the quickest/easiest way to extract duplicate information from a database? I have a database which consists of users details including email addresses. Some email addresses are repeated, so now I want to search for these and then delete the duplicate? Is there way to do this through...
  15. M2E

    Fetch Array problem

    Thanks all for your feedback - problem was with column name - all is working now!!! ----Ment2Excel (M2E)---- --LEARN BY EXAMPLE--

Part and Inventory Search

Back
Top