Search found 10 matches

by Ivana
Sat Nov 22, 2008 4:20 am
Forum: PHP - Code
Topic: admin panel
Replies: 2
Views: 157

Re: admin panel

alright so basically i make a little log in part at lets say the bottom of the page that the admin panel is for. and make them go to another page
where they can change everything .. pfft that is going to take me a while to figure that all out in 2 weeks haha.
by Ivana
Thu Nov 20, 2008 6:12 am
Forum: PHP - Code
Topic: admin panel
Replies: 2
Views: 157

admin panel

alright the other day i had a question about insert i got that all working so thanks everyone for the help :D now I'm quite going into a different direction. I'm supposed to create an admin panel for my project part but i have no idea how to start with it. are there any tutorial or something about i...
by Ivana
Wed Nov 05, 2008 10:08 am
Forum: PHP - Code
Topic: lil question
Replies: 19
Views: 1360

Re: lil question

alright :D thanks alot for the helps :):D
by Ivana
Wed Nov 05, 2008 6:24 am
Forum: PHP - Code
Topic: lil question
Replies: 19
Views: 1360

Re: lil question

i'm actualy not a guy and i havn't been sleeping.
this teacher is just not able t explain anything well.
i'm one of the only ppl out here that actualy pays attention to class.
by Ivana
Tue Nov 04, 2008 2:00 pm
Forum: PHP - Code
Topic: lil question
Replies: 19
Views: 1360

Re: lil question

the database i use for it is an phpadmin db but my teacher is beeing an ass and make us do it this way to make the table etc. wel if i can't get it working i'll send the unfinished one to him and ask him next week how to do it. as i only see him on mondays :S
by Ivana
Tue Nov 04, 2008 8:27 am
Forum: PHP - Code
Topic: lil question
Replies: 19
Views: 1360

Re: lil question

he did explain but the guy isn't really a teacher just beeing pulled out of the daylywork life and beeing put infront of a class and has to exlain it while he doesn't know how. i got the the exact lesson of what he explaint but he didn't really got into it much or told us how to use it. the user has...
by Ivana
Tue Nov 04, 2008 7:00 am
Forum: PHP - Code
Topic: lil question
Replies: 19
Views: 1360

Re: lil question

   <?php  include 'config.php';  include 'opendb.php';     mysql_select_db($dbname);  $query = "INSERT INTO user (Project_name, Project_description, Start_date, End_date, Last Modification date, update_ priv) VALUES ('projectname', 'the discription',date(), date(), now())";     mysql_quer...
by Ivana
Tue Nov 04, 2008 5:24 am
Forum: PHP - Code
Topic: lil question
Replies: 19
Views: 1360

Re: lil question

it just confuses me all trying to fill it in can't seem to do it the right way and make it working.   <?php include 'config.php'; include 'opendb.php';   mysql_select_db($dbname); $query = "INSERT INTO user (Project_name, Project_description, Start_date, End_date, Last Modification date, update...
by Ivana
Tue Nov 04, 2008 2:54 am
Forum: PHP - Code
Topic: lil question
Replies: 19
Views: 1360

Re: lil question

i knew that but i don't know how to use the table i made wel had to make and fill it in there.
like with the begin date end date etc. and then make it a form of it.
by Ivana
Mon Nov 03, 2008 6:40 pm
Forum: PHP - Code
Topic: lil question
Replies: 19
Views: 1360

lil question

ok my teacher at school today told to do someting with creating table insert information select, update and delite. i got the first part done.. i have just got stuck at the insert part. my teacher gave me a link to a website about to make it. i understand what it says i just have no idea how to actu...