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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: M2E
  • Order by date
  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--
  16. M2E

    Fetch Array problem

    Having trouble creating a while loop to view records in my db (guestbook) I keep getting the following error: Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home2/rgevans/public_html/guestbook/guestbook-view.php on line 139 this is my code - can...
  17. M2E

    INSERT and UPDATE

    I am creating a questionnaire on my site. When it is filled out, it checks to see if the person filling out the form is already in my database. If they're email address is already there, I perform an update statement, and update that email with the extra questionnaire information. If the email...
  18. M2E

    Updating Variables in another Page

    Hi there, Would like to know how (if possible) can I update a variable which I have created in another page? for example in main.php i create a variable called $song then in main2.php i am able to enter in a value and then update $song with this value? Can this be done, or will I have to use...
  19. M2E

    PHP Templates

    Hi there, I have a website which I use templates for. I now want to add some PHP in the template, and have found that I can create a new template as main.dwt.php and this works fine. However I can not update the current template like this, as it then dis-associates itself from the other files...
  20. M2E

    Load page

    Could someone please tell me how I can use PHP to load another page? is it this - include_once('newpage.php'); basically, after a user enters in some information on a form, depending on the info, I want to direct them to a certain page? Am i going about this the right way? ----Ment2Excel...

Part and Inventory Search

Back
Top