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 TouchToneTommy 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: raulgh
  • Content: Threads
  • Order by date
  1. raulgh

    How to genate dynamically changed links in PHP?

    Hi all: Can somebody teach me how to generate dynamic links in PHP? I am doing a project that allow people to download ringtone using WAP push. Basically, it works in this way: user will receive a WAP push message sent out by us and by clicking this message, his/her handphone will...
  2. raulgh

    Date time grouping and count problem.

    Hi guys: I have a problem on date time and count function. I have a table which contains the following field: IndexID: autoincrement; users: varchar; ordertime: 0000-00-00 00:00:00 messages: varchar; What I want to do is to count the number of orders per day from now to 10 or 15 days back...
  3. raulgh

    How to have a global varialbe in PHP?

    Dear all: I am just wondering is there a way to have a global varialbe in a PHP page? I have 2 php pages which are the two frames of a webpage. The page on the left have several buttons which will generate different msgs and pass to the page on the right. The right page will generate...
  4. raulgh

    How to disable the web page?

    Dear all: Can someone point to that is there a way to disable the mouse right click using ASP?
  5. raulgh

    How to make Previous or Next page funtion in a frame?

    Dear all: I am newbie to HTML and have been asking several simple questions for a couple of days in this forum. Thanks a lot for your guys help. But this time, I really have a pretty advanced question. How to make the frame display only a portion of the result and allows users to click...
  6. raulgh

    how to set target frame?

    Hi all: Can someone tell me how to make a navigation frame? I have a left frame which contains several submit buttons on it and I want that when I click some button, something will happen on the right frame. The left frame, however, will remain unchanged. The submit button code is like is...
  7. raulgh

    How to make a submit button generate msg?

    Dear all: I just want to know is there a way to make a submit button to generate a msg so that I can pass it to another PHP page to do some processing. My design is to have a frame on the left which contains several submit buttons. Buttons are placed in a table which is contained in a form...
  8. raulgh

    How to set the width of a submit button?

    Hi all: I am a beginner in HTML. Can someone pls tell me how to set the width of a submit button? I trid using size="int", but it doesn't work. Pls give me some highlights on this. Thanks..
  9. raulgh

    Select a number of records that certain field appears most often?

    Dear all: I am newbie to SQL and I encountered a 'difficult' problem in development.Right now I have table that records all the SMS sent out by the customers. The table fields are defined as bellow: indexID int(11) //primary key (auto increment) sender varchar(50) //sender's nick name...

Part and Inventory Search

Back
Top