On Sat, June 9, 2007 1:59 pm, elk dolk wrote: > After designing and testing my web pages in PHP 5.2.1 I > learned that our web server has PHP 4.4.1 and I have to > rollback to version 4 ! . There is no OO implementation like > classes or objects in my scripts but every page has some > queries the question is : will my scripts work in PHP 4 ? or > should I re-write all of them? or will it affect the speed of > queries? If there's no OO and you haven't used simpleXML or the fancy SOAP stuff, then it will probably work fine in PHP 4. Actually, it will probably work fine in PHP 3 too, for that matter... :-) The queries working or not working is dependent on the database version, not PHP. -- Some people have a "gift" link here. Know what I want? I want you to buy a CD from some indie artist. http://cdbaby.com/browse/from/lynch Yeah, I get a buck. So? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php