/    Sign up×
Community /Pin to ProfileBookmark

Hi, i was just wondering if any of you would like to give me som ideas and some info on what i need to start a project for my own training and the benifet of everybody out on the net!!!!!

Daniel.

to post a comment
PHP

15 Comments(s)

Copy linkTweet thisAlerts:
@spinnyscripterauthorOct 13.2005 — just nothing big like a forum or a full CMS Syatem please a simple and easy starter project ? ? ?


? ? ? ? ? for being Cheeky
Copy linkTweet thisAlerts:
@cwrathOct 13.2005 — Task Management System with User Authentification, that was my first one.

Post and edit tasks,

You can a user management system with Sessions

i would design it first, enter some example data then start with the php.
Copy linkTweet thisAlerts:
@spinnyscripterauthorOct 13.2005 — so, start with a database and then write scripts to read, edit, and delete tasks from the database.
Copy linkTweet thisAlerts:
@spinnyscripterauthorOct 13.2005 — what if i was to design the databse in access and the make it in MySQL and enter sample data like that?
Copy linkTweet thisAlerts:
@cwrathOct 13.2005 — hmm design in access? well...


you can actually get an access to mysql program, a demo version is availible which will convert the first three rows of every table (and create the tables)


however, you should really do it by hand, its a lot easier (Zend do have an inbuilt table editor/creator).


and you should be getting familiar with basic SQL syntax


CREATE DATABASE

CREATE TABLE

INSERT INTO table VALUES ('','3','4')

SELECT * FROM

REPLACE INTO

UPDATE

etc.



Yes always start from a database, sometimes i dont and it always ends up in a mess.
Copy linkTweet thisAlerts:
@spinnyscripterauthorOct 13.2005 — ok, good advice. i have a program called SQLyog and that allows me to design from it. but not visually. like access i cant see what the table looks like intilli have completely wrote the code and run it and the looked at the structure
Copy linkTweet thisAlerts:
@cwrathOct 13.2005 — i know what you mean, that is why i write out what the table will look like
Copy linkTweet thisAlerts:
@spinnyscripterauthorOct 13.2005 — ok, i remember doing somthing like this on my GNVQ ICT 2 cource at college you list all the feilds and make the conections and include the one to many many to many and one to one links?
Copy linkTweet thisAlerts:
@cwrathOct 13.2005 — NO! NO NO! dont do that. You want relationships? FOREIGN KEYS as they are call in database-speak. Sigh. That can get complicated. It can also be quite simple. You will have to find tutorials on how to do that, look up foriegn keys mysql.

Oh and i didnt like GNVQ ict, waste of time, i was teaching the teachers by the end of it.

most of the time 'relationships' will make something getting the data eaiser but manipulating it harder. I simply use 'advanced' select statements or a combination of select statements, because all-to-often my 'relationships' are serverely limited.
Copy linkTweet thisAlerts:
@spinnyscripterauthorOct 13.2005 — ok, well i have just found problems in my installation of PHP such as it wont connect to MySQL saying the mysql_connect() function undefined so i hvae to fix this first.
Copy linkTweet thisAlerts:
@cwrathOct 13.2005 — there isnt a problem with your php installation, php5 does not have mysql_?? functions turned on by default, some licensing problem...
Copy linkTweet thisAlerts:
@spinnyscripterauthorOct 13.2005 — well, i cant be bother with configaration of servers so i am ownloading and installing a new server (a complete ready configerd server)
Copy linkTweet thisAlerts:
@spinnyscripterauthorOct 13.2005 — 
Oh and i didnt like GNVQ ict, waste of time, i was teaching the teachers by the end of it.

QUOTE]

I went to Exeter College for Mine. Didn't finish the course it drove me mad trying to learn stuff i knew and all the coursework!!!!!!!
Copy linkTweet thisAlerts:
@cwrathOct 13.2005 — "it drove me mad trying to learn stuff i knew and all the coursework!"

indeed
Copy linkTweet thisAlerts:
@spinnyscripterauthorOct 13.2005 — well, add ADHD on top of that and boom a catastrophy
×

Success!

Help @spinnyscripter spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.28,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...