[PHP] php3 work partially
Hello I update my server from php 3.016 to php 4.0.4pl1 and it's work partially, because some of file called php3 that work perfect in php 3.0.16 now dont'w show anything, How can I solve this problem? Any Ideas? Thanks -- Mauricio Alarcon Rincon Webmaster - Webdepot Linux Registered User # 157093 CF-18 Hornet \ / \ _ / /_\ x--( . )--x x|x | |_|\_/|_| | x|x xx xx http://www.merlinux.org -- PHP General 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 PROTECTED]
[PHP] mssql
Hello I want to connect to a Microsoft SQL Server, I try with mssql_connect but the script don't work, it always say Call to unsupported or undefined function What I do worng? Thanks -- Mauricio Alarcon Rincon Webmaster - Webdepot Linux Registered User # 157093 CF-18 Hornet \ / \ _ / /_\ x--( . )--x x|x | |_|\_/|_| | x|x xx xx http://www.merlinux.org -- PHP General 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 PROTECTED]
[PHP] php4 but dont work with php3
Hello Thanks t all people that reply my last message about a msSQL server, But now I got a new problem, my server was running php3 and today i try to update to php4 with apache 1.3.19 and all file .php3 and php4 don't work, the php only make a echo with all code and the php3 ask for a application or save to disk. I put this line sin httpd.conf but dont'work AddType application/x-httpd-php3 .php3 AddType application/x-httpd-php3-source .phps AddType application/x-httpd-php .php Action application/php4script /cgi-bin/php What I'm doing wrong? Thanks -- Mauricio Alarcon Rincon Webmaster - Webdepot Linux Registered User # 157093 CF-18 Hornet \ / \ _ / /_\ x--( . )--x x|x | |_|\_/|_| | x|x xx xx http://www.merlinux.org -- PHP General 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 PROTECTED]
Re: [PHP] php4 but dont work with php3
Well it work partial, the .php now works but .php3 doesn't work Any other ideas? Thanks Mauricio Alarcon [EMAIL PROTECTED] wrote: > Hi, > > I`m not sure if this is 100% the right method but you can try it and see. > Change httpd.conf to the following. > > AddType application/x-httpd-php .php .php3 > > Ade > -- Mauricio Alarcon Rincon Webmaster - Webdepot Linux Registered User # 157093 CF-18 Hornet \ / \ _ / /_\ x--( . )--x x|x | |_|\_/|_| | x|x xx xx http://www.merlinux.org -- PHP General 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 PROTECTED]