PDA

View Full Version : Personally Questions


MikeD
07-27-2006, 12:17 PM
Good mornin Morgan,
in the course of time since I'm a member in your forum, I noticed that your knowledge about all what has anything to do with PHP and its vB programming is damn great and very very good. May I ask you some things?

1. I'd like to know from where you got this knowledges? Is that your occupation?

I'm so curious and I'd like to make familiar and to learn more about PHP programing. I have worked many many years with TP7 (OOPS) and ASM code programing but I think these are not up to date.

2. Do you use some development PHP tools? Could you recommend me some of these? I've tried for example Easy PHP (http://www.easyphp.org/), but this one is too complex because of his own using of Apache & MySQL and this won't work with my XAMP. Then I found a freeware called PHP Desingner. Hmm, it looks very complex. Morgan: What do you think is the best to learn more of PHP? Say, for a beginner like me :o -Mike

Morgan
07-28-2006, 12:18 AM
Not much to say really. Some time ago I got motivated enough to figure out how to make a dynamic page. I started off in Perl, making a pie chart or some such thing, then I moved to PHP, eventually bought a vB license, and started playing around. In real life I am currently a research assistant at a local university, where I also take some classes, and while I sometimes have thoughts about setting Apache/PHP/MySQL up locally, I never get around to it so I use a server account to program. Not sure if it is the best way to learn, but what I did was to decide on one script I would like to make, create it, debug, RTFM, repeat. Evenually my knowledge grew to what I know today.

bairy
07-29-2006, 06:26 PM
Content visible to registered users only.

Tried wamp (http://www.wampserver.com/en/)?
It takes a few mins to set up but does everything for you and you can switch to php4 as needed. You might need to tweak php.ini to syncronise the loaded modules with the server.
In my experience, playing with vB stuff on my pc is heaps faster than modifying the file, uploading it, waiting for reload etc.

Morgan
07-30-2006, 03:37 PM
Thanks for the link, will check it out.