Forum Moderators: coopster & phranque

Message Too Old, No Replies

php/mysql need pointer/advise to get started

Need pointer/advise to make php/mysql application

         

Cees

10:08 am on Sep 14, 2000 (gmt 0)

10+ Year Member



Greetings,
I'd like to use mysql and I guess php to be able to browse/scroll through a database displaying images and some text info associated with the image one at a time generating new page each time. Be able to click 'forward' 'back' etc. I know very little php/mysql but if someone could point me to a few bits of code to get me started I believe I should be able to work out how to do this.
Your help will be appreciated.
(P.s. let me know if this is not the appropriate forum to ask a question like this).

NFFC

11:24 am on Sep 14, 2000 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Can I jump in with a me too!

Thinking of getting my hands dirty with some "real" programming, is Perl the way to go, or like Cees should I be looking at PHP.
Some advice for a beginner would be appreciated.

Cees

11:20 pm on Sep 14, 2000 (gmt 0)

10+ Year Member



I found a pointer to many scripts that will do what I want to do here myself.
[hotscripts.com...]
Should get me started.

rcjordan

11:37 pm on Sep 14, 2000 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



NFFC, from what I can tell mySQL and PHP are the way to go. Perl problems seem to crop up under the general heading of "too slow when the site has traffic."

Cees, did you go to [php.net] ??

Cees

11:58 pm on Sep 14, 2000 (gmt 0)

10+ Year Member



Yes i did visit [php.net....] The amount of info just bowled me over and I got lost in the woods so to speak. I'll go and check out the manuals and tutorials once I found a script that sort of does what I want and take that as a starting point to customize to my needs.
Thanks anyways

littleman

4:05 am on Sep 15, 2000 (gmt 0)



From [php.cz ]

9.4. PHP vs. Perl?
The biggest advantage of PHP over Perl is that PHP was designed for scripting for the web where Perl was designed to
do a lot more and can because of this get very complicated. The flexibility / complexity of Perl makes it easier to write
code that another author / coder has a hard time reading. PHP has a less confusing and stricter format without losing
flexibility. PHP is easier to integrate into existing HTML than Perl. PHP has pretty much all the 'good' functionality of
Perl; constructs, syntax and so on, without making it as complicated as Perl can be. Perl is a very tried and true
language, it's been around since the late eighties, but PHP is maturing very quickly.

I just like perl. There hasn't been an application that I wanted to make that couldn't be done in perl. A lot of seo work is actually not in the cgi realm. In the php/mySQL combo it is the mySQL db engine that is speedy. There are very fast mod_perl/mySQL web applications running now.

Last I checked the Perl interpreter is actually a bit faster than php's.

The dveshed tutorial on mySQL and php. [devshed.com]

And here is a sleeper [perl.apache.org]. I guess it is perl's answer to PHP.

This is something Brett will dig. -> [chamas.com ]