Wrox Programmer Forums
Go Back   Wrox Programmer Forums > PHP/MySQL > Beginning PHP
|
Beginning PHP Beginning-level PHP discussions. More advanced coders should post to the Pro PHP forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Beginning PHP section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 23rd, 2005, 12:31 AM
Registered User
 
Join Date: Mar 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to royp2p
Default problems with php4 & 5???

I have been developing with PHP5 on WAMP5...but the codes are not interpreted properly.. below is a section of some codes that work on PHP5 but does not on PHP4.

This code is part of a header file..where i want to display certain buttons on certain pages..
<?php
  InString(FileName(),"Default");
  if(!$Found){
?>
<A HREF="MySummary2.php" onMouseOver="SwapImage('Home', 'Home1.jpg');" OnMouseOut="SwapImage('Home', 'Home0.jpg');"><IMG SRC="images\Home0.jpg" NAME="Home" ALT="Home Page" BORDER="0" WIDTH="70" HEIGHT="25"></A>
<?php
    } else {
?>
&nbsp;
<?php
    }
?>
the InString function looks for a certain string in the current filename.. This works properly in PHP5 but not in PHP4..Please help?
 
Old March 27th, 2005, 10:05 AM
richard.york's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 1,706
Thanks: 0
Thanked 6 Times in 6 Posts
Default

You could be more specific, like what error does PHP4 throw? Where is the source for the instring() function?

Regards,
Rich

--
[http://www.smilingsouls.net]
Mail_IMAP: A PHP/C-Client/PEAR solution for webmail
Author: Beginning CSS: Cascading Style Sheets For Web Design





Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP & IE 6 Problems rdmapes PHP How-To 0 February 22nd, 2007 12:04 PM
Problems with namespace & classes ayamas Visual Studio 2005 0 October 12th, 2006 08:56 AM
Problems with Examples of Beginning with php4 Book xtimox Beginning PHP 2 December 17th, 2004 02:01 PM
PHP4 & PHP5 sumu Beginning PHP 4 November 7th, 2004 07:30 AM
PHP4, Javascript & PostgreSQL ejr1959 PHP Databases 1 September 10th, 2003 12:52 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.