|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
im a newbie and im trying to decide whether to use PHP or PERL to access mysql. i have worked with perl to write some simple cgi scripts and i have seen some PHP code so i know a little bit about both languges.
|
|
#2
|
|||
|
|||
|
If you have PHP available to you, by all means use it. There are a few applications where Perl might be a better choice and you can always use Perl in those situations. Most applications can be scripted much more quickly and easily with PHP.
|
|
#3
|
|||
|
|||
|
I agree. PHP offers the advantage of being able to be embedded in plain HTML. If you rely on Perl, you'll have to either embed an execute call to a Perl script in your HTML or have Perl print out the entire page with function calls.
With PHP, you just put the code right into plain HTML, enclosing the code with <? ?> to make it run. -TM |
|
#4
|
||||
|
||||
|
Or look at it this way ....
My first succsesful PERL script (even one I had cut and pasted!) - several hours to get working & still do not fully understand! My first dynamic page generator using MySQL & PHP for the first time - less than 2 hours from the first look at the manual. & have not yet found anything that I want to do that PHP (with a little bit of javascript) can not do. Simon ------------------ Simon Wheeler FirePages -DHTML/PHP/MySQL |
![]() |
| Viewing: Dev Shed Forums > Databases > MySQL Help > PHP or PERL |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|