Sorry...i forgot to mention the script is in within the hed tag...guess thats wat makes it show the message while the page loads...putting the flash code directly inside the body, i guess, wont work..however, its worth a try.
using the following snippet to intimate a user that a certain task is been going on while the page loads : <script type="text/javascript">
<!-- Begin
document.write('<div id="loading">task going on eg. Searching, please wait...
</div>');
window.onload=function(){...
Really dont get you...but in my own little brain i think you might want to take a look at sessions http://uk.php.net/manual/en/ref.session.php or using header() to authenticatation
how can i make a mysql query term not case sensitive..as in making the search for movies in the statement below not case sensitive
select *, match(url, title, comment) against ('movies') as score from dir where match(url, title,
comment) against ('movies') and subdir='$in'
found out that when a bulk of codes comes between a mysql query and the mysql_fetch_array function, the result of the mysql_query statement dispappears ...as in something like below:
//db connection
$result = mysql_query($sql_statement);
//some long lines of codes, statements, loops, etc...
using the mysql fulltext stunt within a php page to run a kinda search within my db. To be specific, here goes the query:
select *, match(url, title, comment) against ('movies') as score from dir
where match(url, title, comment) against ('movies') limit $somevariable, 10
using mysql_num_rows...
A friend tried compiling a java library for me: waplet.jar and stressed it returned the error: exception in thread "main" java.lan.NoClassDefFoundError: waplet/jar.
what could be wrong?
i av a table with a column containing categories some addresses belong to, occuring a number of times. i'd however luv to get each distinct category in the column with their number of occurence. As in something like this:
---------------+-----
CategoryNameA | 5
---------------+-----...
Thanks Diancecht for your post. actually looked around in d search engidnes b4 posting. found some however but the problem is that i want one i can customize on my site. found one around here: http://waplet.sourceforge.net but the problem however is that it like requires a compiler or sort which...
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.