(Link to AcmlmWiki) Offline: thank ||bass
Register | Login
Views: 13,040,846
Main | Memberlist | Active users | Calendar | Chat | Online users
Ranks | FAQ | ACS | Stats | Color Chart | Search | Photo album
05-18-24 04:01 AM
0 users currently in Programming.
Acmlm's Board - I3 Archive - Programming - More n00b PHP and mySQL New poll | |
Add to favorites | Next newer thread | Next older thread
User Post
Tarale

2710
Affected by 'Princess Bitch-Face Syndrome' ++++!!
Persona non grata


 





Since: 11-17-05
From: Adelaide, Australia

Last post: 6298 days
Last view: 6298 days
Posted on 09-28-06 12:44 AM Link | Quote
Hey all!

I'm still hopeless with PHP -- I have trouble remembering stuff cause I haven't had to apply a whole lot yet cause I haven't had miniprojects to do to work things out with.

I was thinking that I might be able to make a little thing to record my walking stuff -- ie, how far I walked, how long it took me, what my average speed was while doing it, etc.

To do this, I think I need to learn database stuff, right? I've not done any of this yet. I understand that there is some information on database stuff on the mysql website, but I hear it's a bit tricky to understand for a n00b -- so is there anything easier out there for me to look at??

Any hints on what else I might need to have a handle on to record my walking stuff?? I might want to have it label personal bests too....
HyperHacker

Star Mario
Finally being paid to code in VB! If only I still enjoyed that. <_<
Wii #7182 6487 4198 1828


 





Since: 11-18-05
From: Canada, w00t!
My computer's specs, if anyone gives a damn.
STOP TRUNCATING THIS >8^(

Last post: 6298 days
Last view: 6298 days
Posted on 09-28-06 03:38 AM Link | Quote
PHP and a database engine should be all you need for that. If you consider yourself completely hopeless with PHP though, you might want to hold off on databases. I learned the ins and outs of PHP by making my website read and parse page content from text files before I started doing database work.
Tarale

2710
Affected by 'Princess Bitch-Face Syndrome' ++++!!
Persona non grata


 





Since: 11-17-05
From: Adelaide, Australia

Last post: 6298 days
Last view: 6298 days
Posted on 09-28-06 04:02 AM Link | Quote
Originally posted by HyperHacker
PHP and a database engine should be all you need for that. If you consider yourself completely hopeless with PHP though, you might want to hold off on databases. I learned the ins and outs of PHP by making my website read and parse page content from text files before I started doing database work.


I don't know how to do that even. I know how to do things like arrays and control structures and some maths stuff and creating a function and that's about it, but I don't have anything to really apply that knowledge to in order to make it stay in my brain.

I'm not sure what to do I need miniprojects for me to cut my teeth on but I didn't get any and I can't come up with any, and it's all falling out of my head.

So I thought I'd try making something to record stuff but I don't know any stuff to record stuff...
neotransotaku

Sledge Brother
Liberated from school...until MLK day








Since: 11-17-05
From: In Hearst Field Annex...

Last post: 6300 days
Last view: 6298 days
Posted on 09-28-06 05:25 AM Link | Quote
Why don't you try building a simple counter for your site. It is something simple that requires not too complex file I/O. For example, each time someone loads a given php page, you will read in a file for the current count, increment the count, and then write that count back to the same file. Then, to display the counter, open the file, read the value there, and then display it.
Kasumi-Astra

Flurry


 





Since: 11-18-05
From: Sheffield England

Last post: 6298 days
Last view: 6298 days
Posted on 09-29-06 10:06 AM Link | Quote
This is a good place to start... I managed to get a simple threaded discussion going starting here, if I remember correctly. It should only take you an afternoon to get going :-)
Boom.dk









Since: 11-18-05
From: Denmark

Last post: 6316 days
Last view: 6298 days
Skype
Posted on 10-04-06 06:50 AM Link | Quote
Originally posted by HyperHacker
PHP and a database engine should be all you need for that. If you consider yourself completely hopeless with PHP though, you might want to hold off on databases. I learned the ins and outs of PHP by making my website read and parse page content from text files before I started doing database work.

Hmm, it might be so. However, I worked with database stuff before working with files. I just had more use for it. And it's not that complicated.
Tarale

2710
Affected by 'Princess Bitch-Face Syndrome' ++++!!
Persona non grata


 





Since: 11-17-05
From: Adelaide, Australia

Last post: 6298 days
Last view: 6298 days
Posted on 10-06-06 12:15 PM Link | Quote
Well, I was gonna do the counter thing, but every single script I've ever made has just suddenly broken.

It acts like there's no user input. So uh.. if a user enters something in, uh... it acts like they didn't. It outputs my error messages for "enter some data"
MisterJones

Tooky








Since: 12-08-05
From: Mexico

Last post: 6388 days
Last view: 6324 days
Posted on 10-08-06 03:20 PM Link | Quote
Originally posted by Tarale
Well, I was gonna do the counter thing, but every single script I've ever made has just suddenly broken.

It acts like there's no user input. So uh.. if a user enters something in, uh... it acts like they didn't. It outputs my error messages for "enter some data"


post waht you have done and the result, or something.
Tarale

2710
Affected by 'Princess Bitch-Face Syndrome' ++++!!
Persona non grata


 





Since: 11-17-05
From: Adelaide, Australia

Last post: 6298 days
Last view: 6298 days
Posted on 10-08-06 08:45 PM Link | Quote
It's fixed now... that particular problem. I think I need to lay off of this for a while.

While PHP is something that I've genuinely wanted to learn for a while, it's also been being used a touch as a defensive/coping mechanism -- which started out working until certain events bought the effects of others to a head, and then a single line of php code caused something in my head not to function properly.

So uh... I need to lay off it for a bit perhaps.
MisterJones

Tooky








Since: 12-08-05
From: Mexico

Last post: 6388 days
Last view: 6324 days
Posted on 10-08-06 09:57 PM Link | Quote
Originally posted by Tarale
It's fixed now... that particular problem. I think I need to lay off of this for a while.

While PHP is something that I've genuinely wanted to learn for a while, it's also been being used a touch as a defensive/coping mechanism -- which started out working until certain events bought the effects of others to a head, and then a single line of php code caused something in my head not to function properly.

So uh... I need to lay off it for a bit perhaps.


Perhpas you should try some other scripting languages, so you can get a much more solid foundations when it comes to developing algorithms?
Tarale

2710
Affected by 'Princess Bitch-Face Syndrome' ++++!!
Persona non grata


 





Since: 11-17-05
From: Adelaide, Australia

Last post: 6298 days
Last view: 6298 days
Posted on 10-08-06 10:26 PM Link | Quote
No, the problem isn't with the language.

The problem is in my psyche, PHP just proved to be a trigger for some severe emotional dysregulation.
Kasumi-Astra

Flurry


 





Since: 11-18-05
From: Sheffield England

Last post: 6298 days
Last view: 6298 days
Posted on 10-14-06 04:40 PM Link | Quote
Promgramming is a great soothing activity, although when something doesn't work I do inevitably feel worse.

I think it's a feeling of things conspiring against you on a bad day
Add to favorites | Next newer thread | Next older thread
Acmlm's Board - I3 Archive - Programming - More n00b PHP and mySQL |


ABII

Acmlmboard 1.92.999, 9/17/2006
©2000-2006 Acmlm, Emuz, Blades, Xkeeper

Page rendered in 0.010 seconds; used 410.32 kB (max 517.89 kB)