+ 5
Looking for a project to work on!
I am wanting more practice. I run my own website/web server. I really enjoy coding and think this would be a good way to hopefully learn some new stuff as well as better my current skills. So if you are needing some help or you are new and would like a coding buddy. Hit me up! Have A Great Day! Started a project come join in the fun. https://www.sololearn.com/Discuss/368256/looking-for-people-to-help-make-a-story-game or https://code.sololearn.com/WR2dGS93bkJZ/?ref=app https://code.sololearn.com/W
15 ответов
+ 9
and one more thing when I double tap on any digit smaller than 9 like for example 1 the display shows 1 and when I click on some no. bigger than 1 it shows that no. [problem starts now] but when I again tap on any no. smaller than the previous no. it doesn't change the display can u help?
+ 8
I would need your help be ready 😝😝
+ 8
Alright I need help in creating a delete button
https://code.sololearn.com/WW7ViFM55ft0/?ref=app
by delete button I actually mean that It should replace any no. with 0
+ 3
khushbu kahar: i would be glad to help. please give more info on what you need and what you are working on!
+ 3
khushbu kahar: Sorry for the late response. I work 10 hour days. So give me a example of what you want to do. have you ever used a database?
+ 3
here is a good read on dbms at: http://aries.ektf.hu/~hz/pdf-tamop/pdf-xx/Radvanyi-hdbms-eng2.pdf
and are you trying to find user login/sign script or are you try to build it completely from scratch?
and by complete record for system, what do you mean? like all the info from the clients system that is signing up? or just things like ip, user name, email, password, first name, last name, geolocation, ect...
Sorry not a pro with DB but will do my best to help. .
+ 2
Here is a good guide to help you: http://www.wikihow.com/Create-a-Secure-Login-Script-in-PHP-and-MySQL
Like i said i am not the best. But you can check out the login system that i made for my website. http://www.metrikcorp.com
and as for getting there system info it can be done using php and just store the info in a variable then store that variable in a database. here is a good read for how to get info using php: http://php.net/manual/en/reserved.variables.php
hope this helps out.
I think this is what you are try to do.
Let me know what else i can do to help.
P.S Here is a example of making a var with info in it and how to store it in the database.
<?php
//This is setting today's date into a variable called Date.
$Date = date("Y-m-d");
/*This places the variable Date into a table called users and into the column Date*/
$query = "INSERT INTO users(Date) VALUES('$Date')";
?>
+ 2
_Retr0:
I will do my best. lol just let me know what i can do to help.
+ 2
_Retr0: when i get off work i will try to help you grt this working.
+ 2
_Retr0
check out this delete button using jQuery.
hope this can help you.
https://code.sololearn.com/WD1R6o1FDhgX/?ref=app
+ 1
:)
+ 1
Hey please help me with my project
+ 1
Actually I want to make a project with database management as a core topic, so I want to know what additional and advanced features can I add into it involving coding as well as web
+ 1
Yes I have done it with xampp, I have to store data when A person signs up and maintain complete record for a system. But I would like to know what more can I do to it or how should I make a project with DBMS on advanced level. Looking forward to your response
+ 1
Thanks for the help metrik and yes I want to build it from scratch with complete records