DB Error: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 2

SELECT * FROM `user` the_table WHERE the_table.userid = DB Error: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 2

SELECT * FROM `user` the_table WHERE the_table.userid = Any JavaScript Expert here ?????? - iTechForums
Login
Search
Welcome to the iTechForums.
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.
To register now click here.
Latest Threads
Advertisements
Forum Statistics
Threads:
Posts: 1
Members:
Number of Users Online:
Welcome to our newest member,
Reply
 
Thread Tools Display Modes
  #1  
Old 05-15-2008, 01:22 AM
happy_soul happy_soul is offline
Junior Member
 
Join Date: May 2008
Posts: 1
Default

Any JavaScript Expert here ??????


Plzzz help me regarding the following script........
It is to basically animate text . It is for blurring text. I read javascript 2 years ago but i am not able to make out what it does ??
Can somebody explain how it is blurring text, how the function is working ??
<!-- Beginning of JavaScript -
var thissize=70
var textfont="CityBlueprint"
var textcolor= new Array()
textcolor[0]="white"
textcolor[1]="white"
textcolor[2]="white"
textcolor[3]="white"
textcolor[4]="white"
textcolor[5]="white"
textcolor[6]="white"
textcolor[7]="white"
textcolor[8]="white"
textcolor[9]="white"
textcolor[10]="white"
textcolor[11]="white"
var message = new Array()
message[0]="All About Organic .com"
message[1]="The 'MORE INFO CHANNEL'"
message[2]="Clean look and feel, easy to browse"
message[3]="The user friendly information library"
message[4]="know all about organic"
message[5]="ultimate source to the world of organic"
var i_blurstrength=10
var i_message=0
var i_textcolor=0
function blurtext() {
if(document.all) {
if (i_blurstrength >=-2) {
if (i_textcolor >=textcolor.length-1) {i_textcolor=textcolor.length-1}
blurthis.innerHTML="<span id='blurpit1' style='position:absolute;visibility:visi...
document.close()
i_blurstrength=i_blurstrength-2
i_textcolor++
var timer=setTimeout("blurtext()",60)
}
else {
if (i_textcolor >=textcolor.length-1) {i_textcolor=textcolor.length-1}
blurthis.innerHTML="<span id='blurit1' style='position:absolute;visibility:visi... top:5px;left:5px;filter:blendTrans(durat...
i_message++
if (i_message>=message.length){i_message=0}
i_blurstrength=20
i_textcolor=0
clearTimeout(timer)
var timer=setTimeout("blurtext()",3600)
}
}
}
// - End of JavaScript - -->
</SCRIPT>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
i need security/IT expert opinion pls. MULTIPLE questions. Malwares in bsd... gpgp *BSD 2 05-21-2008 07:43 PM
I need help from computer/email expert!!!? Avalokitesvara B Networking 0 05-15-2008 12:57 AM
javascript expert I need help? Trio JavaScript 0 05-10-2008 04:02 PM

Your Ad Here

All times are GMT. The time now is 08:13 PM.