Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 11 of 11
Search took 0.08 seconds.
Search: Posts Made By: buddieangel
Forum: HTML & CSS 11-06-2012, 10:28 AM
Replies: 1
Views: 294
Posted By buddieangel
Animated tabs?

I'm not sure if this is done with css but basically I have the main page, and on the top right hand corner I want it so there are 'tabs' sticking out as if from underneath the main page, with...
Forum: HTML & CSS 11-06-2012, 09:48 AM
Replies: 4
Views: 476
Posted By buddieangel
ah I see, thank you so much for your help! :)

ah I see, thank you so much for your help! :)
Forum: HTML & CSS 11-06-2012, 07:19 AM
Replies: 4
Views: 476
Posted By buddieangel
@Custard7A: Thanks although could you please help...

@Custard7A: Thanks although could you please help me with how to use that code? I applied it but it changes the color of the whole navigation bar - how do I make it so it's the background of just the...
Forum: HTML & CSS 11-06-2012, 03:01 AM
Replies: 4
Views: 476
Posted By buddieangel
Background Link Color?

Hi, I am not sure how to explain this so I used MS paint to make a (bad quality) image of what I'm trying to ask how to do:

http://img141.imageshack.us/img141/4564/menuything.png

the purple...
Forum: PHP 05-10-2012, 10:21 PM
Replies: 15
Views: 710
Posted By buddieangel
@Fou-Lu: It says this when I try to log in: ...

@Fou-Lu: It says this when I try to log in:
array(2) { ["username"]=> string(11) "buddieangel" ["password"]=> string(10) "nicole1300" } Record: 1, Array ( [ID] => 1 [Username] => buddieangel...
Forum: PHP 05-10-2012, 10:07 PM
Replies: 15
Views: 710
Posted By buddieangel
Still comes up with this: array(2) {...

Still comes up with this:

array(2) { ["username"]=> string(11) "buddieangel" ["password"]=> string(10) "nicole1300" }
Notice: Undefined index: username in C:\xampp\htdocs\login.php on line 31
...
Forum: PHP 05-10-2012, 09:56 PM
Replies: 15
Views: 710
Posted By buddieangel
This comes up at the top of the notice: ...

This comes up at the top of the notice:

array(2) { ["username"]=> string(11) "buddieangel" ["password"]=> string(10) "nicole1300" }
Forum: PHP 05-10-2012, 09:45 PM
Replies: 15
Views: 710
Posted By buddieangel
<form action='login.php' method='POST'> ...

<form action='login.php' method='POST'>
Username: <input type='text' name='username'><br>
Password: <input type='password' name='password'><br>
<center><input...
Forum: PHP 05-10-2012, 09:11 PM
Replies: 15
Views: 710
Posted By buddieangel
Ok this is the original code: <?php ...

Ok this is the original code:


<?php

$username = $_POST['username'];
$password = $_POST['password'];

if ($username&&$password)
{
Forum: PHP 05-10-2012, 10:36 AM
Replies: 15
Views: 710
Posted By buddieangel
I still seem to get the same message: ...

I still seem to get the same message:

Notice: Undefined index: username in C:\xampp\htdocs\login.php on line 28

Notice: Undefined index: password in C:\xampp\htdocs\login.php on line 29...
Forum: PHP 05-10-2012, 07:14 AM
Replies: 15
Views: 710
Posted By buddieangel
Problem with log in script?

Hi. I'm new to php coding. I want to make my own browser sim game and I have been watching videos on youtube by phpacademy. I am having problems with one of the codes though. I did what the guy did...
Showing results 1 to 11 of 11

 
Forum Jump

All times are GMT +1. The time now is 02:17 AM.