Jim Lucas wrote:
> Jason Carson wrote:
>>> Hello everyone,
>>>
>>> I am having a problem getting my prepared statements working. Here is my
>>> setup...
>>>
>>> index.php -> authenticate.php -> admin.php
>>>
>>> 1)index.php has a login form on it so when someone enters their username
>>> the fo
Jason Carson wrote:
Hello everyone,
I am having a problem getting my prepared statements working. Here is my
setup...
index.php -> authenticate.php -> admin.php
1)index.php has a login form on it so when someone enters their username
the form redirects to another page I call authenticate.p
2009/7/12 Eddie Drapkin :
>
> This is just my opinion, of course :)
Which is welcome. Preferrably, on the php-db@ list, but welcome
nonetheless. ;-P
--
daniel.br...@parasane.net || danbr...@php.net
http://www.parasane.net/ || http://www.pilotpig.net/
Check out our great hosting and dedica
> if ( $link = mysqli_connect($hostname, $username, $password, $database)
> && $stmt = mysqli_prepare($link, $q)
> && mysqli_stmt_bind_param($stmt, "s", $adminuser)
> && mysqli_stmt_execute($stmt)
> && mysqli_stmt_store_result($stmt))
> {
> $count
On Sun, 12 Jul 2009 15:25:15 -0400 (EDT), "Jason Carson" wrote:
> For anyone reading this thread, here is the final code that I used...
>
> $link = mysqli_connect($hostname, $username, $password, $database);
> $stmt = mysqli_prepare($link, "SELECT * FROM administrators WHERE
> adminusers=?);
> my
> Hello everyone,
>
> I am having a problem getting my prepared statements working. Here is my
> setup...
>
> index.php -> authenticate.php -> admin.php
>
> 1)index.php has a login form on it so when someone enters their username
> the form redirects to another page I call authenticate.php.
>
>
On Sun, Jul 12, 2009 at 10:01 AM, Jason Carson wrote:
> Hello everyone,
>
> I am having a problem getting my prepared statements working. Here is my
> setup...
>
>index.php -> authenticate.php -> admin.php
>
> 1)index.php has a login form on it so when someone enters their username
> the form
[Redirected to PHP-DB: php...@lists.php.net]
On Sun, Jul 12, 2009 at 00:31, Jason Carson wrote:
> Hello everyone,
>
> I am having a problem getting my prepared statements working. Here is my
> setup...
>
> index.php -> authenticate.php -> admin.php
>
> 1)index.php has a login form on it so
8 matches
Mail list logo