simple script

swirly

Active Member
Messages
1,930
Reaction score
0
Points
36
ok i want to work on my php skills, and since senor dosnt need me anymore i guess, i want something to write...i just want it to be simple...but it can be simple and a big project, cause i am still looking for a summer project...
 

ƒorte

New Member
Messages
980
Reaction score
0
Points
0
uh... make an authentic password gate?

idk if that's hard or easy.. lol

I've gotta learn php over the summer too. thank goodness for the dummies books! :D
 

swirly

Active Member
Messages
1,930
Reaction score
0
Points
36
wats that? lol and i looked for a dummie book on it but i found a in easy steps book instead... but dummies is how i learned to program!
 

ƒorte

New Member
Messages
980
Reaction score
0
Points
0
swirly said:
wats that? lol and i looked for a dummie book on it but i found a in easy steps book instead... but dummies is how i learned to program!

password gate: as in a script that can let only those with a password access certain pages, and block out those without a specific username and password.
 

lambada

New Member
Messages
2,444
Reaction score
0
Points
0
Heh, try and work out the bug with my login script. The sessions don't work. I'll pm you ftp details to your own working directory with the existing file in if you want it. If you help, you'll get your name in the soucre - i'm planning for it to end up as a cms :p And possibly you can help me code features.
 
Last edited:

swirly

Active Member
Messages
1,930
Reaction score
0
Points
36
ill look at it, the book i use has a whole section on sessions...and btw, i found out the scrip i tried to make using my book, didnt work cause the server dosnt allow registered globlas or suttin....but give me the stuff io neeed...
 

Bryon

I Fix Things
Messages
8,149
Reaction score
101
Points
48
You shouldn't *ever* need to use register globals. If a script doesn't work without them being enabled, I suggest you don't even try to use it. Register globals can be a bad bad bad thing.. *Shakes finger at people who use it*

Hmm..

An idea though.. How about a graphing script to graph any given formulas? (Even like.. Sin/Cos/Tan curves..) That would be cool. :)
 

Mike-lane

Complete IDIOT
Messages
74
Reaction score
0
Points
0
swirly said:
ok i want to work on my php skills, and since senor dosnt need me anymore i guess, i want something to write...i just want it to be simple...but it can be simple and a big project, cause i am still looking for a summer project...
an rss xml to dynamic array converter :biggrin: then send it to me. ;)
 
Last edited:

swirly

Active Member
Messages
1,930
Reaction score
0
Points
36
ok ima make up a new rule for this post. if i dont know wtf it is, then i prolly cant do it lol
 
Top