Hi,
I'm getting a wierd jasper exception and not sure how to debug it further. What's interesting is that my ViewSPClient.jsp page doesn't have 129 lines. So I'm confused. Please help.
What's the root cause of something like this?
How do you debug such an error?
Her'es the exception I'm...
hi,
I'm new to JSP but know java.
Do you guys know of an example where you can have an html UI and pass the user input to a jsp page. How is that done?
thank you
suppose I need the variable 'loginUsername' to be global to a sesssion.
so first thing i do,
session_register("loginUsername");
I have a showUserStatus() in another script that I want to print out the value in loginUsername. How do I use the $_SESSION variable to acutally get the value of...
hi,
would anyone know what the cause of the following symptom is...
Fatal error: MySQL error: 1062 : Duplicate entry '0-1-1' for key 1 in
why is it not allowed to have multiple entries with same value?
for example...
$query = "UPDATE users SET user_name='$formVariables["username"]' ,
are the ' and " in the right places, I seem to be getting a parsing error. I need to know if there is something wrong with this syntax...
'$formVariables["username"]'
Hi,
Is it possible to provide php session timeout functionality by modifying php.ini? How?
If the above is not possible, does anyone know of an example on how to do php session timeouts?
Does anyone know what generally causes error code 1064 to appear?
as in...
Fatal error: MySQL error: 1064 : You have an error in your SQL syntax near '' at line 1 in
hi,
when i try the following at the mysql command line...
select * from items;
nothing returns, it just hangs indefinitely. Does anyone know why this is? I have ran "unlock tables"
I have already logged into mysql, all its services are running, and I have selected the right database, but...
when I try to pass data thru URL using embedded links, the receving page doesn't automatically populate the php variables. Does anyone know why?
for example...
<a href="test.php ?name=bob&gender=male">name and gender</a>
The $name and $gender come out to be blanks? Any suggestions?
hi all,
I'm puzzled. So I've got a few php pages that connect to mysql, and I've placed mysql.sock file in /temp/mysql.sock and updated the configuration files accordingly. So most of my php pages work just fine.
However, I created a page recently and with almost the same code to connect to...
hi,
the following results in "Invalid SQL syntax error".
I tried a few different options but none seemed to have worked. Would someone please help. I believe the error is around/after the WHERE statement.
$query = "UPDATE ATAMA_users SET ".
"user_name = \"" . $formVars["username"] . "\", " ...
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.