PDA

View Full Version : anybody any good with php/ javascript?


whitenight639
22-06-2007, 07:32 AM
hey peeps,
i know this is off topic and naughty of me but im developing a site with mambo and need some help with facile forms im trying to get a registration form to submit data to my SQL databast but know nothing of java and little of php. anyone got a clue?

ps ill delete this thread later.

garth
22-06-2007, 11:46 AM
hey whitenight..might be able to help a little, if not have a mate who definitely can..pm me with wots up & I'll have a look

Cheers

Anders Lindman
22-06-2007, 12:16 PM
but know nothing of java and little of php.


I suppose you mean javascript. If it was java I could probably help you. It's interesting to see how popular php has become. I thought Microsoft would dominate with asp, but it surely looks like php is by far more common on the web.

whitenight639
22-06-2007, 12:40 PM
geez i didnt even know there was a difference between js and java, how little i know!
why can they make a programming language with readable variables, syntax ect so you could program it with regualar english

Anders Lindman
22-06-2007, 01:06 PM
geez i didnt even know there was a difference between js and java, how little i know!
why can they make a programming language with readable variables, syntax ect so you could program it with regualar english

Java is a very clean and strict language. Javascript is a bit more messy, but javascript is mainly for running in browsers. Even more messy is the new Ajax technique used in interactive web applications.