Search found 4 matches
- Sat Jan 01, 2011 10:14 pm
- Forum: PHP - Code
- Topic: Code Help
- Replies: 6
- Views: 210
Re: Code Help
Thanks for all the help. I have managed to correct about 300 lines of code, but unfortuntely the app does not work now. A little history, this is an old app called Ezupload Pro, It is an app that would allow clients to upload files to your web site. It appears to no longer be a supported commercial ...
- Sat Jan 01, 2011 1:46 am
- Forum: PHP - Code
- Topic: Code Help
- Replies: 6
- Views: 210
Re: Code Help
instead of = you have to substitute with echo Thanks, is not the "=" just a shortcut for echo? Robert yes, it's just a shorcut for writing echo ("").. It's same as of '<%= %> ' = Response.Write() in ASP. So why does the shortcut generate that error message, but the full command ...
- Sat Jan 01, 2011 12:25 am
- Forum: PHP - Code
- Topic: Code Help
- Replies: 6
- Views: 210
Re: Code Help
Thanks, is not the "=" just a shortcut for echo?anantha wrote:instead of = you have to substitute with echo
Robert
- Sat Jan 01, 2011 12:13 am
- Forum: PHP - Code
- Topic: Code Help
- Replies: 6
- Views: 210
Code Help
Hey All I'm a relatively new to PHP, but having several web sites running on PHP, I have seen tons of code from various developers so I am now diving into converting old PHP 4 application that I really like that is not PHP 5 friendly. Right off the bat, I noticed that all the Php declaration started...