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!

Recent content by raulgh

  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 KamranFeroz, unfortunately I have to keep time in the database as it is important to us. Rudy, you are definately expert in SQL. It works. Thanks your guys for the reply :-)
  3. 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...
  4. raulgh

    How to have a global varialbe in PHP?

    Hi vbkris: I used hidden value, it doesn't work either. Here is the code: //The centerFrame is where this form is defined <form action = &quot;CenterFrame.php?SQLStmt=$g_SQLStmt&quot; method =&quot;get&quot; name = frmRefresh> <TABLE width =&quot;30%&quot; align =&quot;right&quot; cellspacing =...
  5. 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...
  6. 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?
  7. raulgh

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

    Hi vbkris, juz now I check the PHP forum, but I couldn't find the relevent post. It is not in the FAQ session as well. Is it possible that you give a link to those posts or do you still remember roughly when did you answer that question in the PHP forum?
  8. raulgh

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

    Thanks a lot vbkris. I will look for it there.
  9. raulgh

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

    I know it is pretty difficult and can't be accomplished usig HTML only. I intend to do it using PHP, could someone pls highlight to me how to do it? Thanks a lot...
  10. 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...
  11. raulgh

    how to set target frame?

    yeah, it really works. Thanks a lot petey. Tek-Tip HTML forum is great!
  12. raulgh

    How to make a submit button generate msg?

    Thanks a lot Clarkin. I think it will work. Right now I am using onclick, but dynamic action seems more logical.
  13. 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...
  14. raulgh

    How to make a submit button generate msg?

    Hi dwarfthrower: Thanks a lot for your reply. But I think I might have some alignment problem if I am to put every frame in a table. So maybe I have to resort to JAVAscript's onclick methods, although I really prefer a pure html approach as I am not very familiar with JAVA script :-)
  15. 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...

Part and Inventory Search

Back
Top