Jump to content

Zaghloul

Members
  • Posts

    15
  • Joined

  • Last visited

Zaghloul's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Zaghloul

    IP address help

    Hey all,I need some help with figuring out the visitors IP address. I've tried numerous different things such as:$_SERVER["REMOTE_ADDR"];This works however, when testing it on my own IP address it displays an IP address. Now when I check it by clicking on start/Run. "cmd.exe", then in command prompt I type "ipconfig /all". Now the problem is the IP address's don't match, can anyone explain why this is? Any help would be greatly appreciated,Zaghloul
  2. Zaghloul

    css and textarea

    ok, thanks alot vchris.take care,Zaghloul
  3. Zaghloul

    css and textarea

    Thanks for your patients, i tried using the iframe, and the textarea being a child. However the same problem occurs. Example: "<b>test<b>" displays as "<b>test</b>" and not "test", within the textarea...thanks again,Zaghloul
  4. Zaghloul

    css and textarea

    hey, thanks for your reply. Can you go into a little further detail. I'm talking about a textarea, which you can edit. How can a Iframe help with that? Thanks again,Zagloul
  5. Zaghloul

    css and textarea

    hey all, Quick question, been trying for awhile with no luck. Is it possible to have different css properties for a textarea. An example would be having one word in bold and another in the color red, in the same textarea. I've tried numerous different methods with no luck. Normally this could be solved with having "<p>", however because this is in a textarea it simply shows "<p>" and doesn't except it as actual coding. Any help in this matter would be greatly appriated.Thank you in advance,Zaghloul
  6. Thanks for your reply, and yes that's what I was going for. Thanks again,
  7. Hey all, quick question. Is it possible to have a JavaScript statement span multiple lines? Been looking for awhile for a way to do this and can't seem to find anything.Thanks in advance,
  8. Thank you for your reply, what exactly is "ajax"? Is it basicly the use of different scripting languages within one script? But anyways I recently figured out how to accomplish the above post.Thanks again,
  9. Hey all first post, i have a quick question, should be simple however it would seem not. Basically, I'm trying to assign the value of a javascript variable to a php variable. I understand that this can be accomplished with the use of cookies, saving it in javascript loading it in php. However this would be, hopefully, an unneeded burden on the server (esspecially if the varible keeps changing). Any help in this manner would be greatly appriated. If anything is unclear please just let me know and I will do my best to clarify myself.Thanks in advance,
×
×
  • Create New...