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 strongm 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: *

  1. WilliamMute

    Query not working till midnight using now

    Hi All, I will appreciate if someone can point me in the right direction as I know this query is somehow not going to do what I want, Infact its not doing what I want but I cant seems to give my brain a boost to think of a way out. I basically want the query to return results that are NEXT due...
  2. WilliamMute

    HTML Forms Processing Using PHP on Windows Server

    Hi, I have an html form which I need to process and send in an email basically. I usually use Linux Server which works fine with the code below <p>Thank you <strong><?php echo($name);?> </strong> <?php /* This section tries to send the form, if successful a successful message is...
  3. WilliamMute

    Code problem from Windows Server to Linux

    Hi all, I have the code below which worked fine when I was using it on my windows server. However I had a few problem with the windows server then I had to switch to a Linux based server. Once the switch was completed I started having problems with a number of my codes which worked fine...
  4. WilliamMute

    Displaying records in 3 columns (horizontally &amp; vertically)

    Hi, I've always wondered how this is done and cant seems to grasp it. When I query my DB, how can I go about displaying each record with its attributes i.e Student one name DOB etc, Then Student 2 Name DOB etc, Student 3 Name DOB etc before creating a new row and repeat the process? Basically...
  5. WilliamMute

    Updating Shopping Cart Quantity

    Hi Again, not sure the way forward. I am certain this code for updating the quantity on my self made shopping cart is a time bomb which will probably crash my computer when executed. Basically, I have an update field on my cart where the user simply types in desired number of the products...
  6. WilliamMute

    MySQL Query Page Numbering

    Hi all, Thanks for viewing this post. I have a dilema. I have used a piece of code which perfectly worked a a previous coursework I did, now its not working on this one am working on even though, I literally copied a past the code. The am is to number the returned query result, i.e only...
  7. WilliamMute

    Populate HTML Form Dropdown from DB

    Hi all, Can anyone please help towards how I can populate an HTML dropdown option list with values from a table column in my MYSQL DB using PHP please. Any help appreciated. Thank you
  8. WilliamMute

    PHP Cart &amp; Paypal?

    Hi everybody, Am kinda really stock here. I developed a shopping cart which basically itemise all the products in it. i.e Product 1 CD Case Price: £5.99 Qt: 1 Product 2 Football Price: 9.99 Qt:1 These work fine on my website. the problem is when I transfer the the items to Paypal for...
  9. WilliamMute

    PHP Cart Total variable to Paypal

    Dear All, I am not sure if I can ask this but, am trying to design a small web shop for my sister selling little bits and bobs. well I have put something together, with a shopping cart! My problem now is, that Paypal are not being of much help as I have been in communication with them for over...
  10. WilliamMute

    SQL Statement erroring out

    Hi all, I have been having a Shopping cart problem in the PHP forum for few days now for history see( http://www.tek-tips.com/viewthread.cfm?qid=1198042&page=1 ) Now I have got to the state that I was told that my problem is more for the MYSQL forum. I would appreciate any help on the reason...
  11. WilliamMute

    mysql_fetch_row() Error's out

    Hi, Dont know if you can help, but I am quite stuck and have been for quite a while now, for the life of me, I just cant understand why am getting the following error Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in...
  12. WilliamMute

    Echo Query Recordset returning Null

    Hi Again, I beleive this will be my last question. Am obviously having trouble again. Could anyone please look at the code below to see if they can spot why I my echo statement is not showing anything despite the fact that there are information in both tables in my db? $query_Recordset1 =...
  13. WilliamMute

    PHP Query using Session_id

    Hi all, I am trying to write a basic shopping cart script and seems to be loosing it in the process. Basically, I use sessions, two tables ( product & basket). I am now writting a query to display the content of the basket table belonging to a matching session id. slq: $query_Recordset1 =...
  14. WilliamMute

    Limit Query Result Per Page MySQL

    The forum has been very helpful indeed, thank you. I have a problem since last year april, been trying to look for how to sort query results into page numbers i.e display 10 records per page and have a next and previous page numbering for next ten records. I have NO idea how to do this, read...
  15. WilliamMute

    Alternating table row colors of MySQL Result Display?

    hi, I am trying to display a mysql query recordset/result. When I display them in a table all the rows are the same color. I s there any way I can Alternate the row colours to different colours? this is of course for easier reading of each row of data. Thank you for your help please.
  16. WilliamMute

    MySQL Recordset While Loop Problem

    Hello everyone, I have a question please and am wondering if anyone can lend a helping hand. I am querying a MySQL database for records, storing them in a recordset. THE PROBLEM: When am displaying the recordset, it seems to be displaying each record twice in other words it seem like it...

Part and Inventory Search

Back
Top