Search found 2 matches
- Sun Oct 17, 2010 10:50 am
- Forum: PHP - Code
- Topic: Programmer in diapers
- Replies: 3
- Views: 303
Re: Programmer in diapers
Thanks so much for the help! I'm still new to programming but enjoy the learning process very much. I'll be sure to put your helpful tips to use. The program is working as it should now - thanks again.
- Sat Oct 16, 2010 5:57 pm
- Forum: PHP - Code
- Topic: Programmer in diapers
- Replies: 3
- Views: 303
Programmer in diapers
Hi guys, I've just started learning how to program in PHP and I've hit a bit of a wall. I'm trying to create a function that will read a line of text from a .txt file and from that line single out a numerical value. Example: Course ABCD CourseName 4 hours/weekly From this what I want the function to...