View Single Post
Old 01-05-2008, 11:31 PM   #2 (permalink)
Wildhoney
La Vida es Sueño
Advanced Programmer Top Contributor 
 
Wildhoney's Avatar
 
Join Date: Sep 2007
Location: Oldham
Posts: 2,280
Thanks: 90
Wildhoney is on a distinguished road
Default

I didn't learn complex regex until later on. I've had a grasp of basic regex from about 3 months into me learning to program, though I always used to use the soon to be obsolete ereg* functions. As a side-note, I think PHP should use regex a little similar to the way PERL does it. Perhaps something like the following:

php Code:
if($szVar =~ /.+/)
{

}

But I digress MySQL, SQLite and MSSQL are all very similar and I'm sure you know the basics to keep you ticking along nicely. File handling is a bit of a shallow topic really. Therefore, I'd say learn about classes! As that's the way programming is really going these days. OOP is the new buzz acronym, and so knowing that well will, I feel, set you in good stead for the future.
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
Send a message via AIM to Wildhoney Send a message via MSN to Wildhoney Send a message via Yahoo to Wildhoney
Wildhoney is offline  
Reply With Quote