Search found 6 matches
- Wed Nov 14, 2007 10:38 am
- Forum: PHP - Code
- Topic: Using php4 object references in php5
- Replies: 2
- Views: 205
Using php4 object references in php5
I have a site that was built in php4. I've recently moved to a server running php5, and haven't noticed many problems until today. Then I ran into an issue where I was making a copy of an object like this: $copy = $object This works in php4, but in php5 it has to be $copy = clone $object That change...
- Tue Aug 01, 2006 10:44 am
- Forum: PHP - Code
- Topic: PHP Emailing - problems with links in email content
- Replies: 9
- Views: 826
- Mon Jul 31, 2006 11:02 am
- Forum: PHP - Code
- Topic: PHP Emailing - problems with links in email content
- Replies: 9
- Views: 826
- Mon Jul 31, 2006 10:17 am
- Forum: PHP - Code
- Topic: PHP Emailing - problems with links in email content
- Replies: 9
- Views: 826
- Thu Jul 27, 2006 2:33 pm
- Forum: PHP - Code
- Topic: PHP Emailing - problems with links in email content
- Replies: 9
- Views: 826
- Thu Jul 27, 2006 11:09 am
- Forum: PHP - Code
- Topic: PHP Emailing - problems with links in email content
- Replies: 9
- Views: 826
PHP Emailing - problems with links in email content
Everah | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] I have ...