Hello, hopefully someone can help me.
I am receiving this error on my webpage:
Notice: Undefined index: UserCookie in /var/www/html/links/getusername.php on line 14
And here is the getusername.php:
<?php
if (isset($_COOKIE['UserCookie']))
{
$access = $_COOKIE['UserCookie'];
$qu = "SELECT...
Hello,
Really need someones help on how to do this.
How do you create a Dropdown list that has your product listed and when you select one from the list it displays the price for that product in a box below.
Forgive me if this is so simple, i just dont know where to start.
Thanks.
Example...
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.