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 SkipVought 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: zianole
  • Order by date
  1. zianole

    Local computer not resolving its own IP, but accesible from outside

    smah! can you please explain/direct me to "hosts file". I realy need to resolve this issue now. Thanks
  2. zianole

    form as a popup

    Above code is working fine on blank form but I found that lostfocus call automatically whenever focus goes to any control on same form. For example when I put a textbox control on form, form lostfocus event called automatically after form.show call, so form disapears right after show. I am...
  3. zianole

    form as a popup

    Thanks TipGiver. your solution is very easy. I tried your idea in following code. Because I need behaviour of showdialog (pause processing untill form close), So using while loop until form close. Please suggest, is there simpler way? <<<<<<<<<< CODE >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>...
  4. zianole

    Web bombardment

    Salem! can you please tell me details what is this file. Where to create it and what it will do, I am using Apache Web server. Thanks
  5. zianole

    form as a popup

    Can i close a dialog (child) form by clicking outside the boundries of form. Actuall I want a form to behave like a popup, but show as a dialog form. Is it possible? thanks
  6. zianole

    dissapear dialog form: if click outside the boundries of that form

    hi, Is it possible to dissapear a dialog form when user clicks outside the boundries of that form?
  7. zianole

    Web bombardment

    yes that is a same IP address: 66.249.66.180, oh is it google?
  8. zianole

    Web bombardment

    I hosted my website on my home computer, but since last 3 days I am feeling somebody contineously sending requests to website , Its like a bombardment on my website. As I have a low bandwidth only 128kb upload and 1mb download speed. So can not afford continuous requests to website. Just want to...
  9. zianole

    Local computer not resolving its own IP, but accesible from outside

    for example at this time my internet ip is 74.113.225.69 And you can see my site at http://74.113.225.69 But If I type this address at same (hosting) computer it does not work. Instead, if I enter http://localhost it works. I am using D-Link DVG 1120 router. You mean, I can not access external...
  10. zianole

    Local computer not resolving its own IP, but accesible from outside

    I am running Apache web server on my home computer on winxp behind a dlink router. I forwarded port 80 to this computer. Now I can access my website from outside (any other computer on internet using ISP's given ip address) but when I type ISP's given IP address on same (home) computer, browser...
  11. zianole

    field value through variable name

    thanks again sleipnir214! That was the actual solution i was looking for. and Sorry! I could not explain actual problem in start of thread. also thanks Kozusnik! his example helped me, how to put values of single column in array, for all rows. Zianole
  12. zianole

    field value through variable name

    Actually i was looking for to loop every column (field) of feched database row without directly pointing the name of field. for example in above Kozusnik example, $i=0; foreach ($rows as $row){ $id[$i] = $row['id']; $i++; } Is it possible to loop every field of every row (nested loop). $i=0...
  13. zianole

    field value through variable name

    Thanks sleipnir214! I tested, its working in my php version. Can I ask, how can i loop all variables (properties)? I tried following code but an error raised for($b=0; $b<=5; $b++;){ echo $a->{$b}; } instead of providing name ($b = 'bar';) I tried to use number ($b = 1;) but php raised an...
  14. zianole

    field value through variable name

    How can i access a field value through variable name for example if id is database table column then through $row->id; i can get its value but if i want to use a variable like $var="id"; $row->anyfunction($var); is there a way to to this?
  15. zianole

    IE6: stuck for 20 seconds on any submit button click

    I have IE6, browser gets stuck for 20 seconds on any submit button click (for example if I will press "Submit post" button in tek-tips posting thread window, it will stuck for almost 20 seconds). I tried to restore advance internet explorer options, but could not fix it? My antivirus software...

Part and Inventory Search

Back
Top