[PHP-WIN] How do I get information from a URL?

2001-08-21 Thread Jeff Howard
I'm trying to get information from a URL in a way similar to utilizing GET in ASP. I know how to get information by submitting a form and going to a new page, but how can I use the form to stay on the same page, yet be able to retrieve the information? For example: I start on http://www.mypage.

[PHP-WIN] Where to find php_mcrypt.dll?

2001-08-16 Thread Jeff Howard
Does anybody know where to find the php_mcrypt.dll file? It doesn't come with the download for php. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL

[PHP-WIN] How do you step through a database?

2001-08-13 Thread Jeff Howard
I've used Visual Basic for years and have never had a problem with this issue. I can use the following code to do this: do until (rs.eof) ... rs.movenext loop Does anybody know how to step through a database in PHP? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail:

[PHP-WIN] PHP vs. PERL; Compatibility issues

2001-08-13 Thread Jeff Howard
Being new to PHP, I was wondering what the benefits of PHP are over PERL? Seems to me it's easier than PERL, but what else is there? Are there benefits over ASP? Is it compatible with Netscape AND IE? Jeff -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROT

[PHP-WIN] Anybody have an example of connecting MSSQL?

2001-08-13 Thread Jeff Howard
I have been extremely successful using ASP and MS-SQL for a long time, but am making a transition to PHP. I've tried connecting to the SQL Server database, but have been unsuccessful. The way a data source is called in ASP is: database.open "Provider=SQLOLEDB;User Id=user;Password=password;Init