Search found 28 matches
- Fri Aug 31, 2007 9:31 pm
- Forum: PHP - Code
- Topic: variable substitution
- Replies: 21
- Views: 1798
- Thu Aug 30, 2007 9:28 pm
- Forum: PHP - Code
- Topic: variable substitution
- Replies: 21
- Views: 1798
Thanks CoderGoblin. Would you [s]plz[/s] please give me an example? :roll: 11. Please use proper, complete spelling when posting in the forums. AOL Speak, leet speak and other abbreviated wording can confuse those that are trying to help you (or those that you are trying to help). Please keep in min...
- Thu Aug 30, 2007 9:12 pm
- Forum: PHP - Code
- Topic: variable substitution
- Replies: 21
- Views: 1798
Why variable parsing??? When declaring a variable as string then why parsed??? <?php $str = <<<EOD Example of string spanning multiple lines using heredoc syntax. EOD; /* More complex example, with variables. */ class foo { var $foo; var $bar; function foo() { $this->foo = 'Foo'; $this->bar = array(...
- Thu Aug 30, 2007 8:53 pm
- Forum: PHP - Code
- Topic: variable substitution
- Replies: 21
- Views: 1798
- Thu Aug 30, 2007 8:49 pm
- Forum: PHP - Code
- Topic: Image showing
- Replies: 2
- Views: 469
Image showing
I want to make a webpage that dynamically upload images from an image folder and show in that page. How can I do that? Any help? 
- Thu Aug 30, 2007 8:45 pm
- Forum: PHP - Code
- Topic: variable substitution
- Replies: 21
- Views: 1798
- Thu Aug 30, 2007 8:38 pm
- Forum: PHP - Code
- Topic: Passed by Value or Reference
- Replies: 4
- Views: 979
- Tue Aug 28, 2007 9:25 pm
- Forum: PHP - Code
- Topic: Passed by Value or Reference
- Replies: 4
- Views: 979
Passed by Value or Reference
For PHP 5 objects are passed by reference and for PHP 4 that is passed by Value. Is it correct?
- Tue Aug 28, 2007 9:14 pm
- Forum: PHP - Code
- Topic: variable substitution
- Replies: 21
- Views: 1798
variable substitution
I can't understand variable substitution. Would anybody explain that with an easy and simple example?

- Tue Aug 28, 2007 1:02 am
- Forum: Javascript
- Topic: Design a WebPage
- Replies: 9
- Views: 1195
- Mon Aug 27, 2007 10:07 pm
- Forum: Javascript
- Topic: Design a WebPage
- Replies: 9
- Views: 1195
- Mon Aug 27, 2007 9:48 pm
- Forum: Javascript
- Topic: Design a WebPage
- Replies: 9
- Views: 1195
- Mon Aug 27, 2007 9:13 pm
- Forum: Javascript
- Topic: Design a WebPage
- Replies: 9
- Views: 1195
Design a WebPage
I want to design a WebPage. I use DreamWeaver 8 as a PHP editor. 