Search found 13 matches

by almossaid
Sat Nov 24, 2012 9:19 am
Forum: PHP - Code
Topic: Error
Replies: 5
Views: 1352

Re: Error

Hi Mordred!
I am just a beginner.... If you have some advice please write it
thank you
by almossaid
Mon Nov 19, 2012 12:57 pm
Forum: PHP - Code
Topic: Error
Replies: 5
Views: 1352

Problem is SOLVED

Hi
The Problem is solved
thank you
by almossaid
Mon Nov 19, 2012 11:15 am
Forum: PHP - Code
Topic: Error
Replies: 5
Views: 1352

Error

Hi everybody! Need help please, My problem is: When I want to change my profile picture I ´ll get this error Notice: Undefined index: type in /customers/e/b/9/mode.com/httpd.www/mode/changepic.php on line 39 Notice: Undefined index: type in /customers/e/b/9/mode.com/httpd.www/mode/changepic.php on l...
by almossaid
Sat May 12, 2012 3:28 am
Forum: PHP - Code
Topic: Need a help - PHP cording (for my exercise)
Replies: 2
Views: 574

Re: Need a help - PHP cording (for my exercise)

Try this
while loop

Code: Select all

<?php
$Count = 1;
while ($Count < 100) {
echo "$Count ";
$Count = $Count+1; 
}
?>
for loop

Code: Select all

<?php
for ($i = 1; $i < 100; $i++) {
    echo $i;
}

?>
by almossaid
Mon Apr 23, 2012 2:42 pm
Forum: PHP - Code
Topic: Problem with creation of a Login file
Replies: 4
Views: 628

Re: Problem with creation of a Login file

No help founded there.
thank you for answering me.
by almossaid
Sun Apr 22, 2012 3:38 am
Forum: PHP - Code
Topic: Problem with creation of a Login file
Replies: 4
Views: 628

Re: Problem with creation of a Login file

Hi
The problem is the construction of login file. how to create it and make it work.

thank you for answering
by almossaid
Sat Apr 21, 2012 11:08 am
Forum: PHP - Code
Topic: Problem with creation of a Login file
Replies: 4
Views: 628

Problem with creation of a Login file

Hi! 3 users from 3 different tables.(table1, table2 and table3) I want them to use one single login. table1 = goes to mencp.php table2 = goes to womencp.php table3 = goes to fotografercp.php My login work only with user´s from table1. I don´t know what I am doing worrong... Help please! login.php OB...
by almossaid
Mon Feb 27, 2012 1:40 pm
Forum: PHP - Code
Topic: When I go to the admin I am stuck on the login page
Replies: 11
Views: 3692

Re: When I go to the admin I am stuck on the login page

Yes this is what I mean "ANGEL" sorry about my english
by almossaid
Mon Feb 27, 2012 1:25 pm
Forum: PHP - Code
Topic: When I go to the admin I am stuck on the login page
Replies: 11
Views: 3692

Re: When I go to the admin I am stuck on the login page

Temidayo you are an ANGLE :D
It works like a charme, Thank you very much to you and to all pple who tried to help
by almossaid
Mon Feb 27, 2012 12:15 pm
Forum: PHP - Code
Topic: When I go to the admin I am stuck on the login page
Replies: 11
Views: 3692

Re: When I go to the admin I am stuck on the login page

Hi temidayo! I did that and I get this Arry([user])=> admin [pass] => XXXXXXX postuser: admin pass: xxxxxxxxxxxxx(md5decrypter) user: admin Deprecated: Function ereg_replace() is deprecated in C:\home\www\webb\admin\login.php on line 62 line 62=> $name = md5(ereg_replace("^(www.)?([^.]+).[^.]+$...
by almossaid
Mon Feb 27, 2012 9:40 am
Forum: PHP - Code
Topic: When I go to the admin I am stuck on the login page
Replies: 11
Views: 3692

Re: When I go to the admin I am stuck on the login page

I made this changes & the problem still the same
by almossaid
Mon Feb 27, 2012 2:26 am
Forum: PHP - Code
Topic: When I go to the admin I am stuck on the login page
Replies: 11
Views: 3692

Re: When I go to the admin I am stuck on the login page

Hi social_experiment!
I did that but I get only this message > User Or Password Is Wrong but I am sure that both are correct.

Thank you
by almossaid
Sat Feb 25, 2012 11:57 am
Forum: PHP - Code
Topic: When I go to the admin I am stuck on the login page
Replies: 11
Views: 3692

When I go to the admin I am stuck on the login page

Hi I installed a script on my localhost. Everything on the front end of the site appears to be working perfectly. However, when I go to the admin I am stuck on the login page. I am putting in the correct username and password, but the page simply refreshes. I checked my database and everything match...