Search found 28 matches

by asif_phpdn
Fri Aug 31, 2007 9:31 pm
Forum: PHP - Code
Topic: variable substitution
Replies: 21
Views: 1798

Why a variable need to parse to it's value especially for string???
by asif_phpdn
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...
by asif_phpdn
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(...
by asif_phpdn
Thu Aug 30, 2007 8:53 pm
Forum: PHP - Code
Topic: variable substitution
Replies: 21
Views: 1798

by asif_phpdn
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? :roll:
by asif_phpdn
Thu Aug 30, 2007 8:45 pm
Forum: PHP - Code
Topic: variable substitution
Replies: 21
Views: 1798

Actually that is variable substitution in string. But I can't understand that. Help me to understand with an easy example.
by asif_phpdn
Thu Aug 30, 2007 8:38 pm
Forum: PHP - Code
Topic: Passed by Value or Reference
Replies: 4
Views: 979

Actually there is nothing passed by reference. Everything is just passed by value. Isn't it?
by asif_phpdn
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?
by asif_phpdn
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?
:(
by asif_phpdn
Tue Aug 28, 2007 1:02 am
Forum: Javascript
Topic: Design a WebPage
Replies: 9
Views: 1195

I can't design a form using DreamWeaver 8. When I click on a form tag then there comes a red thin border. But I can't do nothing after that. Is it better to design using code?
by asif_phpdn
Mon Aug 27, 2007 10:07 pm
Forum: Javascript
Topic: Design a WebPage
Replies: 9
Views: 1195

Thanks Jcart. I'm trying. :)
by asif_phpdn
Mon Aug 27, 2007 9:48 pm
Forum: Javascript
Topic: Design a WebPage
Replies: 9
Views: 1195

Fantastic. And? :roll:

I can't understand you. Actually, I want to say that I design a webpage like drag and drop buttons,textfields,labels etc. I can't find how to use that in DreamWeaver. If you know that please help me.
by asif_phpdn
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. :?: