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...
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...
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...
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)...
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...
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...
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("flash_java_xml", "", "") or die("couldn't connect.");
//query the user table for room and...
help!!!
can anyone tell me why flash doesn't know that 1=1
here is what I do:
frame 1:
ok = 0;
i++;
loadVariables ("xmlget.php", "");
myBall = numClients add "-" add (user add i);
duplicateMovieClip ("/ballZ", myBall, (numClients)+20)...
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
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
does anyone know how I can pass an action such as "on keypress up" 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
does anyone know how I can pass an action such as "on keypress up" 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
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
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
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.