- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
15 Posted Topics
Re: Re: Best Web Editor I'd recommend you use something like WebBuilder [CODE]http://www.blumentals.net/webuilder/[/CODE] Very easy to use. | |
Re: [QUOTE=churva_churva;1349253]I have no enough money to you that amount..I'm just still a student..I just want to upload a website.for me to learn..and so that everyone can also access my web..and they can get any information..that they if is on my web.. Is there someone know where I can upload a … | |
Re: Hi, I viewed your project both in Firefox and in IE. Your problem is with IE. Try forcing IE to be comparable by adding the following code to the header [CODE]<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />[/CODE] | |
Re: Dani - [B]I LIKE THE NEW LOOK[/B]. --- Strange; the so called seasoned users, find it hard to adapt to. Content is king; and it is the content that will bring visitors to your site. I for one, will continue to visit this site! Paul | |
Re: It depends on the result you are after. Both have very different results. A good refferance to your question can be found in the book ( SQL for MySql Developers ) Written by Rick F. van der Lans: Page 551 Paul | |
Re: Can you post the two tables showing all the columns, so I can help write the correct code for you! Paul [QUOTE=jamshed ahmed;1215333][CODE] SELECT Customer_Info.CustName,Customer_Info.Address,Customer_Bank_Info.CustChequeNo,Customer_Bank_Info.CustAccountNoFROM Customer_Info,Customer_Bank_InfoWHERE Customer_Info.AgentID=Customer_Bank_Info.AgentIDSELECT Customer_Info.CustName,Customer_Info.Address,Customer_Bank_Info.CustChequeNo,Customer_Bank_Info.CustAccountNo from Customer_Info,Customer_Bank_Info WHERE Customer_Info.AgentID=Customer_Bank_Info.AgentID [/CODE] THERE ARE TWO RECRODS ARE AVAILABLE IN Customer_Info TABLE AND TWO RECORDS ARE AVAILABLE IN Customer_Bank_Info BUT … | |
Re: Understanding the very different engines between MyISAM and InnoDB is inportant. ... InnoDB handles transactions well, where MyISAM dose not! | |
Hi my first insert statment works ok, My problem is that I wish to insert all the selected options passed from the form. into my user_req_opt table. Some items only have 1 option others may have 10 options. [CODE] $sql = "insert into user_requests(rq_id, user_id, code_ref, code_id, cat_id, opt_yn, rq_qty, … | |
Hi I have a mysql table name ( Discriptions ) that holds many normal text discriptions (doh'). How do I write a mysql query to search this table! Example: the description 'red paint': If I enter 'paint red! My query will not find it! Thanks for any help! Paul | |
Re: drjohn You are right on the mark! SQLyog programe I use, inserts; the COLLATE; then enters the CHARACTER SET Paul | |
Re: Why leave out the [CODE]<html>[/CODE] tag in the page header. I understand good coders pick up these silly typo's but you should be more considerate for newbies. | |
Re: Nothing new! 90% of us put-up with S.H.I.T every day from our Employers. It's good to see the funny side of the truth don't you think! | |
Re: Hi Check out this link Any thing can be done! [url]www.sitepoint.com/article/fancy-form-design-css[/url] The best is yet to come! | |
Re: Hi I'm just a newbie Not an expert. However have you checked to see if you are sending your html email as html or are you sending it as a text message! This can usually be set in your email client. | |
Hi' my name is Paul. You may think I suffer form Al's. ... You know' I know it to day, but have forgotten about it tomorrow! About me! I'm a 56yo male, and have an interest in Web development. ( Well that's my current project anyway!). I am interested in … |
The End.