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!

Search results for query: *

  • Users: inusrat
  • Content: Threads
  • Order by date
  1. inusrat

    simple question

    can someone tell me what is going on in the following code. <link rel="shortcut icon" href="http://www.sntradersonline.com/images/favicon.ico"> I took this out from my code, and look like it did not make any difference Thanks www.786Marriage.com www.amasspharma.com www.ambdex.com
  2. inusrat

    one products table or more than one?

    This is rather dumb question. Suppose there is an electronis store with all sort of products. Does it make sense having one product table for all the products? is it practically possible? Other than basic info that each products has like, item_no, description, category etc. Table need to have...
  3. inusrat

    SQL question

    Hi, I have a table called "products" that has suppose hundred products in it that belong to 10 different barnds. I need ro run an SQL that gives me total number of products in each brand. Some thing like they are doing here, http://www.sntradersonline.com/products.cfm How can I do That...
  4. inusrat

    is it difficult to do??

    See on they header they are using flash. I just want to know is it really diffficult to do something like what they are doing........you have to be expert to do that? http://www.sntradersonline.com/index2.cfm www.786Marriage.com www.amasspharma.com www.ambdex.com
  5. inusrat

    max number of fields

    Hi, I have product table , it has 40 fields , is it a bad thing to have that many fields? secondly On one page , I have 4 select statements, is it bad pratice to have so many select statemnts, it may slow down the page? Thanks www.786Marriage.com www.amasspharma.com www.ambdex.com
  6. inusrat

    printing limmited numbes of characters

    I have a field type product_description of type longtext in my database (MYSQL) which suppose has pararagrapg which is 300 characters long. NoW using the select statment I retrive the value of product_description. Now when I write that value I want to write down only first 100 charaters. How...
  7. inusrat

    version 4.0

    Hi, I am trying to learn flash. I got couple of books from the library , but they are for flash 4.0. I have instaled 7.0 , I am wondering how much the flash has changed from version 4 to 7. These books may confuse me more then helping me ? www.786Marriage.com www.amasspharma.com www.ambdex.com
  8. inusrat

    new to flash

    I am trying to learn flash through help section of Flash 7.2 It says. To open your start file, in Flash select File > Open and navigate to the file: On Windows 2000 or XP, browse to boot drive\ Documents and Settings\All Users\Application Data\Macromedia\Flash MX 2004\language\Configuration\...
  9. inusrat

    php functions

    I am new to PHP, I do not write php in function format. But I think lot of people do. Unless function needs to be used at different pages, what is the use of write php code in a function? ******** function total() { return sprintf( "%.2f", $this->info[ 'quantity' ] * $this->info[ 'pricing'...
  10. inusrat

    Google and Yahoo

    I read an article that talked about guide lines to optimize your site for google. I tried to follow those instruction. Now after few months that website is doing fairly good on yahoo........ But though those guide lines were for Google , it is going misreable on google if I do search on...
  11. inusrat

    How complicated to use merchant account

    Hi, I have hooked up one of my shoping cart website to Paypal using PHP. It took me a week to make it work properly. PayPal tells you what variables you need to send. And when respose comes back from Paypal at the completion of the transcation, they tell you what variabless you are geting back...
  12. inusrat

    simple question

    If I do the following, in my text box I only see the first name not the last , i don't know why? $name="Paul hanson"; echo "<tr><td valign=top class=HeaderRow1><b>Name:&nbsp;<font color=black> <input type=TEXT name=name value=$name size=20 maxlength=20>"; www.786Marriage.com...
  13. inusrat

    mystery

    I don't understand what is going on. I added one of my site to yahoo few weeks back. This morning my website was coming on different cominatiion of key words among top 5. This evening I tried same key words, forget about among top 5 it's not even coming period, i don't know why...
  14. inusrat

    new to flash

    Hi, I am trying to learn flash. I installed 2004 MX. this whole thing seems too over whelming. I don't know from where to start. What is the best approach to learn flash. Is there any book that anyone recommends for beginers, or any on line tutorial. Thanks www.786Marriage.com...
  15. inusrat

    free flash

    I want to learn flash, is it possible to get flash for free even if it is an old version. thanks www.786Marriage.com www.amasspharma.com www.ambdex.com
  16. inusrat

    puting PHP variable with in javascript

    Is it possible to put php variable with in javascript I have a php variable $longstring="cmd=_cart&upload=1&business=irfan_n34@yahoo.com&no_note=1¤cy_code=CAD&lc=CA&custom=isheikh&invoice=b06c166e9070fa8e685382d055d274c2"; I want it to add this to the URL below in javascript function, can I...
  17. inusrat

    can i sumit a form

    Hi, I want to execute the following code that opens a window with specified URL and close it after certain time. Problem is I not only want to go to the sperciied URL but want to submit a form along with that too, Is it possible to do that? <SCRIPT LANGUAGE="JavaScript"> <!-- Begin...
  18. inusrat

    making an image colorless

    is it possible to make a colored image black/white www.786Marriage.com www.amasspharma.com www.ambdex.com
  19. inusrat

    is this legal

    Hi, I want to know if is is legal to have a ecommerce business different from your registered business. Suppose a business is registered under the name "XYZ" and they are in bookkeeping business. Now they want to open a website selling sun glasses with the name "Glass house".. I don't think...
  20. inusrat

    web trafic report

    Hi, I was wondering if anyone has written or has come a cross free code that will create "web trafic report" using php. Thanks www.786Marriage.com www.amasspharma.com www.ambdex.com

Part and Inventory Search

Back
Top