Jump to content

POGRAN

Members
  • Posts

    13
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

POGRAN's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. + function name "send" is not the best option I recomment to use something more special (eg. sending_process, send_data, refresh_div...)
  2. maybe you should change: var type = xml.getElementsByTagName("type")[0].firstChild.data; to var type = xml.getElementsByTagName("type")(0).firstChild.data;
  3. what can you say about my problem: http://www.phpfreaks.com/forums/index.php/topic,113859.0.html trying to do it with Ajax but without success.. Warning: @POGRAN Don't advertise your threads in other people's threads. Someone will get to you soon enough.
  4. Hi there, guys! I have a search page on my web site that gets the information about user by his username from MySQL database. It has two input fields: username and full name A visitor is typing in the username field his username, clicks on "Get Name" link and in the second field he sees his name. I know that it is possible to realize it in Ajax. I wrote already some code, you can see it's source here: [url=http://www.pogran.nm.ru/xajax.txt]http://www.pogran.nm.ru/xajax.txt[/url] (it uses xAjax class) The only problem is that it doesn't get the full name correctly, it gets the fullname of user whose username = "". That means that the function check() doesn't see the $username (field's data) What is wrong with the script can you help me please guys!? Thanks in advance!
  5. hi there! I am writing a messenger system. I need to highlight messages that are not "opened" by current user that is logged in! I tried to do many thicks with mysql tables (to change status of message between 0 and 1 depending on if it is read or not..) but still didn't find good choice and would be nice to hear some ideas from other people.. Thanks!
  6. I heared they can do it in ASP.. what about PHP, is it possible to get the visitor's username that he entered in windows logon form when starting up OS?
  7. what nobody can help? :( i don't believe it..
  8. no, unfortunely it didn't help :( still gets back to authorization form..
  9. I am writing authorization script for my website.. almost everything is done, except one thing: after visitor logs in, he gets message about successfull authorization, everything is ok, BUT when he wants to navigate to another page he gets back the form of Authorization! I don't undersrand why the session is finished after the visitor goes to another page, My example script contains 3 pages: auth.inc - file that contains functions! login.php - regular website page, that requires authorization.. another.php - copy of login.php, needed to see that session is no longer available after visitor changes page.. I didn't want to make this topic to big an not-understanable, so I uploaded source code of my 3 pages, here you can see them: [a href=\"http://pogran.nm.ru/auth.inc.html\" target=\"_blank\"]http://pogran.nm.ru/auth.inc.html[/a] [a href=\"http://pogran.nm.ru/login.html\" target=\"_blank\"]http://pogran.nm.ru/login.html[/a] [a href=\"http://pogran.nm.ru/another.html\" target=\"_blank\"]http://pogran.nm.ru/another.html[/a] I hope that somebody would spare some 2-3 minutes to look at my script files and say me the reason or maybe would give me some analogue workable script. Thanks in advance..
  10. Does anyone know how to do the same thing but so that user can add an image in his message by clicking "BROWSE.." button?
  11. Thank you very much, GBS! that's exactly what I need.. [img src=\"style_emoticons/[#EMO_DIR#]/smile.gif\" style=\"vertical-align:middle\" emoid=\":smile:\" border=\"0\" alt=\"smile.gif\" /]
  12. I'm writing some forum that is going to use almost the same advantages while writing/editing a new topic (Bold text tag adding function, image adding function etc) as this forum does. Only one problem to which I didn't succeed to find decision is how to input the tags exactly in that line where cursor is flashing and not in the end of text.. I hope somebody knows decision! Thanks in advance and bye for now..
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.