Ok, new question. I played some this weekend and implemented a perl script that checks to see if a table exists on a remote database. If it does it deletes it then recreates it and fills it with a few records. I have another that generates a form and when you enter text in the text field it then pops it up on the page. the way I am doing this is the web browser loads the perl script that generates the html page and prints it into the browser window.
Eventually I will get to users sumbitting registration info, etc that gets stored on the database. So... question - is any of this easier in PHP? I have a little experience with perl, mostly for searching text files. I have no experience with PHP.
Eventually I will get to users sumbitting registration info, etc that gets stored on the database. So... question - is any of this easier in PHP? I have a little experience with perl, mostly for searching text files. I have no experience with PHP.

Comment