473,503 Members | 1,725 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

bind_param() not being recognized as a method

2 New Member
this is driving me nuts.... I have a stored procedure with two variables. I want to pass those variables ($name, $ID) from PHP code but when I use the method bind_param i get an error saying that it is an invalid method.
I am using mysqli.
what is wrong?

Thanks in advnce
Oct 24 '19 #1
1 1879
belberg
2 New Member
This is the procedure:

Expand|Select|Wrap|Line Numbers
  1. CREATE DEFINER=`barry`@`%` PROCEDURE `sp_User_sign_on`(id varchar(45),pw varchar(45))
  2. BEGIN
  3. select * from members where m_UserID = id and m_PW=pw;
  4. END
Oct 24 '19 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

7
2124
by: fishinsanluis | last post by:
I am having issues with a new window that I create in my application not executing its Javascript. The js is there in the source and looks all normal, but it is simply not being recognized. I am...
28
5170
by: Jon Davis | last post by:
If I have a class with a virtual method, and a child class that overrides the virtual method, and then I create an instance of the child class AS A base class... BaseClass bc = new ChildClass();...
8
2598
by: John Bowman | last post by:
Hello, Does anyone have a good/reliable approach to implementing an IsNumeric() method that accepts a string that may represent a numerical value (eg. such as some text retrieved from an XML...
3
2100
by: KRC | last post by:
I am using an external object called WebZinc to help parse web pages in VB.net. I am trying to use a particular method following the example in the help reference but am unable to get VB.net to...
1
6439
by: laredotornado | last post by:
Hi, I'm using PHP 4.4.4 on Apache 2 on Fedora Core 5. PHP was installed using Apache's apxs and the php library was installed to /usr/local/php. However, when I set my "error_reporting"...
5
8619
by: Kevin Burton | last post by:
I am trying an XSLT transformation using the XslCompiledTransform class. I get an exception when I call the Transform method. It seems to point to these two lines: <xsl:namespace...
3
3945
by: c2 | last post by:
hi, i face a problem when click the icon , my login will prompt this message String was not recognized as a valid Boolean See the end of this message for details on invoking just-in-time (JIT)...
0
986
by: Jerry Armes | last post by:
I have been using a Microsoft Chart Control 6.0 (SP4) (OLEDB) in an Access 2000 VBA project where the data source is an array and the data connection uses the chartdata method. Suddenly, I am...
3
3355
by: venuvasavi | last post by:
Hi, I am executing, update query as Update taans set pbno='OLD' & pbno where val(right(itemcode,5))<2774; , while executing it gives error as "Val() is not a recognized function name" how can...
0
7202
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7086
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7332
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6991
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
4673
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3154
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1512
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
736
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
382
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.