4,124 Topics
![]() | |
Anyone know where is my mistake? The error show when i click on "buy" in product.php. Please guide me. --------------------------------------------------------- Error shown: Fatal error: Call to a member function fetch_row() on a non-object in C:\test\kelly.php on line 14 ---------------------------------------------------------- [PHP] //product.php <?php include("db.php"); $db=new mysqli('localhost','root','','test'); $db->select_db('test'); $query="select * from book … | |
Hey guys, I was sondering if you could help me with a small (maybe not so small =S ) prob I have with my pc at the moment... Ok so here's the deal... I came home one day about a week ago with a couple of m8's to have an … | |
1)Error display in cart.php page: PHP Notice: Undefined offset: 0 in C:\test\kelly.php on line 16 PHP Notice: Undefined variable: totalCost in C:\test\kelly.php on line 61 2)Error show when i try to remove item form cart: PHP Notice: Undefined variable: db in C:\test\kelly.php on line 43 PHP Fatal error: Call to … | |
Title: Problem in session using php5 Good day, I use php5+mySQL4+IIS5.x Previuosly i use php4 and no error occur, after i uninstall php4 and install php5, error happen. -------------------------------- error message: 24lmnsndeh7pkibp65mttcajo7PHP Warning: Module 'mysql' already loaded in Unknown on line 0 PHP Warning: session_start() [function.session-start]: open(C:\DOCUME~1\CTY\LOCALS~1\Temp\php\upload\sess_24lmnsndeh7pkibp65mttcajo7, O_RDWR) failed: No … | |
ok, I have a site that's using a signup form for people to enter a bunch of information, then I'm storing it in session variables until the final submission, when I then insert it all into the database in 1 shot. The point of this is to keep from cluttering … | |
I get asked this all the time, so I figured I would just create a thread about it where others could share their experiences as well ... how much can someone afford to bid on an ad-supported site? When you have an eCommerce site it's easy to calculate how much … | |
Hello all, This pertains to a form I have on my page. As it is now, if the person filling out the form makes a mistake or leaves something out, the form reloads, but all the prior responses are wiped out. I can see how this might annoy someone, to … | |
Hello Sir, I have installed Novell Netware 6.0 - 1 Machine Another 30 Machines are defaulty available in onboard boot rom lan. Its working properly. I am using TC, Wordstar in Novell 6.0 My problem is When the user working in c the system is hang. Because our coding problem. … | |
]i am entering some fields in a jsp page and storing it in a session bean.how do i store this information in the form of a linked list so that when i go back to the previous page and enter sme other values for the field ,it should be appended … | |
Hi, I have two questions: 1. I receive a project and I noticed that when I want to compile I have the following options: Debug Release Release MinDependecy Release MinSize I know only Debug and Release, what are the other options? What are the meaning when compiling with this options? … | |
Hey Guys, For my counter, which is written in php, I need to check if a session exists. That way, a user clicking around the site won't increase the counter with each click. Is there any way to check if a session already exists, so that i can increase the … | |
VB.NET Code behind: [code] [COLOR=#0000ff]Private[/COLOR][COLOR=#0000ff]Sub[/COLOR][COLOR=#000000] Button1_Click([/COLOR][COLOR=#0000ff]ByVal[/COLOR][COLOR=#000000] sender [/COLOR][COLOR=#0000ff]As[/COLOR][COLOR=#000000] System.Object, [/COLOR][COLOR=#0000ff]ByVal[/COLOR][COLOR=#000000] e [/COLOR][COLOR=#0000ff]As[/COLOR][COLOR=#000000] System.EventArgs) [/COLOR][COLOR=#0000ff]Handles[/COLOR][COLOR=#000000] Button1.Click[/COLOR] [COLOR=#0000ff]Dim[/COLOR] dbconn [COLOR=#0000ff]As[/COLOR] SqlConnection [COLOR=#0000ff]Dim[/COLOR] dbcommand [COLOR=#0000ff]As[/COLOR] SqlDataAdapter [COLOR=#0000ff]Dim[/COLOR] dslogin [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]New[/COLOR] DataSet dbconn = [COLOR=#0000ff]New[/COLOR] SqlConnection("Server=localhost;UID=sa;PWD=sa;database=websiteDemo") dbconn.Open() dbcommand = [COLOR=#0000ff]New[/COLOR] SqlDataAdapter("Select UserID from " _ & "Login Where " _ & "Username = '" … | |
I have been attempting to upgrade a SuSE 9 linux box from php 4.3.4 to php 5.1.6. I have something working, since I'm able to run my old programs under the new setup, but I'm fairly certain I've done something wrong somewhere; using the phpinfo() command shows that I'm still … | |
hi, this is my first thread here in this forum, and it's because of the amaena problem, where the site of amaena blah blah blah windows fixer and ebay something and other things poping up, and is there any other problems? also, i'm using IE 7.0 which has a tab … | |
Hi: I am trying to use AUTHBOT as a form protector against spambots. I have everything working fine, except that the form will not email the values of the fields. It will write them on the page, but for some reason it will not email them through the processor. Can … | |
Hi, I get the following message when i want to connect with a client access session to the as/400 ***************** CWBLM0029 Oorzaak De productinformatie voor Client Access Express voor Windows-5722XE1 is naar het AS/400-systeem gezonden, maar het juiste Client Access Windows Family-product is niet gevonden. Herstelprocedure Controleer of de juiste … | |
I NEED HELP PLEASE PLEASE PLEASE THE PROBLEM IS [B]Warning[/B]: mysql_num_rows(): supplied argument is not a valid MySQL result resource in [B]/mounted-storage/home23a/sub003/sc21979-KVVZ/www/ghhookup/functions.php[/B] on line [B]28[/B] [PHP]<? $conn_id; $sql_res; $sql_res2; $sql_query; $HTTP_REFERER=$_SERVER["HTTP_REFERER"]; $REQUEST_METHOD=$_SERVER["REQUEST_METHOD"]; function sql_connect(){ global $conn_id,$sql_host,$sql_user,$sql_pass,$sql_db; $conn_id=mysql_connect($sql_host,$sql_user,$sql_pass); mysql_select_db($sql_db); } function sql_execute($sql_query,$wtr){ global $conn_id; $sql_res=mysql_query($sql_query,$conn_id); if($wtr=='get'){ if(mysql_num_rows($sql_res)){ return mysql_fetch_object($sql_res); } else … | |
For a program I'm working on, I need to do the following: 1. Starting with a single set of fields in a form, I need to be able to dublicate them (multiple identical form entries) without necessarily knowing how many there will be. I managed to do this, by incrementing … | |
hi, i am developing paging in asp web application by using VB.net. i am getting out put for when i am setting the paging for 10 but it is not going for the next page with paging.If i set the paging to8 or less than 10 i am getting the … | |
I NEED HELP PLEASE PLEASE PLEASE THE PROBLEM IS [B]Warning[/B]: mysql_num_rows(): supplied argument is not a valid MySQL result resource in [B]/mounted-storage/home23a/sub003/sc21979-KVVZ/www/ghhookup/functions.php[/B] on line [B]28[/B] [PHP]<? $conn_id; $sql_res; $sql_res2; $sql_query; $HTTP_REFERER=$_SERVER["HTTP_REFERER"]; $REQUEST_METHOD=$_SERVER["REQUEST_METHOD"]; function sql_connect(){ global $conn_id,$sql_host,$sql_user,$sql_pass,$sql_db; $conn_id=mysql_connect($sql_host,$sql_user,$sql_pass); mysql_select_db($sql_db); } function sql_execute($sql_query,$wtr){ global $conn_id; $sql_res=mysql_query($sql_query,$conn_id); if($wtr=='get'){ if(mysql_num_rows($sql_res)){ return mysql_fetch_object($sql_res); } else … | |
Hi, When i start my tomcat , not able to create the context file.. and It didn't started session in tomcat.. I am getting the following error , pls anyone can resolve this.. In the console i got the below error. [COLOR=#0000ff]Sep 26, 2006 12:30:43 PM org.apache.catalina.core.StandardContext listenerStart SEVERE: Skipped … ![]() | |
I recently read a post by someone stating that you could not encrypt POST or GET sessions while sending data between pages. I wanted to know if there was a way. could one not simply write a script that would encrypt the message before sending along with a key that … | |
Hey All, I have created the following code in my data base. It works correctly except that the email it creates is in the rich text format. I want it to be in plain text format. The default settings in outlook are set to plain text, but my code seems … | |
Hi Folks, We have 3 citrix servers which our internal users use and our external (home) users can log into citrix via our web site. We have a user at home which has a HP Laserjet 1200 which she needs to print to whilst in a remote citrix session, my … | |
hi, i am bikram give me coding on 1.1 version of signout i am using session.abandon so, session is abandoned but the user is doing work by clicking on back button of browser . i think i am not writing proper security. | |
Hi, Im new to PHP but seem to be picking it up quite quickly, i have how ever come up against an issue which i cant seem to solve and i was wondering if someone out there could give me some pointers ;) what i have done is setup a … | |
i recently turned off a bunch of services that i don't need and for some reason the dependencies description for services is no longer showing up. could it be a service i turned off? i researched them all first and this was never mentioned. Application Management Background Intelligent Transfer Service … | |
i have pocketputty and can ssh into my server. How can i get an x session? | |
For some strange reason I am having problems with sessions, ainly in safari I believe which is wierd considering php is a server-side programming language. anyways, when a person goes to /cp (control panel) for example, it redirects them to login.php?url=/cp. then they login, the sessions are created, and then … | |
Hi , I had created a new session in loginpage.I invalidated that session in logout page.if i goback by back button previous page is displaying.how can i rectify that problem.Its my requirement to display session expired message when i tries to go back throw back button after logout.please tell m … | |
I was initially setting my master and slave drives but when I rebooted the slave was not being recognized so I checked the IDE cable to see if there was an issue. I did this a couple of times only to find it was not working, I also got no … | |
Hi Again =),,, it's been quite a long time since the last time i came. I now come to you guys again cuz i think my puter isn't doing good since it overuse memory after i log into my session. I'm not sure about what can it be, so i'll … | |
Hello My webapp need to use Cyrillic and Latin ( "normal" character code ), could you tell me how to set nls_lang in my database and in the session.I tryied write string in hibernte , but when i tryied to read this string, this is only character '?', this column … | |
:cry:troubleshooting : database is read only. line32 or microsoft jet 4.0 trouble. Http 500.100 PLease advise:( <% dim dbname dim conntemp, cnpath, sqltemp, rstemp dim user user = request.form("Username") dbname="member.mdb" set conntemp=server.createobject("adodb.connection") cnpath="DBQ=" & server.mappath(dbname) conntemp.Open "DRIVER={Microsoft Access Driver (*.mdb)}; " & cnpath sqltemp="select * from userlist" Set rstemp = … | |
Dear all. greetings here is the code snippet for student database search. whatever number i enter in the textbox,it says that student details r not found. please verify it. HTML code [code=html]<html> <head> <title> Student Search </title> </head> <body> <form method="POST" action="http://localhost:7001/jsp/result.jsp"> <table align="center" width="50%" border="0" cellspacing="4" cellpadding="4"> <tr> <th … | |
I'm befuddled by something. Here is transcript of the interactive session: [code] >>> range(9).remove(3) >>> >>> print range(9).remove(3) None >>> a = range(9).remove(3) >>> a >>> a = range(9) >>> a [0, 1, 2, 3, 4, 5, 6, 7, 8] >>> a.remove(3) >>> a [0, 1, 2, 4, 5, 6, … | |
iam using Asp.Net Application with Crystal report X1.I want to know When a large volume of data is being loaded into Crystal report from executing a stored procedure (sql server)through Asp.net Application,will the Crystal report will hold on its session till the data gets loaded .Also will the crystal report … | |
can anyone pls fix up the problem Regvalidate.asp page coding : <% MyFirstName = Request.Form ("login1") MyLastName = Request.Form ("login2") MyUserName = Request.Form ("login") MyEmail = Request.Form ("email") MyPassword = Request.Form ("password1") MyGerder = Request.Form ("gender") MyDateofBirth = Request.Form ("login3") MyAge = Request.Form ("login4") MyCountryofResidence = Request.Form ("countryofresidence") MyMaritalstatus = … | |
Hi all, Can anyone please let me know if it is possible to bring a minimised web page running on mozilla browser to the foreground using shell script. I am using the following piece of code to bring it to the front on my display: [COLOR=magenta]XCLIENTS[/COLOR]=/usr/openwin/bin/xlsclients [COLOR=magenta]XLSCLIENTS_TMP_FILE[/COLOR]=/tmp/tmp_xlsclients_$$ this_instance=`$XCLIENTS -display $DISPLAY … | |
Dear all, I am getting this error and its not getting resolved at all: Syntax error (missing operator) in query expression 'OrderNo='. On line:RS.Open query, objConn This is my code where i am pulling records on the orderno and after i have pulled the records ,i am trying to insert … | |
Hi All, I now creating the login page. So I have using the [code]ForumsAuthentication.RedirectFromLoginPage(UserName.Text,False)[/code] So by default it will redirect to the default.aspx So this part is ok. [B]Can I redirect to the another file name?[/B] Another problem is, I will do the checking wheter the user is login. If … | |
Hi all, can someone help? I have been trying to figure out how to put together an update page. For some reason it is not working. I have been trying to figure this out for about a week and a half. I am sure it will be something very easy … | |
I read the post: [url]http://www.daniweb.com/techtalkforums/thread28196.html[/url] and did all I felt capable / comfortable doing, but my problems still exist. I also read: [url]http://www.bleepingcomputer.com/forums/topic22402.html[/url] as this happened to me, but the two logs "O4..." that they say are symptoms in the HJT logfile are not visible in mine. Seems like they … | |
Hi, I need some help for my project. I had finished up my login page and I can be logined. The problem is that I want to allow new users to register themsevles before they can login but I have used various way I can't be directed to the Register.aspx … | |
I have apparently clicked something I shouldn't have and despite my best efforts cannot get this spyware off of my PC. I have gotten most of it off with ewido/adaware/windows defender, but [U]something[/U] is still persisting which doesn't show up in a regular session or a safe mode session. I … | |
Hi! I am stuck with some unusual situation and am seeking urgent help. We have a backend server in C++ on Solaris 5.9 . The need is to intiate a sftp/scp to a remote location. We have the login and passwords set up. I know for non-interactive SFTP/SCP2 sessions we … | |
i want to display some data in a grid but this is the error i get. withEvents variable 'DataGrid1' implicitly defines '_DataGrid1', which conflicts with a member of the same name in class 'mastersearch'. i tried renaming the variables but that does not help because it EITHER doesnt bind the … | |
Many of you may aware that AOL using floating IP address to manage their internet connection. When I develop my shopping cart, I used IP address as one of the variables to identify user (other variables are datetime and url) and its shopping cart content. It was alright until someone … | |
Hello everyone, I 've been looking for a solution for this problem for some time now but I don't seem to figure it out. I want to download the source of a web page (the HTML source). I found several API function that have to do something with internet and … | |
anyone can tell me how to i made my two clients talk to one other .. the situation is that, i've a game server.. detecting of clients connecting to it. once there're 2 clients.. they will be group in a session and start to play a game. But then, i've … |
The End.