WindAndWaves wrote:
<snip>
[color=blue][color=green][color=darkred]
>> >
>> > I have years of experience with MS access[/color]
>>
>> Good.
>> That means the SQL-part will be a piece of cake for you.[/color]
>
> Do you know if the SQL syntax is the same?[/color]
If you pick MySQL, you will not stumble on any difficulties you cannot
handle.
Take some time though to find out how MSAccess's autonumber works in MySQL.
Be sure you can get the lastest autonumber. (Or use MAX(bla) if you think
you can get away with that. :-))
Things like that.
This will be the easy part for you. :-)
[color=blue]
>
>
> [...snip ....]
>[color=green]
>> Good.
>> Also Forms??
>> radiobuttons, textfields, dropdowns?
>> You will need those for the search.[/color]
>
> piece of cake - i have already setup the search form[/color]
Good.
Now you'll have to learn how to replace values in the form with dynamically
generated values (from the database).
At least you don't have to focus on the forms themselfs.
<snip>
[color=blue][color=green]
>>
>> VB-Script: completely counterintuitive. Childish constructs like If ..[/color]
> Then[color=green]
>> .. Else .. End If instead of {}. Case insensitive. I do a lot VB, but[/color]
> don't[color=green]
>> like it.[/color]
>
> What about .net and also, is it a good or a bad thing to be case
> sensitive? I think this is all about what you are used to.[/color]
I didn't do any .net.
From what I heard it is a complete rip-off of Java's J2EE.
But that is ok.
Better stolen right than invented wrong. :-)
And you are right of course: It is just what you are used to.
The funny thing is I learned programming with Basic, some 20 years ago, and
now I cannot stand the language anymore. SO I was used to If Then Else, but
now I think {} makes a lot better readable code.
But you are right: It is a matter of taste.
<snip>
[color=blue][color=green]
>> If you are Dutch (you said knip knip instead of snip), and can visit
>> Rotterdam, where I work (own company), you are welcome to drop in and
>> just start studying. I am happy to get you going on PHP and point you to
>> the right resources.
>> (Since I don't publish my emailadres anymore in newsgroups, you'll have
>> to give yours if you want to get in touch.)[/color]
>
> I am Dutch, but unfortunately live in New Zealand.... Thank you for the
> invite though. Do you need any colleagues? I have a mate who is looking
> for work in the Netherlands. He is very keen to learn and he has a comp
> degree from Groningen - lol.[/color]
No thanks, I am not looking for personel.
Actually, I used to have a lot of them, but I am not the manager kind of
guy. So Now I don't have any personel anymore, and want to keep it like
that. :-)
<snip>
[color=blue][color=green]
>>
>> I don't think ACCESS is a great choice for a database, but PHP can easily
>> connect to it (via ODBC). Maybe there is a native API out there too, I am
>> unsure. I use Postgresql as my first choice for a database. Another very
>> popular database these days is of course MySQL. (But MySQL sucked when I
>> started using databases, so I picked Postgresql. Nowadays MySQL doesn't
>> suck anymore and is a great choice in combination with PHP.)[/color]
>
> I will change to MySQL[/color]
Good choice. It runs on both W$ and *nix.
[color=blue]
>
> Dear Erwin,
>
> Thank you for your in-depth reply. I am stoked. I will do more research
> on
> the topic. Your in-depth description gave me a really good idea on what
> is
> involved and it does not seem to be so daunting any longer. thank you
> once more for taking the time to reply to my post.[/color]
You are very welcome.
I wish you the best of luck studying PHP.
Just come back to this NG if you are hitting some problems.
Also be sure to have
www.php.net online all the time. It has lots of
examplecode and other thing to get you going.
Good luck.
Regards,
Erwin Moller