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

    php exeptions?

    Hi everyone I am trying to understand something that php's been doing to me for 3 days now and I was hoping someone could tell me what's happening. here is the problem: I am using nested while loops but the first one need a semicolon (;) to work and the second one won't work if I put one (seem...
  2. GroundZero

    odbc_fetch_field function?

    I am trying to build a generic script and for that I would need the odbc_fetch_field function. I have done something similar but it's not executing it. $NbFields=odbc_num_fields($result); $i=1; $j=1; while(odbc_fetch_row($result,$i)); { while ($j...
  3. GroundZero

    variable as the DataBase name?

    I have a problem here: php won't take a variable as the database name. can anyone help figure this one please. Also I posted my whole code so if you see any mistake in it let me know. //this is desidned to be used with flash to be able to do //any interaction possible between flash and any BD...
  4. GroundZero

    generating variables from for loop

    is there a way I can create variables inside a for loop each time it loop? here is what I have: //connect to database $connect = odbc_connect("$DBname", "", "") or die("couldn't connect."); $connection=odbc_do($connect)...
  5. GroundZero

    odbc_field_name ($result,$i) question

    here is a simple question for you guys: is $query="UPDATE $DBtable SET (odbc_field_name ($result,$i))=$var"; $query .="WHERE (odbc_field_name ($result,$1))='$name'"; this is happening before I connect next line is: $result = odbc_do($connect, $query); will it work this...
  6. GroundZero

    need a bit of explanation here

    I am new at C++ and I was wondering what we really use pointer for? Do we absolutely need them? I understand how they work but I see no point in using them. Could anyone give a concret example of a situation where we really need pointers? thank you in advance GroundZero Your soul is...
  7. GroundZero

    Remove a line in access DB

    I want to remove a row in my Access DB but I can't get it to work. Can anyone see what I am doing wrong: <?php //connect to database $connect = odbc_connect(&quot;flash_java_xml&quot;, &quot;&quot;, &quot;&quot;) or die(&quot;couldn't connect.&quot;); //query the user table for room and...
  8. GroundZero

    flash don't know that 1=1...

    help!!! can anyone tell me why flash doesn't know that 1=1 here is what I do: frame 1: ok = 0; i++; loadVariables (&quot;xmlget.php&quot;, &quot;&quot;); myBall = numClients add &quot;-&quot; add (user add i); duplicateMovieClip (&quot;/ballZ&quot;, myBall, (numClients)+20)...
  9. GroundZero

    is php capable of multithreading?

    can anyone tell me if it is possible for php to be a multithreading server for socket connection. if it is can you refer me a tutorial or an example thank you in advance; regards, GroundZero Your soul is imperfect Life is difficult... Now guess why we're here
  10. GroundZero

    connecting with access DB

    hi everyone, I am quite new at Java and I would like to know what I need and how to interact (read/write) with an access database thank you in advance regards GroundZero Your soul is imperfect Life is difficult... Now guess why we're here
  11. GroundZero

    passing xml thrue flash

    does anyone know how I can pass an action such as &quot;on keypress up&quot; in xml. I am using a java sever and client already but I don't know how 2 flash player can communicate those actions. reggards the_whiteknight_99 Your soul is imperfect Life is difficult... Now guess why we're here
  12. GroundZero

    passing xml thrue flash

    does anyone know how I can pass an action such as &quot;on keypress up&quot; in xml. I am using a java sever and client already but I don't know how 2 flash player can communicate those action Your soul is imperfect Life is difficult... Now guess why we're here
  13. GroundZero

    keyboard controlled animation?

    Greetings, I am new at flash and I would like to know how to do an image scroll on the Y axe that would be controled with the up and down arrows. if anyone could either tell me how or refer me to a good tutorial, I would appreciate. regards GroundZero
  14. GroundZero

    real time with XML

    do anyone know how to make it real time using XML open socket with odbc database? I would really appreciate any help that can be provided thank you in advance
  15. GroundZero

    do anyone know how I could make my

    do anyone know how I could make my XML interact in real time with my database and flash 5 using open socket? I would really appreciate if some could help me resolve that thank you in advance

Part and Inventory Search

Back
Top